#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 13 #define STATE_COUNT 1459 #define LARGE_STATE_COUNT 386 #define SYMBOL_COUNT 267 #define ALIAS_COUNT 3 #define TOKEN_COUNT 128 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 25 #define MAX_ALIAS_SEQUENCE_LENGTH 9 #define PRODUCTION_ID_COUNT 83 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, sym_preproc_directive = 15, sym_preproc_arg = 16, anon_sym_LPAREN2 = 17, anon_sym_defined = 18, anon_sym_BANG = 19, anon_sym_TILDE = 20, anon_sym_DASH = 21, anon_sym_PLUS = 22, anon_sym_STAR = 23, anon_sym_SLASH = 24, anon_sym_PERCENT = 25, anon_sym_PIPE_PIPE = 26, anon_sym_AMP_AMP = 27, anon_sym_PIPE = 28, anon_sym_CARET = 29, anon_sym_AMP = 30, anon_sym_EQ_EQ = 31, anon_sym_BANG_EQ = 32, anon_sym_GT = 33, anon_sym_GT_EQ = 34, anon_sym_LT_EQ = 35, anon_sym_LT = 36, anon_sym_LT_LT = 37, anon_sym_GT_GT = 38, anon_sym_SEMI = 39, anon_sym_typedef = 40, anon_sym_extern = 41, anon_sym___attribute__ = 42, anon_sym_COLON_COLON = 43, anon_sym_LBRACK_LBRACK = 44, anon_sym_RBRACK_RBRACK = 45, anon_sym___declspec = 46, anon_sym___based = 47, anon_sym___cdecl = 48, anon_sym___clrcall = 49, anon_sym___stdcall = 50, anon_sym___fastcall = 51, anon_sym___thiscall = 52, anon_sym___vectorcall = 53, sym_ms_restrict_modifier = 54, sym_ms_unsigned_ptr_modifier = 55, sym_ms_signed_ptr_modifier = 56, anon_sym__unaligned = 57, anon_sym___unaligned = 58, anon_sym_LBRACE = 59, anon_sym_RBRACE = 60, anon_sym_LBRACK = 61, anon_sym_RBRACK = 62, anon_sym_EQ = 63, anon_sym_static = 64, anon_sym_auto = 65, anon_sym_register = 66, anon_sym_inline = 67, anon_sym_const = 68, anon_sym_volatile = 69, anon_sym_restrict = 70, anon_sym__Atomic = 71, anon_sym_signed = 72, anon_sym_unsigned = 73, anon_sym_long = 74, anon_sym_short = 75, sym_primitive_type = 76, anon_sym_enum = 77, anon_sym_struct = 78, anon_sym_union = 79, anon_sym_COLON = 80, anon_sym_if = 81, anon_sym_else = 82, anon_sym_switch = 83, anon_sym_case = 84, anon_sym_default = 85, anon_sym_while = 86, anon_sym_do = 87, anon_sym_for = 88, anon_sym_return = 89, anon_sym_break = 90, anon_sym_continue = 91, anon_sym_goto = 92, anon_sym_QMARK = 93, anon_sym_STAR_EQ = 94, anon_sym_SLASH_EQ = 95, anon_sym_PERCENT_EQ = 96, anon_sym_PLUS_EQ = 97, anon_sym_DASH_EQ = 98, anon_sym_LT_LT_EQ = 99, anon_sym_GT_GT_EQ = 100, anon_sym_AMP_EQ = 101, anon_sym_CARET_EQ = 102, anon_sym_PIPE_EQ = 103, anon_sym_DASH_DASH = 104, anon_sym_PLUS_PLUS = 105, anon_sym_sizeof = 106, anon_sym_DOT = 107, anon_sym_DASH_GT = 108, sym_number_literal = 109, anon_sym_L_SQUOTE = 110, anon_sym_u_SQUOTE = 111, anon_sym_U_SQUOTE = 112, anon_sym_u8_SQUOTE = 113, anon_sym_SQUOTE = 114, aux_sym_char_literal_token1 = 115, anon_sym_L_DQUOTE = 116, anon_sym_u_DQUOTE = 117, anon_sym_U_DQUOTE = 118, anon_sym_u8_DQUOTE = 119, anon_sym_DQUOTE = 120, aux_sym_string_literal_token1 = 121, sym_escape_sequence = 122, sym_system_lib_string = 123, sym_true = 124, sym_false = 125, sym_null = 126, sym_comment = 127, sym_translation_unit = 128, sym_preproc_include = 129, sym_preproc_def = 130, sym_preproc_function_def = 131, sym_preproc_params = 132, sym_preproc_call = 133, sym_preproc_if = 134, sym_preproc_ifdef = 135, sym_preproc_else = 136, sym_preproc_elif = 137, sym_preproc_if_in_field_declaration_list = 138, sym_preproc_ifdef_in_field_declaration_list = 139, sym_preproc_else_in_field_declaration_list = 140, sym_preproc_elif_in_field_declaration_list = 141, sym__preproc_expression = 142, sym_preproc_parenthesized_expression = 143, sym_preproc_defined = 144, sym_preproc_unary_expression = 145, sym_preproc_call_expression = 146, sym_preproc_argument_list = 147, sym_preproc_binary_expression = 148, sym_function_definition = 149, sym_declaration = 150, sym_type_definition = 151, sym__declaration_modifiers = 152, sym__declaration_specifiers = 153, sym_linkage_specification = 154, sym_attribute_specifier = 155, sym_attribute = 156, sym_attribute_declaration = 157, sym_ms_declspec_modifier = 158, sym_ms_based_modifier = 159, sym_ms_call_modifier = 160, sym_ms_unaligned_ptr_modifier = 161, sym_ms_pointer_modifier = 162, sym_declaration_list = 163, sym__declarator = 164, sym__field_declarator = 165, sym__type_declarator = 166, sym__abstract_declarator = 167, sym_parenthesized_declarator = 168, sym_parenthesized_field_declarator = 169, sym_parenthesized_type_declarator = 170, sym_abstract_parenthesized_declarator = 171, sym_attributed_declarator = 172, sym_attributed_field_declarator = 173, sym_attributed_type_declarator = 174, sym_pointer_declarator = 175, sym_pointer_field_declarator = 176, sym_pointer_type_declarator = 177, sym_abstract_pointer_declarator = 178, sym_function_declarator = 179, sym_function_field_declarator = 180, sym_function_type_declarator = 181, sym_abstract_function_declarator = 182, sym_array_declarator = 183, sym_array_field_declarator = 184, sym_array_type_declarator = 185, sym_abstract_array_declarator = 186, sym_init_declarator = 187, sym_compound_statement = 188, sym_storage_class_specifier = 189, sym_type_qualifier = 190, sym__type_specifier = 191, sym_sized_type_specifier = 192, sym_enum_specifier = 193, sym_enumerator_list = 194, sym_struct_specifier = 195, sym_union_specifier = 196, sym_field_declaration_list = 197, sym__field_declaration_list_item = 198, sym_field_declaration = 199, sym_bitfield_clause = 200, sym_enumerator = 201, sym_variadic_parameter = 202, sym_parameter_list = 203, sym_parameter_declaration = 204, sym_attributed_statement = 205, sym_attributed_non_case_statement = 206, sym_labeled_statement = 207, sym_expression_statement = 208, sym_if_statement = 209, sym_switch_statement = 210, sym_case_statement = 211, sym_while_statement = 212, sym_do_statement = 213, sym_for_statement = 214, sym_return_statement = 215, sym_break_statement = 216, sym_continue_statement = 217, sym_goto_statement = 218, sym__expression = 219, sym_comma_expression = 220, sym_conditional_expression = 221, sym_assignment_expression = 222, sym_pointer_expression = 223, sym_unary_expression = 224, sym_binary_expression = 225, sym_update_expression = 226, sym_cast_expression = 227, sym_type_descriptor = 228, sym_sizeof_expression = 229, sym_subscript_expression = 230, sym_call_expression = 231, sym_argument_list = 232, sym_field_expression = 233, sym_compound_literal_expression = 234, sym_parenthesized_expression = 235, sym_initializer_list = 236, sym_initializer_pair = 237, sym_subscript_designator = 238, sym_field_designator = 239, sym_char_literal = 240, sym_concatenated_string = 241, sym_string_literal = 242, sym__empty_declaration = 243, sym_macro_type_specifier = 244, aux_sym_translation_unit_repeat1 = 245, aux_sym_preproc_params_repeat1 = 246, aux_sym_preproc_if_in_field_declaration_list_repeat1 = 247, aux_sym_preproc_argument_list_repeat1 = 248, aux_sym_declaration_repeat1 = 249, aux_sym_type_definition_repeat1 = 250, aux_sym_type_definition_repeat2 = 251, aux_sym__declaration_specifiers_repeat1 = 252, aux_sym_attribute_declaration_repeat1 = 253, aux_sym_attributed_declarator_repeat1 = 254, aux_sym_pointer_declarator_repeat1 = 255, aux_sym_function_declarator_repeat1 = 256, aux_sym_sized_type_specifier_repeat1 = 257, aux_sym_enumerator_list_repeat1 = 258, aux_sym_field_declaration_repeat1 = 259, aux_sym_parameter_list_repeat1 = 260, aux_sym_case_statement_repeat1 = 261, aux_sym_argument_list_repeat1 = 262, aux_sym_initializer_list_repeat1 = 263, aux_sym_initializer_pair_repeat1 = 264, aux_sym_concatenated_string_repeat1 = 265, aux_sym_string_literal_repeat1 = 266, alias_sym_field_identifier = 267, alias_sym_statement_identifier = 268, alias_sym_type_identifier = 269, }; 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", [sym_preproc_directive] = "preproc_directive", [sym_preproc_arg] = "preproc_arg", [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_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_EQ] = "=", [anon_sym_static] = "static", [anon_sym_auto] = "auto", [anon_sym_register] = "register", [anon_sym_inline] = "inline", [anon_sym_const] = "const", [anon_sym_volatile] = "volatile", [anon_sym_restrict] = "restrict", [anon_sym__Atomic] = "_Atomic", [anon_sym_signed] = "signed", [anon_sym_unsigned] = "unsigned", [anon_sym_long] = "long", [anon_sym_short] = "short", [sym_primitive_type] = "primitive_type", [anon_sym_enum] = "enum", [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_DASH_DASH] = "--", [anon_sym_PLUS_PLUS] = "++", [anon_sym_sizeof] = "sizeof", [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] = "char_literal_token1", [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_literal_token1", [sym_escape_sequence] = "escape_sequence", [sym_system_lib_string] = "system_lib_string", [sym_true] = "true", [sym_false] = "false", [sym_null] = "null", [sym_comment] = "comment", [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_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_variadic_parameter] = "variadic_parameter", [sym_parameter_list] = "parameter_list", [sym_parameter_declaration] = "parameter_declaration", [sym_attributed_statement] = "attributed_statement", [sym_attributed_non_case_statement] = "attributed_statement", [sym_labeled_statement] = "labeled_statement", [sym_expression_statement] = "expression_statement", [sym_if_statement] = "if_statement", [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_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_subscript_expression] = "subscript_expression", [sym_call_expression] = "call_expression", [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__empty_declaration] = "_empty_declaration", [sym_macro_type_specifier] = "macro_type_specifier", [aux_sym_translation_unit_repeat1] = "translation_unit_repeat1", [aux_sym_preproc_params_repeat1] = "preproc_params_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_function_declarator_repeat1] = "function_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_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", [alias_sym_field_identifier] = "field_identifier", [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, [sym_preproc_directive] = sym_preproc_directive, [sym_preproc_arg] = sym_preproc_arg, [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_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_static] = anon_sym_static, [anon_sym_auto] = anon_sym_auto, [anon_sym_register] = anon_sym_register, [anon_sym_inline] = anon_sym_inline, [anon_sym_const] = anon_sym_const, [anon_sym_volatile] = anon_sym_volatile, [anon_sym_restrict] = anon_sym_restrict, [anon_sym__Atomic] = anon_sym__Atomic, [anon_sym_signed] = anon_sym_signed, [anon_sym_unsigned] = anon_sym_unsigned, [anon_sym_long] = anon_sym_long, [anon_sym_short] = anon_sym_short, [sym_primitive_type] = sym_primitive_type, [anon_sym_enum] = anon_sym_enum, [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_DASH_DASH] = anon_sym_DASH_DASH, [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, [anon_sym_sizeof] = anon_sym_sizeof, [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, [sym_null] = sym_null, [sym_comment] = sym_comment, [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_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_variadic_parameter] = sym_variadic_parameter, [sym_parameter_list] = sym_parameter_list, [sym_parameter_declaration] = sym_parameter_declaration, [sym_attributed_statement] = sym_attributed_statement, [sym_attributed_non_case_statement] = sym_attributed_statement, [sym_labeled_statement] = sym_labeled_statement, [sym_expression_statement] = sym_expression_statement, [sym_if_statement] = sym_if_statement, [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_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_subscript_expression] = sym_subscript_expression, [sym_call_expression] = sym_call_expression, [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__empty_declaration] = sym__empty_declaration, [sym_macro_type_specifier] = sym_macro_type_specifier, [aux_sym_translation_unit_repeat1] = aux_sym_translation_unit_repeat1, [aux_sym_preproc_params_repeat1] = aux_sym_preproc_params_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_function_declarator_repeat1] = aux_sym_function_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_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, [alias_sym_field_identifier] = alias_sym_field_identifier, [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, }, [sym_preproc_directive] = { .visible = true, .named = true, }, [sym_preproc_arg] = { .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_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_auto] = { .visible = true, .named = false, }, [anon_sym_register] = { .visible = true, .named = false, }, [anon_sym_inline] = { .visible = true, .named = false, }, [anon_sym_const] = { .visible = true, .named = false, }, [anon_sym_volatile] = { .visible = true, .named = false, }, [anon_sym_restrict] = { .visible = true, .named = false, }, [anon_sym__Atomic] = { .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, }, [sym_primitive_type] = { .visible = true, .named = true, }, [anon_sym_enum] = { .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_DASH_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS_PLUS] = { .visible = true, .named = false, }, [anon_sym_sizeof] = { .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 = false, .named = false, }, [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 = false, .named = false, }, [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, }, [sym_null] = { .visible = true, .named = true, }, [sym_comment] = { .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_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_variadic_parameter] = { .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_attributed_non_case_statement] = { .visible = true, .named = true, }, [sym_labeled_statement] = { .visible = true, .named = true, }, [sym_expression_statement] = { .visible = true, .named = true, }, [sym_if_statement] = { .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_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_subscript_expression] = { .visible = true, .named = true, }, [sym_call_expression] = { .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__empty_declaration] = { .visible = false, .named = true, }, [sym_macro_type_specifier] = { .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_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_function_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_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, }, [alias_sym_field_identifier] = { .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_body = 4, field_condition = 5, field_consequence = 6, field_declarator = 7, field_designator = 8, field_directive = 9, field_field = 10, field_function = 11, field_index = 12, field_initializer = 13, field_label = 14, field_left = 15, field_name = 16, field_operator = 17, field_parameters = 18, field_path = 19, field_prefix = 20, field_right = 21, field_size = 22, field_type = 23, field_update = 24, field_value = 25, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", [field_body] = "body", [field_condition] = "condition", [field_consequence] = "consequence", [field_declarator] = "declarator", [field_designator] = "designator", [field_directive] = "directive", [field_field] = "field", [field_function] = "function", [field_index] = "index", [field_initializer] = "initializer", [field_label] = "label", [field_left] = "left", [field_name] = "name", [field_operator] = "operator", [field_parameters] = "parameters", [field_path] = "path", [field_prefix] = "prefix", [field_right] = "right", [field_size] = "size", [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 = 1}, [8] = {.index = 7, .length = 1}, [9] = {.index = 8, .length = 2}, [10] = {.index = 10, .length = 2}, [11] = {.index = 12, .length = 1}, [12] = {.index = 12, .length = 1}, [13] = {.index = 13, .length = 1}, [14] = {.index = 5, .length = 1}, [15] = {.index = 14, .length = 2}, [16] = {.index = 16, .length = 2}, [17] = {.index = 18, .length = 1}, [18] = {.index = 19, .length = 2}, [19] = {.index = 21, .length = 2}, [20] = {.index = 23, .length = 1}, [21] = {.index = 24, .length = 1}, [22] = {.index = 25, .length = 2}, [23] = {.index = 27, .length = 2}, [24] = {.index = 29, .length = 1}, [25] = {.index = 30, .length = 3}, [26] = {.index = 33, .length = 1}, [27] = {.index = 34, .length = 1}, [28] = {.index = 35, .length = 2}, [29] = {.index = 37, .length = 3}, [30] = {.index = 40, .length = 2}, [31] = {.index = 42, .length = 2}, [32] = {.index = 44, .length = 3}, [33] = {.index = 47, .length = 2}, [34] = {.index = 49, .length = 2}, [35] = {.index = 51, .length = 1}, [36] = {.index = 52, .length = 2}, [37] = {.index = 54, .length = 1}, [38] = {.index = 55, .length = 2}, [39] = {.index = 57, .length = 2}, [40] = {.index = 59, .length = 2}, [41] = {.index = 61, .length = 2}, [43] = {.index = 63, .length = 2}, [44] = {.index = 65, .length = 1}, [45] = {.index = 66, .length = 2}, [46] = {.index = 68, .length = 1}, [47] = {.index = 69, .length = 1}, [48] = {.index = 70, .length = 2}, [49] = {.index = 72, .length = 3}, [50] = {.index = 75, .length = 2}, [51] = {.index = 77, .length = 3}, [52] = {.index = 80, .length = 2}, [53] = {.index = 82, .length = 3}, [54] = {.index = 85, .length = 2}, [55] = {.index = 87, .length = 2}, [56] = {.index = 89, .length = 1}, [57] = {.index = 90, .length = 2}, [58] = {.index = 92, .length = 3}, [59] = {.index = 95, .length = 2}, [60] = {.index = 97, .length = 2}, [61] = {.index = 99, .length = 3}, [62] = {.index = 102, .length = 2}, [63] = {.index = 104, .length = 1}, [64] = {.index = 105, .length = 2}, [65] = {.index = 107, .length = 3}, [66] = {.index = 110, .length = 2}, [67] = {.index = 112, .length = 1}, [69] = {.index = 113, .length = 3}, [70] = {.index = 116, .length = 1}, [71] = {.index = 117, .length = 1}, [72] = {.index = 118, .length = 2}, [73] = {.index = 120, .length = 2}, [74] = {.index = 122, .length = 1}, [75] = {.index = 123, .length = 1}, [76] = {.index = 124, .length = 2}, [77] = {.index = 126, .length = 2}, [78] = {.index = 128, .length = 2}, [79] = {.index = 130, .length = 3}, [80] = {.index = 133, .length = 2}, [81] = {.index = 135, .length = 2}, [82] = {.index = 137, .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_name, 0}, [5] = {field_name, 1}, [6] = {field_body, 1}, [7] = {field_value, 1}, [8] = {field_argument, 0}, {field_operator, 1}, [10] = {field_arguments, 1}, {field_function, 0}, [12] = {field_type, 1}, [13] = {field_path, 1}, [14] = {field_argument, 1}, {field_directive, 0}, [16] = {field_declarator, 1}, {field_type, 0}, [18] = {field_parameters, 0}, [19] = {field_body, 2}, {field_value, 1}, [21] = {field_body, 2}, {field_name, 1}, [23] = {field_name, 2}, [24] = {field_body, 2}, [25] = {field_condition, 1}, {field_consequence, 2}, [27] = {field_body, 2}, {field_condition, 1}, [29] = {field_label, 1}, [30] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [33] = {field_label, 0}, [34] = {field_declarator, 1}, [35] = {field_declarator, 1}, {field_type, 0, .inherited = true}, [37] = {field_body, 2}, {field_declarator, 1}, {field_type, 0, .inherited = true}, [40] = {field_declarator, 0}, {field_parameters, 1}, [42] = {field_left, 0}, {field_right, 2}, [44] = {field_argument, 0}, {field_field, 2}, {field_operator, 1}, [47] = {field_name, 1}, {field_value, 2}, [49] = {field_name, 1}, {field_parameters, 2}, [51] = {field_condition, 1}, [52] = {field_alternative, 2}, {field_name, 1}, [54] = {field_type, 0, .inherited = true}, [55] = {field_declarator, 2}, {field_type, 0}, [57] = {field_type, 1}, {field_value, 3}, [59] = {field_declarator, 2}, {field_type, 1}, [61] = {field_name, 2}, {field_prefix, 0}, [63] = {field_body, 3}, {field_name, 2}, [65] = {field_type, 2}, [66] = {field_name, 0}, {field_type, 2}, [68] = {field_declarator, 2}, [69] = {field_declarator, 0}, [70] = {field_declarator, 0}, {field_value, 2}, [72] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_type, 0, .inherited = true}, [75] = {field_declarator, 0, .inherited = true}, {field_declarator, 1, .inherited = true}, [77] = {field_body, 3}, {field_declarator, 2}, {field_type, 1, .inherited = true}, [80] = {field_argument, 0}, {field_index, 2}, [82] = {field_name, 1}, {field_parameters, 2}, {field_value, 3}, [85] = {field_alternative, 3}, {field_condition, 1}, [87] = {field_alternative, 3}, {field_name, 1}, [89] = {field_size, 1}, [90] = {field_declarator, 3}, {field_type, 1}, [92] = {field_declarator, 2}, {field_declarator, 3, .inherited = true}, {field_type, 1}, [95] = {field_declarator, 3}, {field_type, 2}, [97] = {field_name, 0}, {field_value, 2}, [99] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 2}, [102] = {field_body, 1}, {field_condition, 3}, [104] = {field_declarator, 3}, [105] = {field_declarator, 0}, {field_size, 2}, [107] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, [110] = {field_alternative, 4}, {field_condition, 1}, [112] = {field_size, 2}, [113] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_type, 2}, [116] = {field_initializer, 2}, [117] = {field_declarator, 4}, [118] = {field_declarator, 0}, {field_size, 3}, [120] = {field_designator, 0}, {field_value, 2}, [122] = {field_update, 4}, [123] = {field_condition, 3}, [124] = {field_initializer, 2}, {field_update, 4}, [126] = {field_condition, 3}, {field_initializer, 2}, [128] = {field_condition, 3}, {field_update, 5}, [130] = {field_condition, 3}, {field_initializer, 2}, {field_update, 5}, [133] = {field_initializer, 2}, {field_update, 5}, [135] = {field_condition, 4}, {field_initializer, 2}, [137] = {field_condition, 4}, {field_initializer, 2}, {field_update, 6}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [1] = { [0] = alias_sym_type_identifier, }, [6] = { [1] = alias_sym_type_identifier, }, [12] = { [1] = alias_sym_type_identifier, }, [19] = { [1] = alias_sym_type_identifier, }, [20] = { [2] = alias_sym_type_identifier, }, [24] = { [1] = alias_sym_statement_identifier, }, [26] = { [0] = alias_sym_statement_identifier, }, [32] = { [2] = alias_sym_field_identifier, }, [42] = { [0] = alias_sym_field_identifier, }, [43] = { [2] = alias_sym_type_identifier, }, [68] = { [1] = alias_sym_field_identifier, }, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(84); if (lookahead == '!') ADVANCE(140); if (lookahead == '"') ADVANCE(237); if (lookahead == '#') ADVANCE(52); if (lookahead == '%') ADVANCE(157); if (lookahead == '&') ADVANCE(166); if (lookahead == '\'') ADVANCE(228); if (lookahead == '(') ADVANCE(89); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(153); if (lookahead == '+') ADVANCE(148); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(143); if (lookahead == '.') ADVANCE(206); if (lookahead == '/') ADVANCE(155); if (lookahead == '0') ADVANCE(213); if (lookahead == ':') ADVANCE(191); if (lookahead == ';') ADVANCE(179); if (lookahead == '<') ADVANCE(173); if (lookahead == '=') ADVANCE(189); if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == 'L') ADVANCE(249); if (lookahead == 'U') ADVANCE(251); if (lookahead == '[') ADVANCE(186); if (lookahead == '\\') SKIP(79) if (lookahead == ']') ADVANCE(187); if (lookahead == '^') ADVANCE(163); if (lookahead == 'u') ADVANCE(253); if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '~') ADVANCE(141); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(82) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 1: if (lookahead == '\n') SKIP(28) END_STATE(); case 2: if (lookahead == '\n') SKIP(28) if (lookahead == '\r') SKIP(1) END_STATE(); case 3: if (lookahead == '\n') SKIP(29) END_STATE(); case 4: if (lookahead == '\n') SKIP(29) if (lookahead == '\r') SKIP(3) END_STATE(); case 5: if (lookahead == '\n') SKIP(27) END_STATE(); case 6: if (lookahead == '\n') SKIP(27) if (lookahead == '\r') SKIP(5) END_STATE(); case 7: if (lookahead == '\n') SKIP(33) END_STATE(); case 8: if (lookahead == '\n') SKIP(33) if (lookahead == '\r') SKIP(7) END_STATE(); case 9: if (lookahead == '\n') SKIP(32) END_STATE(); case 10: if (lookahead == '\n') SKIP(32) if (lookahead == '\r') SKIP(9) END_STATE(); case 11: if (lookahead == '\n') SKIP(34) END_STATE(); case 12: if (lookahead == '\n') SKIP(34) if (lookahead == '\r') SKIP(11) END_STATE(); case 13: if (lookahead == '\n') SKIP(31) END_STATE(); case 14: if (lookahead == '\n') SKIP(31) if (lookahead == '\r') SKIP(13) END_STATE(); case 15: if (lookahead == '\n') SKIP(17) END_STATE(); case 16: if (lookahead == '\n') SKIP(17) if (lookahead == '\r') SKIP(15) END_STATE(); case 17: if (lookahead == '\n') ADVANCE(86); if (lookahead == '!') ADVANCE(46); if (lookahead == '%') ADVANCE(156); if (lookahead == '&') ADVANCE(165); if (lookahead == '(') ADVANCE(138); if (lookahead == '*') ADVANCE(152); if (lookahead == '+') ADVANCE(147); if (lookahead == '-') ADVANCE(142); if (lookahead == '/') ADVANCE(154); if (lookahead == '<') ADVANCE(174); if (lookahead == '=') ADVANCE(47); if (lookahead == '>') ADVANCE(170); if (lookahead == '\\') SKIP(16) if (lookahead == '^') ADVANCE(162); if (lookahead == '|') ADVANCE(161); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(17) END_STATE(); case 18: if (lookahead == '\n') SKIP(30) END_STATE(); case 19: if (lookahead == '\n') SKIP(30) if (lookahead == '\r') SKIP(18) END_STATE(); case 20: if (lookahead == '\n') SKIP(35) END_STATE(); case 21: if (lookahead == '\n') SKIP(35) if (lookahead == '\r') SKIP(20) END_STATE(); case 22: if (lookahead == '\n') ADVANCE(87); if (lookahead == '(') ADVANCE(89); if (lookahead == '/') ADVANCE(131); if (lookahead == '\\') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(128); if (lookahead != 0) ADVANCE(132); END_STATE(); case 23: if (lookahead == '\n') ADVANCE(87); if (lookahead == '/') ADVANCE(131); if (lookahead == '\\') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(128); if (lookahead != 0) ADVANCE(132); END_STATE(); case 24: if (lookahead == '\n') SKIP(36) if (lookahead == '"') ADVANCE(237); if (lookahead == '/') ADVANCE(238); if (lookahead == '\\') ADVANCE(25); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(241); if (lookahead != 0) ADVANCE(242); END_STATE(); case 25: if (lookahead == '\n') ADVANCE(244); if (lookahead == '\r') ADVANCE(243); if (lookahead == 'U') ADVANCE(76); if (lookahead == 'u') ADVANCE(72); if (lookahead == 'x') ADVANCE(70); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(246); if (lookahead != 0) ADVANCE(243); END_STATE(); case 26: if (lookahead == '\n') SKIP(44) if (lookahead == '/') ADVANCE(231); if (lookahead == '\\') ADVANCE(230); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(232); if (lookahead != 0 && lookahead != '\'') ADVANCE(229); END_STATE(); case 27: if (lookahead == '!') ADVANCE(140); if (lookahead == '"') ADVANCE(237); if (lookahead == '#') ADVANCE(59); if (lookahead == '%') ADVANCE(157); if (lookahead == '&') ADVANCE(166); if (lookahead == '\'') ADVANCE(228); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(153); if (lookahead == '+') ADVANCE(148); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(143); if (lookahead == '.') ADVANCE(207); if (lookahead == '/') ADVANCE(155); if (lookahead == '0') ADVANCE(213); if (lookahead == ':') ADVANCE(190); if (lookahead == ';') ADVANCE(179); if (lookahead == '<') ADVANCE(173); if (lookahead == '=') ADVANCE(189); if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == 'L') ADVANCE(249); if (lookahead == 'U') ADVANCE(251); if (lookahead == '[') ADVANCE(185); if (lookahead == '\\') SKIP(6) if (lookahead == ']') ADVANCE(187); if (lookahead == '^') ADVANCE(163); if (lookahead == 'u') ADVANCE(253); if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '~') ADVANCE(141); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(27) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 28: if (lookahead == '!') ADVANCE(139); if (lookahead == '"') ADVANCE(237); if (lookahead == '#') ADVANCE(52); if (lookahead == '&') ADVANCE(164); if (lookahead == '\'') ADVANCE(228); if (lookahead == '(') ADVANCE(138); if (lookahead == '*') ADVANCE(152); if (lookahead == '+') ADVANCE(149); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(144); if (lookahead == '.') ADVANCE(64); if (lookahead == '/') ADVANCE(37); if (lookahead == '0') ADVANCE(213); if (lookahead == ':') ADVANCE(45); if (lookahead == ';') ADVANCE(179); if (lookahead == 'L') ADVANCE(249); if (lookahead == 'U') ADVANCE(251); if (lookahead == '[') ADVANCE(50); if (lookahead == '\\') SKIP(2) if (lookahead == ']') ADVANCE(51); if (lookahead == 'u') ADVANCE(253); if (lookahead == '{') ADVANCE(183); if (lookahead == '~') ADVANCE(141); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(28) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 29: if (lookahead == '!') ADVANCE(139); if (lookahead == '"') ADVANCE(237); if (lookahead == '#') ADVANCE(54); if (lookahead == '&') ADVANCE(164); if (lookahead == '\'') ADVANCE(228); if (lookahead == '(') ADVANCE(138); if (lookahead == '*') ADVANCE(152); if (lookahead == '+') ADVANCE(149); if (lookahead == '-') ADVANCE(144); if (lookahead == '.') ADVANCE(64); if (lookahead == '/') ADVANCE(37); if (lookahead == '0') ADVANCE(213); if (lookahead == ';') ADVANCE(179); if (lookahead == 'L') ADVANCE(249); if (lookahead == 'U') ADVANCE(251); if (lookahead == '[') ADVANCE(50); if (lookahead == '\\') SKIP(4) if (lookahead == 'u') ADVANCE(253); if (lookahead == '{') ADVANCE(183); if (lookahead == '~') ADVANCE(141); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(29) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 30: if (lookahead == '!') ADVANCE(139); if (lookahead == '\'') ADVANCE(228); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '+') ADVANCE(151); if (lookahead == '-') ADVANCE(146); if (lookahead == '.') ADVANCE(64); if (lookahead == '/') ADVANCE(37); if (lookahead == '0') ADVANCE(213); if (lookahead == 'L') ADVANCE(257); if (lookahead == 'U') ADVANCE(258); if (lookahead == '\\') SKIP(19) if (lookahead == 'u') ADVANCE(259); if (lookahead == '~') ADVANCE(141); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(30) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 31: if (lookahead == '!') ADVANCE(46); if (lookahead == '"') ADVANCE(237); if (lookahead == '%') ADVANCE(157); if (lookahead == '&') ADVANCE(166); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(153); if (lookahead == '+') ADVANCE(150); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(145); if (lookahead == '.') ADVANCE(205); if (lookahead == '/') ADVANCE(155); if (lookahead == ':') ADVANCE(190); if (lookahead == ';') ADVANCE(179); if (lookahead == '<') ADVANCE(173); if (lookahead == '=') ADVANCE(189); if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == 'L') ADVANCE(250); if (lookahead == 'U') ADVANCE(252); if (lookahead == '[') ADVANCE(186); if (lookahead == '\\') SKIP(14) if (lookahead == ']') ADVANCE(187); if (lookahead == '^') ADVANCE(163); if (lookahead == 'u') ADVANCE(254); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(31) if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 32: if (lookahead == '!') ADVANCE(46); if (lookahead == '#') ADVANCE(57); if (lookahead == '%') ADVANCE(157); if (lookahead == '&') ADVANCE(166); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(153); if (lookahead == '+') ADVANCE(150); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(145); if (lookahead == '.') ADVANCE(205); if (lookahead == '/') ADVANCE(155); if (lookahead == ':') ADVANCE(190); if (lookahead == ';') ADVANCE(179); if (lookahead == '<') ADVANCE(173); if (lookahead == '=') ADVANCE(189); if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == '[') ADVANCE(186); if (lookahead == '\\') SKIP(10) if (lookahead == ']') ADVANCE(187); if (lookahead == '^') ADVANCE(163); if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(32) if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 33: if (lookahead == '!') ADVANCE(46); if (lookahead == '#') ADVANCE(53); if (lookahead == '%') ADVANCE(156); if (lookahead == '&') ADVANCE(165); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(152); if (lookahead == '+') ADVANCE(147); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(142); if (lookahead == '.') ADVANCE(42); if (lookahead == '/') ADVANCE(154); if (lookahead == ':') ADVANCE(190); if (lookahead == ';') ADVANCE(179); if (lookahead == '<') ADVANCE(174); if (lookahead == '=') ADVANCE(189); if (lookahead == '>') ADVANCE(170); if (lookahead == '[') ADVANCE(186); if (lookahead == '\\') SKIP(8) if (lookahead == '^') ADVANCE(162); if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(161); if (lookahead == '}') ADVANCE(184); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(33) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 34: if (lookahead == '!') ADVANCE(46); if (lookahead == '#') ADVANCE(55); if (lookahead == '%') ADVANCE(157); if (lookahead == '&') ADVANCE(166); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(153); if (lookahead == '+') ADVANCE(150); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(145); if (lookahead == '.') ADVANCE(205); if (lookahead == '/') ADVANCE(155); if (lookahead == ':') ADVANCE(190); if (lookahead == ';') ADVANCE(179); if (lookahead == '<') ADVANCE(173); if (lookahead == '=') ADVANCE(189); if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == '[') ADVANCE(186); if (lookahead == '\\') SKIP(12) if (lookahead == ']') ADVANCE(51); if (lookahead == '^') ADVANCE(163); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(34) if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 35: if (lookahead == '"') ADVANCE(237); if (lookahead == '/') ADVANCE(37); if (lookahead == '<') ADVANCE(48); if (lookahead == 'L') ADVANCE(250); if (lookahead == 'U') ADVANCE(252); if (lookahead == '\\') SKIP(21) if (lookahead == 'u') ADVANCE(254); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(35) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 36: if (lookahead == '"') ADVANCE(237); if (lookahead == '/') ADVANCE(37); if (lookahead == '\\') ADVANCE(25); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(36) END_STATE(); case 37: if (lookahead == '*') ADVANCE(39); if (lookahead == '/') ADVANCE(264); END_STATE(); case 38: if (lookahead == '*') ADVANCE(38); if (lookahead == '/') ADVANCE(262); if (lookahead != 0) ADVANCE(39); END_STATE(); case 39: if (lookahead == '*') ADVANCE(38); if (lookahead != 0) ADVANCE(39); END_STATE(); case 40: if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(211); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(212); if (('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(220); END_STATE(); case 41: if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(214); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 42: if (lookahead == '.') ADVANCE(43); END_STATE(); case 43: if (lookahead == '.') ADVANCE(90); END_STATE(); case 44: if (lookahead == '/') ADVANCE(37); if (lookahead == '\\') ADVANCE(25); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(44) END_STATE(); case 45: if (lookahead == ':') ADVANCE(180); END_STATE(); case 46: if (lookahead == '=') ADVANCE(168); END_STATE(); case 47: if (lookahead == '=') ADVANCE(167); END_STATE(); case 48: if (lookahead == '>') ADVANCE(247); if (lookahead == '\\') ADVANCE(49); if (lookahead != 0 && lookahead != '\n') ADVANCE(48); END_STATE(); case 49: if (lookahead == '>') ADVANCE(248); if (lookahead == '\\') ADVANCE(49); if (lookahead != 0 && lookahead != '\n') ADVANCE(48); END_STATE(); case 50: if (lookahead == '[') ADVANCE(181); END_STATE(); case 51: if (lookahead == ']') ADVANCE(182); END_STATE(); case 52: if (lookahead == 'd') ADVANCE(104); if (lookahead == 'e') ADVANCE(120); if (lookahead == 'i') ADVANCE(110); if (lookahead == '\t' || lookahead == ' ') ADVANCE(52); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 53: if (lookahead == 'd') ADVANCE(104); if (lookahead == 'e') ADVANCE(120); if (lookahead == 'i') ADVANCE(111); if (lookahead == '\t' || lookahead == ' ') ADVANCE(53); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 54: if (lookahead == 'd') ADVANCE(104); if (lookahead == 'e') ADVANCE(122); if (lookahead == 'i') ADVANCE(110); if (lookahead == '\t' || lookahead == ' ') ADVANCE(54); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 55: if (lookahead == 'd') ADVANCE(104); if (lookahead == 'e') ADVANCE(122); if (lookahead == 'i') ADVANCE(111); if (lookahead == '\t' || lookahead == ' ') ADVANCE(55); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 56: if (lookahead == 'd') ADVANCE(104); if (lookahead == 'i') ADVANCE(110); if (lookahead == '\t' || lookahead == ' ') ADVANCE(56); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 57: if (lookahead == 'd') ADVANCE(104); if (lookahead == 'i') ADVANCE(111); if (lookahead == '\t' || lookahead == ' ') ADVANCE(57); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 58: if (lookahead == 'd') ADVANCE(61); END_STATE(); case 59: if (lookahead == 'e') ADVANCE(62); if (lookahead == '\t' || lookahead == ' ') ADVANCE(59); END_STATE(); case 60: if (lookahead == 'f') ADVANCE(94); END_STATE(); case 61: if (lookahead == 'i') ADVANCE(60); END_STATE(); case 62: if (lookahead == 'n') ADVANCE(58); END_STATE(); case 63: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 64: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(209); END_STATE(); case 65: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(212); if (('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(220); END_STATE(); case 66: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(217); END_STATE(); case 67: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(220); END_STATE(); case 68: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(210); END_STATE(); case 69: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(243); END_STATE(); case 70: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(69); END_STATE(); case 71: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(70); END_STATE(); case 72: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(71); END_STATE(); case 73: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(72); END_STATE(); case 74: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(73); END_STATE(); case 75: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(74); END_STATE(); case 76: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); END_STATE(); case 77: if (lookahead != 0 && lookahead != '\r') ADVANCE(264); if (lookahead == '\r') ADVANCE(266); END_STATE(); case 78: if (eof) ADVANCE(84); if (lookahead == '\n') SKIP(82) END_STATE(); case 79: if (eof) ADVANCE(84); if (lookahead == '\n') SKIP(82) if (lookahead == '\r') SKIP(78) END_STATE(); case 80: if (eof) ADVANCE(84); if (lookahead == '\n') SKIP(83) END_STATE(); case 81: if (eof) ADVANCE(84); if (lookahead == '\n') SKIP(83) if (lookahead == '\r') SKIP(80) END_STATE(); case 82: if (eof) ADVANCE(84); if (lookahead == '!') ADVANCE(140); if (lookahead == '"') ADVANCE(237); if (lookahead == '#') ADVANCE(52); if (lookahead == '%') ADVANCE(157); if (lookahead == '&') ADVANCE(166); if (lookahead == '\'') ADVANCE(228); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(153); if (lookahead == '+') ADVANCE(148); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(143); if (lookahead == '.') ADVANCE(206); if (lookahead == '/') ADVANCE(155); if (lookahead == '0') ADVANCE(213); if (lookahead == ':') ADVANCE(191); if (lookahead == ';') ADVANCE(179); if (lookahead == '<') ADVANCE(173); if (lookahead == '=') ADVANCE(189); if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == 'L') ADVANCE(249); if (lookahead == 'U') ADVANCE(251); if (lookahead == '[') ADVANCE(186); if (lookahead == '\\') SKIP(79) if (lookahead == ']') ADVANCE(187); if (lookahead == '^') ADVANCE(163); if (lookahead == 'u') ADVANCE(253); if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '~') ADVANCE(141); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(82) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 83: if (eof) ADVANCE(84); if (lookahead == '!') ADVANCE(139); if (lookahead == '"') ADVANCE(237); if (lookahead == '#') ADVANCE(56); if (lookahead == '&') ADVANCE(164); if (lookahead == '\'') ADVANCE(228); if (lookahead == '(') ADVANCE(138); if (lookahead == ')') ADVANCE(92); if (lookahead == '*') ADVANCE(152); if (lookahead == '+') ADVANCE(149); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(144); if (lookahead == '.') ADVANCE(207); if (lookahead == '/') ADVANCE(37); if (lookahead == '0') ADVANCE(213); if (lookahead == ':') ADVANCE(190); if (lookahead == ';') ADVANCE(179); if (lookahead == '=') ADVANCE(188); if (lookahead == 'L') ADVANCE(249); if (lookahead == 'U') ADVANCE(251); if (lookahead == '[') ADVANCE(186); if (lookahead == '\\') SKIP(81) if (lookahead == ']') ADVANCE(187); if (lookahead == 'u') ADVANCE(253); if (lookahead == '{') ADVANCE(183); if (lookahead == '}') ADVANCE(184); if (lookahead == '~') ADVANCE(141); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(83) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 84: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 85: ACCEPT_TOKEN(aux_sym_preproc_include_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(86); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(87); if (lookahead == '\\') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(128); END_STATE(); case 88: ACCEPT_TOKEN(aux_sym_preproc_def_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 93: ACCEPT_TOKEN(aux_sym_preproc_if_token1); if (lookahead == 'd') ADVANCE(108); if (lookahead == 'n') ADVANCE(103); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 94: ACCEPT_TOKEN(aux_sym_preproc_if_token2); END_STATE(); case 95: ACCEPT_TOKEN(aux_sym_preproc_if_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 96: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 97: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 98: ACCEPT_TOKEN(aux_sym_preproc_else_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 99: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 100: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'c') ADVANCE(121); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 101: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'd') ADVANCE(119); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 102: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'd') ADVANCE(107); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 103: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'd') ADVANCE(109); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 104: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(112); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 105: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(98); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 106: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(88); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 107: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(85); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 108: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(115); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 109: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'e') ADVANCE(116); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 110: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(93); if (lookahead == 'n') ADVANCE(100); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 111: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(93); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 112: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 113: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(99); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 114: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(95); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 115: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(96); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 116: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'f') ADVANCE(97); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 117: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'i') ADVANCE(123); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 118: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'i') ADVANCE(113); if (lookahead == 's') ADVANCE(105); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 119: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'i') ADVANCE(114); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 120: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'l') ADVANCE(118); if (lookahead == 'n') ADVANCE(101); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 121: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'l') ADVANCE(124); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 122: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'n') ADVANCE(101); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 123: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'n') ADVANCE(106); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 124: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'u') ADVANCE(102); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 125: ACCEPT_TOKEN(sym_preproc_directive); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); END_STATE(); case 126: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') ADVANCE(39); if (lookahead == '*') ADVANCE(126); if (lookahead == '/') ADVANCE(262); if (lookahead == '\\') ADVANCE(133); if (lookahead != 0) ADVANCE(127); END_STATE(); case 127: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') ADVANCE(39); if (lookahead == '*') ADVANCE(126); if (lookahead == '\\') ADVANCE(133); if (lookahead != 0) ADVANCE(127); END_STATE(); case 128: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') ADVANCE(87); if (lookahead == '/') ADVANCE(131); if (lookahead == '\\') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(128); if (lookahead != 0) ADVANCE(132); END_STATE(); case 129: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') ADVANCE(128); if (lookahead == '\r') ADVANCE(130); if (lookahead == '\\') ADVANCE(134); if (lookahead != 0) ADVANCE(132); END_STATE(); case 130: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') ADVANCE(128); if (lookahead == '\\') ADVANCE(134); if (lookahead != 0) ADVANCE(132); END_STATE(); case 131: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '*') ADVANCE(127); if (lookahead == '/') ADVANCE(265); if (lookahead == '\\') ADVANCE(134); if (lookahead != 0 && lookahead != '\n') ADVANCE(132); END_STATE(); case 132: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\\') ADVANCE(134); if (lookahead != 0 && lookahead != '\n') ADVANCE(132); END_STATE(); case 133: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '*' && lookahead != '\\') ADVANCE(127); if (lookahead == '\r') ADVANCE(136); if (lookahead == '*') ADVANCE(126); if (lookahead == '\\') ADVANCE(133); END_STATE(); case 134: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(132); if (lookahead == '\r') ADVANCE(137); if (lookahead == '\\') ADVANCE(134); END_STATE(); case 135: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(265); if (lookahead == '\r') ADVANCE(267); if (lookahead == '\\') ADVANCE(263); END_STATE(); case 136: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '*' && lookahead != '\\') ADVANCE(127); if (lookahead == '*') ADVANCE(126); if (lookahead == '\\') ADVANCE(133); END_STATE(); case 137: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\\') ADVANCE(132); if (lookahead == '\\') ADVANCE(134); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); case 139: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(168); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(203); if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(213); if (lookahead == '=') ADVANCE(197); if (lookahead == '>') ADVANCE(208); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(203); if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(213); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(203); if (lookahead == '=') ADVANCE(197); if (lookahead == '>') ADVANCE(208); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(213); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 147: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(204); if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(213); if (lookahead == '=') ADVANCE(196); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 149: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(204); if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(213); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(204); if (lookahead == '=') ADVANCE(196); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '.') ADVANCE(64); if (lookahead == '0') ADVANCE(213); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 153: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') ADVANCE(193); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(39); if (lookahead == '/') ADVANCE(264); END_STATE(); case 155: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(39); if (lookahead == '/') ADVANCE(264); if (lookahead == '=') ADVANCE(194); END_STATE(); case 156: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 157: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(195); END_STATE(); case 158: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 159: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(202); if (lookahead == '|') ADVANCE(158); END_STATE(); case 161: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(158); END_STATE(); case 162: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(201); END_STATE(); case 164: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 165: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(159); END_STATE(); case 166: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(159); if (lookahead == '=') ADVANCE(200); END_STATE(); case 167: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 168: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 169: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(171); if (lookahead == '>') ADVANCE(178); END_STATE(); case 170: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(171); if (lookahead == '>') ADVANCE(177); END_STATE(); case 171: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 172: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 173: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(176); if (lookahead == '=') ADVANCE(172); END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(175); if (lookahead == '=') ADVANCE(172); END_STATE(); case 175: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 176: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(198); END_STATE(); case 177: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 178: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(199); END_STATE(); case 179: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 180: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 181: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); case 182: ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); case 183: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 184: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 185: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 186: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '[') ADVANCE(181); END_STATE(); case 187: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 188: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 189: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(167); END_STATE(); case 190: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 191: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == ':') ADVANCE(180); END_STATE(); case 192: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 193: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 194: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 195: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 196: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 197: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 198: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 199: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 200: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 201: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 202: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 203: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); case 204: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 205: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 206: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(43); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(209); END_STATE(); case 207: ACCEPT_TOKEN(anon_sym_DOT); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(209); END_STATE(); case 208: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 209: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(64); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(209); END_STATE(); case 210: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(68); if (lookahead == 'F' || lookahead == 'f') ADVANCE(210); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(210); END_STATE(); case 211: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(65); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'f') ADVANCE(220); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'b') ADVANCE(219); if (lookahead == 'x') ADVANCE(67); if (lookahead == 'E' || lookahead == 'e') ADVANCE(218); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(220); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(212); END_STATE(); case 212: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(65); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'f') ADVANCE(220); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'E' || lookahead == 'e') ADVANCE(218); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(220); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(212); END_STATE(); case 213: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(63); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'b') ADVANCE(41); if (lookahead == 'x') ADVANCE(40); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 214: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(63); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'b') ADVANCE(63); if (lookahead == 'x') ADVANCE(67); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 215: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(63); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(215); END_STATE(); case 216: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(66); if (lookahead == 'F' || lookahead == 'f') ADVANCE(217); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == '+' || lookahead == '-') ADVANCE(68); if (lookahead == 'E' || lookahead == 'e') ADVANCE(216); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(217); END_STATE(); case 217: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(66); if (lookahead == 'F' || lookahead == 'f') ADVANCE(217); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'E' || lookahead == 'e') ADVANCE(216); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(217); END_STATE(); case 218: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(67); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'f') ADVANCE(220); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == '+' || lookahead == '-') ADVANCE(68); if (lookahead == 'E' || lookahead == 'e') ADVANCE(218); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(220); END_STATE(); case 219: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(67); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'f') ADVANCE(220); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'E' || lookahead == 'e') ADVANCE(218); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(220); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(212); END_STATE(); case 220: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '\'') ADVANCE(67); if (lookahead == '.') ADVANCE(221); if (lookahead == 'F' || lookahead == 'f') ADVANCE(220); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'E' || lookahead == 'e') ADVANCE(218); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(220); END_STATE(); case 221: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || lookahead == 'f') ADVANCE(217); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == 'E' || lookahead == 'e') ADVANCE(216); if (lookahead == 'P' || lookahead == 'p') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || ('a' <= lookahead && lookahead <= 'd')) ADVANCE(217); END_STATE(); case 222: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || lookahead == 'f') ADVANCE(210); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); if (lookahead == '+' || lookahead == '-') ADVANCE(68); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(210); END_STATE(); case 223: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || lookahead == 'u') ADVANCE(223); END_STATE(); case 224: ACCEPT_TOKEN(anon_sym_L_SQUOTE); END_STATE(); case 225: ACCEPT_TOKEN(anon_sym_u_SQUOTE); END_STATE(); case 226: ACCEPT_TOKEN(anon_sym_U_SQUOTE); END_STATE(); case 227: ACCEPT_TOKEN(anon_sym_u8_SQUOTE); END_STATE(); case 228: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 229: ACCEPT_TOKEN(aux_sym_char_literal_token1); END_STATE(); case 230: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '\n') ADVANCE(244); if (lookahead == '\r') ADVANCE(243); if (lookahead == 'U') ADVANCE(76); if (lookahead == 'u') ADVANCE(72); if (lookahead == 'x') ADVANCE(70); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(246); if (lookahead != 0) ADVANCE(243); END_STATE(); case 231: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '*') ADVANCE(39); if (lookahead == '/') ADVANCE(264); END_STATE(); case 232: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '\\') ADVANCE(25); END_STATE(); case 233: ACCEPT_TOKEN(anon_sym_L_DQUOTE); END_STATE(); case 234: ACCEPT_TOKEN(anon_sym_u_DQUOTE); END_STATE(); case 235: ACCEPT_TOKEN(anon_sym_U_DQUOTE); END_STATE(); case 236: ACCEPT_TOKEN(anon_sym_u8_DQUOTE); END_STATE(); case 237: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 238: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '*') ADVANCE(240); if (lookahead == '/') ADVANCE(242); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(242); END_STATE(); case 239: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '*') ADVANCE(239); if (lookahead == '/') ADVANCE(242); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(240); END_STATE(); case 240: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '*') ADVANCE(239); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(240); END_STATE(); case 241: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead == '/') ADVANCE(238); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(241); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(242); END_STATE(); case 242: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(242); END_STATE(); case 243: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 244: ACCEPT_TOKEN(sym_escape_sequence); if (lookahead == '\\') ADVANCE(25); END_STATE(); case 245: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(243); END_STATE(); case 246: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(245); END_STATE(); case 247: ACCEPT_TOKEN(sym_system_lib_string); END_STATE(); case 248: ACCEPT_TOKEN(sym_system_lib_string); if (lookahead == '>') ADVANCE(247); if (lookahead == '\\') ADVANCE(49); if (lookahead != 0 && lookahead != '\n') ADVANCE(48); END_STATE(); case 249: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(233); if (lookahead == '\'') ADVANCE(224); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 250: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(233); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 251: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(235); if (lookahead == '\'') ADVANCE(226); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 252: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(235); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 253: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(234); if (lookahead == '\'') ADVANCE(225); if (lookahead == '8') ADVANCE(255); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 254: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(234); if (lookahead == '8') ADVANCE(256); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 255: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(236); if (lookahead == '\'') ADVANCE(227); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 256: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(236); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 257: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(224); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 258: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(226); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 259: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(225); if (lookahead == '8') ADVANCE(260); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 260: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(227); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 261: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 262: ACCEPT_TOKEN(sym_comment); END_STATE(); case 263: ACCEPT_TOKEN(sym_comment); if (lookahead == '\r') ADVANCE(265); if (lookahead == '\\') ADVANCE(135); if (lookahead != 0 && lookahead != '\n') ADVANCE(265); END_STATE(); case 264: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(77); if (lookahead != 0 && lookahead != '\n') ADVANCE(264); END_STATE(); case 265: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(135); if (lookahead != 0 && lookahead != '\n') ADVANCE(265); END_STATE(); case 266: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\\') ADVANCE(264); if (lookahead == '\\') ADVANCE(77); END_STATE(); case 267: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\\') ADVANCE(265); if (lookahead == '\\') ADVANCE(135); 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 == 'F') ADVANCE(1); if (lookahead == 'N') ADVANCE(2); if (lookahead == 'T') ADVANCE(3); if (lookahead == '\\') SKIP(4) if (lookahead == '_') ADVANCE(5); if (lookahead == 'a') ADVANCE(6); if (lookahead == 'b') ADVANCE(7); if (lookahead == 'c') ADVANCE(8); if (lookahead == 'd') ADVANCE(9); if (lookahead == 'e') ADVANCE(10); if (lookahead == 'f') ADVANCE(11); if (lookahead == 'g') ADVANCE(12); if (lookahead == 'i') ADVANCE(13); if (lookahead == 'l') ADVANCE(14); if (lookahead == 'r') ADVANCE(15); if (lookahead == 's') ADVANCE(16); if (lookahead == 't') ADVANCE(17); if (lookahead == 'u') ADVANCE(18); if (lookahead == 'v') ADVANCE(19); if (lookahead == 'w') ADVANCE(20); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) END_STATE(); case 1: if (lookahead == 'A') ADVANCE(21); END_STATE(); case 2: if (lookahead == 'U') ADVANCE(22); END_STATE(); case 3: if (lookahead == 'R') ADVANCE(23); END_STATE(); case 4: if (lookahead == '\n') SKIP(0) if (lookahead == '\r') SKIP(24) END_STATE(); case 5: if (lookahead == 'A') ADVANCE(25); if (lookahead == '_') ADVANCE(26); if (lookahead == 'u') ADVANCE(27); END_STATE(); case 6: if (lookahead == 'u') ADVANCE(28); END_STATE(); case 7: if (lookahead == 'o') ADVANCE(29); if (lookahead == 'r') ADVANCE(30); END_STATE(); case 8: if (lookahead == 'a') ADVANCE(31); if (lookahead == 'h') ADVANCE(32); if (lookahead == 'o') ADVANCE(33); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(34); if (lookahead == 'o') ADVANCE(35); END_STATE(); case 10: if (lookahead == 'l') ADVANCE(36); if (lookahead == 'n') ADVANCE(37); if (lookahead == 'x') ADVANCE(38); END_STATE(); case 11: if (lookahead == 'a') ADVANCE(39); if (lookahead == 'l') ADVANCE(40); if (lookahead == 'o') ADVANCE(41); END_STATE(); case 12: if (lookahead == 'o') ADVANCE(42); END_STATE(); case 13: if (lookahead == 'f') ADVANCE(43); if (lookahead == 'n') ADVANCE(44); END_STATE(); case 14: if (lookahead == 'o') ADVANCE(45); END_STATE(); case 15: if (lookahead == 'e') ADVANCE(46); END_STATE(); case 16: if (lookahead == 'h') ADVANCE(47); if (lookahead == 'i') ADVANCE(48); if (lookahead == 's') ADVANCE(49); if (lookahead == 't') ADVANCE(50); if (lookahead == 'w') ADVANCE(51); END_STATE(); case 17: if (lookahead == 'r') ADVANCE(52); if (lookahead == 'y') ADVANCE(53); END_STATE(); case 18: if (lookahead == 'i') ADVANCE(54); if (lookahead == 'n') ADVANCE(55); END_STATE(); case 19: if (lookahead == 'o') ADVANCE(56); END_STATE(); case 20: if (lookahead == 'h') ADVANCE(57); END_STATE(); case 21: if (lookahead == 'L') ADVANCE(58); END_STATE(); case 22: if (lookahead == 'L') ADVANCE(59); END_STATE(); case 23: if (lookahead == 'U') ADVANCE(60); END_STATE(); case 24: if (lookahead == '\n') SKIP(0) END_STATE(); case 25: if (lookahead == 't') ADVANCE(61); END_STATE(); case 26: if (lookahead == 'a') ADVANCE(62); if (lookahead == 'b') ADVANCE(63); if (lookahead == 'c') ADVANCE(64); if (lookahead == 'd') ADVANCE(65); if (lookahead == 'f') ADVANCE(66); if (lookahead == 'r') ADVANCE(67); if (lookahead == 's') ADVANCE(68); if (lookahead == 't') ADVANCE(69); if (lookahead == 'u') ADVANCE(70); if (lookahead == 'v') ADVANCE(71); END_STATE(); case 27: if (lookahead == 'n') ADVANCE(72); END_STATE(); case 28: if (lookahead == 't') ADVANCE(73); END_STATE(); case 29: if (lookahead == 'o') ADVANCE(74); END_STATE(); case 30: if (lookahead == 'e') ADVANCE(75); END_STATE(); case 31: if (lookahead == 's') ADVANCE(76); END_STATE(); case 32: if (lookahead == 'a') ADVANCE(77); END_STATE(); case 33: if (lookahead == 'n') ADVANCE(78); END_STATE(); case 34: if (lookahead == 'f') ADVANCE(79); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_do); if (lookahead == 'u') ADVANCE(80); END_STATE(); case 36: if (lookahead == 's') ADVANCE(81); END_STATE(); case 37: if (lookahead == 'u') ADVANCE(82); END_STATE(); case 38: if (lookahead == 't') ADVANCE(83); END_STATE(); case 39: if (lookahead == 'l') ADVANCE(84); END_STATE(); case 40: if (lookahead == 'o') ADVANCE(85); END_STATE(); case 41: if (lookahead == 'r') ADVANCE(86); END_STATE(); case 42: if (lookahead == 't') ADVANCE(87); END_STATE(); case 43: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 44: if (lookahead == 'l') ADVANCE(88); if (lookahead == 't') ADVANCE(89); END_STATE(); case 45: if (lookahead == 'n') ADVANCE(90); END_STATE(); case 46: if (lookahead == 'g') ADVANCE(91); if (lookahead == 's') ADVANCE(92); if (lookahead == 't') ADVANCE(93); END_STATE(); case 47: if (lookahead == 'o') ADVANCE(94); END_STATE(); case 48: if (lookahead == 'g') ADVANCE(95); if (lookahead == 'z') ADVANCE(96); END_STATE(); case 49: if (lookahead == 'i') ADVANCE(97); END_STATE(); case 50: if (lookahead == 'a') ADVANCE(98); if (lookahead == 'r') ADVANCE(99); END_STATE(); case 51: if (lookahead == 'i') ADVANCE(100); END_STATE(); case 52: if (lookahead == 'u') ADVANCE(101); END_STATE(); case 53: if (lookahead == 'p') ADVANCE(102); END_STATE(); case 54: if (lookahead == 'n') ADVANCE(103); END_STATE(); case 55: if (lookahead == 'i') ADVANCE(104); if (lookahead == 's') ADVANCE(105); END_STATE(); case 56: if (lookahead == 'i') ADVANCE(106); if (lookahead == 'l') ADVANCE(107); END_STATE(); case 57: if (lookahead == 'i') ADVANCE(108); END_STATE(); case 58: if (lookahead == 'S') ADVANCE(109); END_STATE(); case 59: if (lookahead == 'L') ADVANCE(110); END_STATE(); case 60: if (lookahead == 'E') ADVANCE(111); END_STATE(); case 61: if (lookahead == 'o') ADVANCE(112); END_STATE(); case 62: if (lookahead == 't') ADVANCE(113); END_STATE(); case 63: if (lookahead == 'a') ADVANCE(114); END_STATE(); case 64: if (lookahead == 'd') ADVANCE(115); if (lookahead == 'l') ADVANCE(116); END_STATE(); case 65: if (lookahead == 'e') ADVANCE(117); END_STATE(); case 66: if (lookahead == 'a') ADVANCE(118); END_STATE(); case 67: if (lookahead == 'e') ADVANCE(119); END_STATE(); case 68: if (lookahead == 'p') ADVANCE(120); if (lookahead == 't') ADVANCE(121); END_STATE(); case 69: if (lookahead == 'h') ADVANCE(122); END_STATE(); case 70: if (lookahead == 'n') ADVANCE(123); if (lookahead == 'p') ADVANCE(124); END_STATE(); case 71: if (lookahead == 'e') ADVANCE(125); END_STATE(); case 72: if (lookahead == 'a') ADVANCE(126); END_STATE(); case 73: if (lookahead == 'o') ADVANCE(127); END_STATE(); case 74: if (lookahead == 'l') ADVANCE(128); END_STATE(); case 75: if (lookahead == 'a') ADVANCE(129); END_STATE(); case 76: if (lookahead == 'e') ADVANCE(130); END_STATE(); case 77: if (lookahead == 'r') ADVANCE(131); END_STATE(); case 78: if (lookahead == 's') ADVANCE(132); if (lookahead == 't') ADVANCE(133); END_STATE(); case 79: if (lookahead == 'a') ADVANCE(134); if (lookahead == 'i') ADVANCE(135); END_STATE(); case 80: if (lookahead == 'b') ADVANCE(136); END_STATE(); case 81: if (lookahead == 'e') ADVANCE(137); END_STATE(); case 82: if (lookahead == 'm') ADVANCE(138); END_STATE(); case 83: if (lookahead == 'e') ADVANCE(139); END_STATE(); case 84: if (lookahead == 's') ADVANCE(140); END_STATE(); case 85: if (lookahead == 'a') ADVANCE(141); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 87: if (lookahead == 'o') ADVANCE(142); END_STATE(); case 88: if (lookahead == 'i') ADVANCE(143); END_STATE(); case 89: ACCEPT_TOKEN(sym_primitive_type); if (lookahead == '1') ADVANCE(144); if (lookahead == '3') ADVANCE(145); if (lookahead == '6') ADVANCE(146); if (lookahead == '8') ADVANCE(147); if (lookahead == 'p') ADVANCE(148); END_STATE(); case 90: if (lookahead == 'g') ADVANCE(149); END_STATE(); case 91: if (lookahead == 'i') ADVANCE(150); END_STATE(); case 92: if (lookahead == 't') ADVANCE(151); END_STATE(); case 93: if (lookahead == 'u') ADVANCE(152); END_STATE(); case 94: if (lookahead == 'r') ADVANCE(153); END_STATE(); case 95: if (lookahead == 'n') ADVANCE(154); END_STATE(); case 96: if (lookahead == 'e') ADVANCE(155); END_STATE(); case 97: if (lookahead == 'z') ADVANCE(156); END_STATE(); case 98: if (lookahead == 't') ADVANCE(157); END_STATE(); case 99: if (lookahead == 'u') ADVANCE(158); END_STATE(); case 100: if (lookahead == 't') ADVANCE(159); END_STATE(); case 101: if (lookahead == 'e') ADVANCE(111); END_STATE(); case 102: if (lookahead == 'e') ADVANCE(160); END_STATE(); case 103: if (lookahead == 't') ADVANCE(161); END_STATE(); case 104: if (lookahead == 'o') ADVANCE(162); END_STATE(); case 105: if (lookahead == 'i') ADVANCE(163); END_STATE(); case 106: if (lookahead == 'd') ADVANCE(128); END_STATE(); case 107: if (lookahead == 'a') ADVANCE(164); END_STATE(); case 108: if (lookahead == 'l') ADVANCE(165); END_STATE(); case 109: if (lookahead == 'E') ADVANCE(166); END_STATE(); case 110: ACCEPT_TOKEN(sym_null); END_STATE(); case 111: ACCEPT_TOKEN(sym_true); END_STATE(); case 112: if (lookahead == 'm') ADVANCE(167); END_STATE(); case 113: if (lookahead == 't') ADVANCE(168); END_STATE(); case 114: if (lookahead == 's') ADVANCE(169); END_STATE(); case 115: if (lookahead == 'e') ADVANCE(170); END_STATE(); case 116: if (lookahead == 'r') ADVANCE(171); END_STATE(); case 117: if (lookahead == 'c') ADVANCE(172); END_STATE(); case 118: if (lookahead == 's') ADVANCE(173); END_STATE(); case 119: if (lookahead == 's') ADVANCE(174); END_STATE(); case 120: if (lookahead == 't') ADVANCE(175); END_STATE(); case 121: if (lookahead == 'd') ADVANCE(176); END_STATE(); case 122: if (lookahead == 'i') ADVANCE(177); END_STATE(); case 123: if (lookahead == 'a') ADVANCE(178); END_STATE(); case 124: if (lookahead == 't') ADVANCE(179); END_STATE(); case 125: if (lookahead == 'c') ADVANCE(180); END_STATE(); case 126: if (lookahead == 'l') ADVANCE(181); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_auto); END_STATE(); case 128: ACCEPT_TOKEN(sym_primitive_type); END_STATE(); case 129: if (lookahead == 'k') ADVANCE(182); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 131: ACCEPT_TOKEN(sym_primitive_type); if (lookahead == '1') ADVANCE(183); if (lookahead == '3') ADVANCE(184); if (lookahead == '6') ADVANCE(185); if (lookahead == '8') ADVANCE(186); if (lookahead == 'p') ADVANCE(187); END_STATE(); case 132: if (lookahead == 't') ADVANCE(188); END_STATE(); case 133: if (lookahead == 'i') ADVANCE(189); END_STATE(); case 134: if (lookahead == 'u') ADVANCE(190); END_STATE(); case 135: if (lookahead == 'n') ADVANCE(191); END_STATE(); case 136: if (lookahead == 'l') ADVANCE(192); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 139: if (lookahead == 'r') ADVANCE(193); END_STATE(); case 140: if (lookahead == 'e') ADVANCE(166); END_STATE(); case 141: if (lookahead == 't') ADVANCE(128); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_goto); END_STATE(); case 143: if (lookahead == 'n') ADVANCE(194); END_STATE(); case 144: if (lookahead == '6') ADVANCE(195); END_STATE(); case 145: if (lookahead == '2') ADVANCE(196); END_STATE(); case 146: if (lookahead == '4') ADVANCE(197); END_STATE(); case 147: if (lookahead == '_') ADVANCE(198); END_STATE(); case 148: if (lookahead == 't') ADVANCE(199); END_STATE(); case 149: ACCEPT_TOKEN(anon_sym_long); END_STATE(); case 150: if (lookahead == 's') ADVANCE(200); END_STATE(); case 151: if (lookahead == 'r') ADVANCE(201); END_STATE(); case 152: if (lookahead == 'r') ADVANCE(202); END_STATE(); case 153: if (lookahead == 't') ADVANCE(203); END_STATE(); case 154: if (lookahead == 'e') ADVANCE(204); END_STATE(); case 155: if (lookahead == '_') ADVANCE(205); if (lookahead == 'o') ADVANCE(206); END_STATE(); case 156: if (lookahead == 'e') ADVANCE(207); END_STATE(); case 157: if (lookahead == 'i') ADVANCE(208); END_STATE(); case 158: if (lookahead == 'c') ADVANCE(209); END_STATE(); case 159: if (lookahead == 'c') ADVANCE(210); END_STATE(); case 160: if (lookahead == 'd') ADVANCE(211); END_STATE(); case 161: if (lookahead == '1') ADVANCE(212); if (lookahead == '3') ADVANCE(213); if (lookahead == '6') ADVANCE(214); if (lookahead == '8') ADVANCE(215); if (lookahead == 'p') ADVANCE(216); END_STATE(); case 162: if (lookahead == 'n') ADVANCE(217); END_STATE(); case 163: if (lookahead == 'g') ADVANCE(218); END_STATE(); case 164: if (lookahead == 't') ADVANCE(219); END_STATE(); case 165: if (lookahead == 'e') ADVANCE(220); END_STATE(); case 166: ACCEPT_TOKEN(sym_false); END_STATE(); case 167: if (lookahead == 'i') ADVANCE(221); END_STATE(); case 168: if (lookahead == 'r') ADVANCE(222); END_STATE(); case 169: if (lookahead == 'e') ADVANCE(223); END_STATE(); case 170: if (lookahead == 'c') ADVANCE(224); END_STATE(); case 171: if (lookahead == 'c') ADVANCE(225); END_STATE(); case 172: if (lookahead == 'l') ADVANCE(226); END_STATE(); case 173: if (lookahead == 't') ADVANCE(227); END_STATE(); case 174: if (lookahead == 't') ADVANCE(228); END_STATE(); case 175: if (lookahead == 'r') ADVANCE(229); END_STATE(); case 176: if (lookahead == 'c') ADVANCE(230); END_STATE(); case 177: if (lookahead == 's') ADVANCE(231); END_STATE(); case 178: if (lookahead == 'l') ADVANCE(232); END_STATE(); case 179: if (lookahead == 'r') ADVANCE(233); END_STATE(); case 180: if (lookahead == 't') ADVANCE(234); END_STATE(); case 181: if (lookahead == 'i') ADVANCE(235); END_STATE(); case 182: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 183: if (lookahead == '6') ADVANCE(236); END_STATE(); case 184: if (lookahead == '2') ADVANCE(237); END_STATE(); case 185: if (lookahead == '4') ADVANCE(238); END_STATE(); case 186: if (lookahead == '_') ADVANCE(239); END_STATE(); case 187: if (lookahead == 't') ADVANCE(240); END_STATE(); case 188: ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 189: if (lookahead == 'n') ADVANCE(241); END_STATE(); case 190: if (lookahead == 'l') ADVANCE(242); END_STATE(); case 191: if (lookahead == 'e') ADVANCE(243); END_STATE(); case 192: if (lookahead == 'e') ADVANCE(128); END_STATE(); case 193: if (lookahead == 'n') ADVANCE(244); END_STATE(); case 194: if (lookahead == 'e') ADVANCE(245); END_STATE(); case 195: if (lookahead == '_') ADVANCE(246); END_STATE(); case 196: if (lookahead == '_') ADVANCE(247); END_STATE(); case 197: if (lookahead == '_') ADVANCE(248); END_STATE(); case 198: if (lookahead == 't') ADVANCE(128); END_STATE(); case 199: if (lookahead == 'r') ADVANCE(249); END_STATE(); case 200: if (lookahead == 't') ADVANCE(250); END_STATE(); case 201: if (lookahead == 'i') ADVANCE(251); END_STATE(); case 202: if (lookahead == 'n') ADVANCE(252); END_STATE(); case 203: ACCEPT_TOKEN(anon_sym_short); END_STATE(); case 204: if (lookahead == 'd') ADVANCE(253); END_STATE(); case 205: if (lookahead == 't') ADVANCE(128); END_STATE(); case 206: if (lookahead == 'f') ADVANCE(254); END_STATE(); case 207: if (lookahead == '_') ADVANCE(255); END_STATE(); case 208: if (lookahead == 'c') ADVANCE(256); END_STATE(); case 209: if (lookahead == 't') ADVANCE(257); END_STATE(); case 210: if (lookahead == 'h') ADVANCE(258); END_STATE(); case 211: if (lookahead == 'e') ADVANCE(259); END_STATE(); case 212: if (lookahead == '6') ADVANCE(260); END_STATE(); case 213: if (lookahead == '2') ADVANCE(261); END_STATE(); case 214: if (lookahead == '4') ADVANCE(262); END_STATE(); case 215: if (lookahead == '_') ADVANCE(263); END_STATE(); case 216: if (lookahead == 't') ADVANCE(264); END_STATE(); case 217: ACCEPT_TOKEN(anon_sym_union); END_STATE(); case 218: if (lookahead == 'n') ADVANCE(265); END_STATE(); case 219: if (lookahead == 'i') ADVANCE(266); END_STATE(); case 220: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 221: if (lookahead == 'c') ADVANCE(267); END_STATE(); case 222: if (lookahead == 'i') ADVANCE(268); END_STATE(); case 223: if (lookahead == 'd') ADVANCE(269); END_STATE(); case 224: if (lookahead == 'l') ADVANCE(270); END_STATE(); case 225: if (lookahead == 'a') ADVANCE(271); END_STATE(); case 226: if (lookahead == 's') ADVANCE(272); END_STATE(); case 227: if (lookahead == 'c') ADVANCE(273); END_STATE(); case 228: if (lookahead == 'r') ADVANCE(274); END_STATE(); case 229: ACCEPT_TOKEN(sym_ms_signed_ptr_modifier); END_STATE(); case 230: if (lookahead == 'a') ADVANCE(275); END_STATE(); case 231: if (lookahead == 'c') ADVANCE(276); END_STATE(); case 232: if (lookahead == 'i') ADVANCE(277); END_STATE(); case 233: ACCEPT_TOKEN(sym_ms_unsigned_ptr_modifier); END_STATE(); case 234: if (lookahead == 'o') ADVANCE(278); END_STATE(); case 235: if (lookahead == 'g') ADVANCE(279); END_STATE(); case 236: if (lookahead == '_') ADVANCE(280); END_STATE(); case 237: if (lookahead == '_') ADVANCE(281); END_STATE(); case 238: if (lookahead == '_') ADVANCE(282); END_STATE(); case 239: if (lookahead == 't') ADVANCE(128); END_STATE(); case 240: if (lookahead == 'r') ADVANCE(283); END_STATE(); case 241: if (lookahead == 'u') ADVANCE(284); END_STATE(); case 242: if (lookahead == 't') ADVANCE(285); END_STATE(); case 243: if (lookahead == 'd') ADVANCE(286); END_STATE(); case 244: ACCEPT_TOKEN(anon_sym_extern); END_STATE(); case 245: ACCEPT_TOKEN(anon_sym_inline); END_STATE(); case 246: if (lookahead == 't') ADVANCE(128); END_STATE(); case 247: if (lookahead == 't') ADVANCE(128); END_STATE(); case 248: if (lookahead == 't') ADVANCE(128); END_STATE(); case 249: if (lookahead == '_') ADVANCE(287); END_STATE(); case 250: if (lookahead == 'e') ADVANCE(288); END_STATE(); case 251: if (lookahead == 'c') ADVANCE(289); END_STATE(); case 252: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 253: ACCEPT_TOKEN(anon_sym_signed); END_STATE(); case 254: ACCEPT_TOKEN(anon_sym_sizeof); END_STATE(); case 255: if (lookahead == 't') ADVANCE(128); END_STATE(); case 256: ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 257: ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 258: ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 259: if (lookahead == 'f') ADVANCE(290); END_STATE(); case 260: if (lookahead == '_') ADVANCE(291); END_STATE(); case 261: if (lookahead == '_') ADVANCE(292); END_STATE(); case 262: if (lookahead == '_') ADVANCE(293); END_STATE(); case 263: if (lookahead == 't') ADVANCE(128); END_STATE(); case 264: if (lookahead == 'r') ADVANCE(294); END_STATE(); case 265: if (lookahead == 'e') ADVANCE(295); END_STATE(); case 266: if (lookahead == 'l') ADVANCE(296); END_STATE(); case 267: ACCEPT_TOKEN(anon_sym__Atomic); END_STATE(); case 268: if (lookahead == 'b') ADVANCE(297); END_STATE(); case 269: ACCEPT_TOKEN(anon_sym___based); END_STATE(); case 270: ACCEPT_TOKEN(anon_sym___cdecl); END_STATE(); case 271: if (lookahead == 'l') ADVANCE(298); END_STATE(); case 272: if (lookahead == 'p') ADVANCE(299); END_STATE(); case 273: if (lookahead == 'a') ADVANCE(300); END_STATE(); case 274: if (lookahead == 'i') ADVANCE(301); END_STATE(); case 275: if (lookahead == 'l') ADVANCE(302); END_STATE(); case 276: if (lookahead == 'a') ADVANCE(303); END_STATE(); case 277: if (lookahead == 'g') ADVANCE(304); END_STATE(); case 278: if (lookahead == 'r') ADVANCE(305); END_STATE(); case 279: if (lookahead == 'n') ADVANCE(306); END_STATE(); case 280: if (lookahead == 't') ADVANCE(128); END_STATE(); case 281: if (lookahead == 't') ADVANCE(128); END_STATE(); case 282: if (lookahead == 't') ADVANCE(128); END_STATE(); case 283: if (lookahead == '_') ADVANCE(307); END_STATE(); case 284: if (lookahead == 'e') ADVANCE(308); END_STATE(); case 285: ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 286: ACCEPT_TOKEN(anon_sym_defined); END_STATE(); case 287: if (lookahead == 't') ADVANCE(128); END_STATE(); case 288: if (lookahead == 'r') ADVANCE(309); END_STATE(); case 289: if (lookahead == 't') ADVANCE(310); END_STATE(); case 290: ACCEPT_TOKEN(anon_sym_typedef); END_STATE(); case 291: if (lookahead == 't') ADVANCE(128); END_STATE(); case 292: if (lookahead == 't') ADVANCE(128); END_STATE(); case 293: if (lookahead == 't') ADVANCE(128); END_STATE(); case 294: if (lookahead == '_') ADVANCE(311); END_STATE(); case 295: if (lookahead == 'd') ADVANCE(312); END_STATE(); case 296: if (lookahead == 'e') ADVANCE(313); END_STATE(); case 297: if (lookahead == 'u') ADVANCE(314); END_STATE(); case 298: if (lookahead == 'l') ADVANCE(315); END_STATE(); case 299: if (lookahead == 'e') ADVANCE(316); END_STATE(); case 300: if (lookahead == 'l') ADVANCE(317); END_STATE(); case 301: if (lookahead == 'c') ADVANCE(318); END_STATE(); case 302: if (lookahead == 'l') ADVANCE(319); END_STATE(); case 303: if (lookahead == 'l') ADVANCE(320); END_STATE(); case 304: if (lookahead == 'n') ADVANCE(321); END_STATE(); case 305: if (lookahead == 'c') ADVANCE(322); END_STATE(); case 306: if (lookahead == 'e') ADVANCE(323); END_STATE(); case 307: if (lookahead == 't') ADVANCE(128); END_STATE(); case 308: ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 309: ACCEPT_TOKEN(anon_sym_register); END_STATE(); case 310: ACCEPT_TOKEN(anon_sym_restrict); END_STATE(); case 311: if (lookahead == 't') ADVANCE(128); END_STATE(); case 312: ACCEPT_TOKEN(anon_sym_unsigned); END_STATE(); case 313: ACCEPT_TOKEN(anon_sym_volatile); END_STATE(); case 314: if (lookahead == 't') ADVANCE(324); END_STATE(); case 315: ACCEPT_TOKEN(anon_sym___clrcall); END_STATE(); case 316: if (lookahead == 'c') ADVANCE(325); END_STATE(); case 317: if (lookahead == 'l') ADVANCE(326); END_STATE(); case 318: if (lookahead == 't') ADVANCE(327); END_STATE(); case 319: ACCEPT_TOKEN(anon_sym___stdcall); END_STATE(); case 320: if (lookahead == 'l') ADVANCE(328); END_STATE(); case 321: if (lookahead == 'e') ADVANCE(329); END_STATE(); case 322: if (lookahead == 'a') ADVANCE(330); END_STATE(); case 323: if (lookahead == 'd') ADVANCE(331); END_STATE(); case 324: if (lookahead == 'e') ADVANCE(332); END_STATE(); case 325: ACCEPT_TOKEN(anon_sym___declspec); END_STATE(); case 326: ACCEPT_TOKEN(anon_sym___fastcall); END_STATE(); case 327: ACCEPT_TOKEN(sym_ms_restrict_modifier); END_STATE(); case 328: ACCEPT_TOKEN(anon_sym___thiscall); END_STATE(); case 329: if (lookahead == 'd') ADVANCE(333); END_STATE(); case 330: if (lookahead == 'l') ADVANCE(334); END_STATE(); case 331: ACCEPT_TOKEN(anon_sym__unaligned); END_STATE(); case 332: if (lookahead == '_') ADVANCE(335); END_STATE(); case 333: ACCEPT_TOKEN(anon_sym___unaligned); END_STATE(); case 334: if (lookahead == 'l') ADVANCE(336); END_STATE(); case 335: if (lookahead == '_') ADVANCE(337); END_STATE(); case 336: ACCEPT_TOKEN(anon_sym___vectorcall); END_STATE(); case 337: ACCEPT_TOKEN(anon_sym___attribute__); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, [1] = {.lex_state = 83}, [2] = {.lex_state = 28}, [3] = {.lex_state = 28}, [4] = {.lex_state = 28}, [5] = {.lex_state = 28}, [6] = {.lex_state = 28}, [7] = {.lex_state = 28}, [8] = {.lex_state = 28}, [9] = {.lex_state = 28}, [10] = {.lex_state = 28}, [11] = {.lex_state = 28}, [12] = {.lex_state = 28}, [13] = {.lex_state = 28}, [14] = {.lex_state = 28}, [15] = {.lex_state = 28}, [16] = {.lex_state = 28}, [17] = {.lex_state = 28}, [18] = {.lex_state = 28}, [19] = {.lex_state = 28}, [20] = {.lex_state = 28}, [21] = {.lex_state = 83}, [22] = {.lex_state = 83}, [23] = {.lex_state = 83}, [24] = {.lex_state = 83}, [25] = {.lex_state = 83}, [26] = {.lex_state = 29}, [27] = {.lex_state = 83}, [28] = {.lex_state = 83}, [29] = {.lex_state = 83}, [30] = {.lex_state = 83}, [31] = {.lex_state = 83}, [32] = {.lex_state = 83}, [33] = {.lex_state = 83}, [34] = {.lex_state = 83}, [35] = {.lex_state = 83}, [36] = {.lex_state = 83}, [37] = {.lex_state = 83}, [38] = {.lex_state = 29}, [39] = {.lex_state = 29}, [40] = {.lex_state = 83}, [41] = {.lex_state = 83}, [42] = {.lex_state = 83}, [43] = {.lex_state = 28}, [44] = {.lex_state = 28}, [45] = {.lex_state = 28}, [46] = {.lex_state = 28}, [47] = {.lex_state = 28}, [48] = {.lex_state = 83}, [49] = {.lex_state = 29}, [50] = {.lex_state = 83}, [51] = {.lex_state = 83}, [52] = {.lex_state = 83}, [53] = {.lex_state = 29}, [54] = {.lex_state = 29}, [55] = {.lex_state = 83}, [56] = {.lex_state = 83}, [57] = {.lex_state = 83}, [58] = {.lex_state = 29}, [59] = {.lex_state = 29}, [60] = {.lex_state = 83}, [61] = {.lex_state = 83}, [62] = {.lex_state = 83}, [63] = {.lex_state = 83}, [64] = {.lex_state = 83}, [65] = {.lex_state = 83}, [66] = {.lex_state = 83}, [67] = {.lex_state = 27}, [68] = {.lex_state = 28}, [69] = {.lex_state = 28}, [70] = {.lex_state = 28}, [71] = {.lex_state = 28}, [72] = {.lex_state = 28}, [73] = {.lex_state = 28}, [74] = {.lex_state = 28}, [75] = {.lex_state = 28}, [76] = {.lex_state = 28}, [77] = {.lex_state = 28}, [78] = {.lex_state = 28}, [79] = {.lex_state = 28}, [80] = {.lex_state = 28}, [81] = {.lex_state = 28}, [82] = {.lex_state = 28}, [83] = {.lex_state = 28}, [84] = {.lex_state = 28}, [85] = {.lex_state = 28}, [86] = {.lex_state = 28}, [87] = {.lex_state = 28}, [88] = {.lex_state = 28}, [89] = {.lex_state = 28}, [90] = {.lex_state = 28}, [91] = {.lex_state = 28}, [92] = {.lex_state = 28}, [93] = {.lex_state = 28}, [94] = {.lex_state = 28}, [95] = {.lex_state = 28}, [96] = {.lex_state = 28}, [97] = {.lex_state = 28}, [98] = {.lex_state = 28}, [99] = {.lex_state = 28}, [100] = {.lex_state = 28}, [101] = {.lex_state = 28}, [102] = {.lex_state = 28}, [103] = {.lex_state = 28}, [104] = {.lex_state = 28}, [105] = {.lex_state = 28}, [106] = {.lex_state = 28}, [107] = {.lex_state = 28}, [108] = {.lex_state = 28}, [109] = {.lex_state = 28}, [110] = {.lex_state = 28}, [111] = {.lex_state = 28}, [112] = {.lex_state = 28}, [113] = {.lex_state = 28}, [114] = {.lex_state = 28}, [115] = {.lex_state = 28}, [116] = {.lex_state = 28}, [117] = {.lex_state = 28}, [118] = {.lex_state = 28}, [119] = {.lex_state = 27}, [120] = {.lex_state = 28}, [121] = {.lex_state = 28}, [122] = {.lex_state = 28}, [123] = {.lex_state = 28}, [124] = {.lex_state = 28}, [125] = {.lex_state = 28}, [126] = {.lex_state = 28}, [127] = {.lex_state = 29}, [128] = {.lex_state = 83}, [129] = {.lex_state = 83}, [130] = {.lex_state = 83}, [131] = {.lex_state = 29}, [132] = {.lex_state = 29}, [133] = {.lex_state = 29}, [134] = {.lex_state = 83}, [135] = {.lex_state = 83}, [136] = {.lex_state = 83}, [137] = {.lex_state = 29}, [138] = {.lex_state = 83}, [139] = {.lex_state = 83}, [140] = {.lex_state = 83}, [141] = {.lex_state = 29}, [142] = {.lex_state = 83}, [143] = {.lex_state = 83}, [144] = {.lex_state = 83}, [145] = {.lex_state = 83}, [146] = {.lex_state = 83}, [147] = {.lex_state = 83}, [148] = {.lex_state = 83}, [149] = {.lex_state = 29}, [150] = {.lex_state = 83}, [151] = {.lex_state = 83}, [152] = {.lex_state = 83}, [153] = {.lex_state = 29}, [154] = {.lex_state = 83}, [155] = {.lex_state = 29}, [156] = {.lex_state = 29}, [157] = {.lex_state = 83}, [158] = {.lex_state = 83}, [159] = {.lex_state = 83}, [160] = {.lex_state = 83}, [161] = {.lex_state = 29}, [162] = {.lex_state = 83}, [163] = {.lex_state = 83}, [164] = {.lex_state = 83}, [165] = {.lex_state = 29}, [166] = {.lex_state = 83}, [167] = {.lex_state = 83}, [168] = {.lex_state = 83}, [169] = {.lex_state = 29}, [170] = {.lex_state = 83}, [171] = {.lex_state = 29}, [172] = {.lex_state = 83}, [173] = {.lex_state = 83}, [174] = {.lex_state = 83}, [175] = {.lex_state = 83}, [176] = {.lex_state = 83}, [177] = {.lex_state = 83}, [178] = {.lex_state = 29}, [179] = {.lex_state = 83}, [180] = {.lex_state = 83}, [181] = {.lex_state = 83}, [182] = {.lex_state = 83}, [183] = {.lex_state = 83}, [184] = {.lex_state = 29}, [185] = {.lex_state = 83}, [186] = {.lex_state = 83}, [187] = {.lex_state = 29}, [188] = {.lex_state = 83}, [189] = {.lex_state = 29}, [190] = {.lex_state = 83}, [191] = {.lex_state = 29}, [192] = {.lex_state = 29}, [193] = {.lex_state = 29}, [194] = {.lex_state = 83}, [195] = {.lex_state = 83}, [196] = {.lex_state = 83}, [197] = {.lex_state = 83}, [198] = {.lex_state = 83}, [199] = {.lex_state = 83}, [200] = {.lex_state = 83}, [201] = {.lex_state = 83}, [202] = {.lex_state = 83}, [203] = {.lex_state = 83}, [204] = {.lex_state = 29}, [205] = {.lex_state = 29}, [206] = {.lex_state = 83}, [207] = {.lex_state = 83}, [208] = {.lex_state = 29}, [209] = {.lex_state = 83}, [210] = {.lex_state = 83}, [211] = {.lex_state = 83}, [212] = {.lex_state = 29}, [213] = {.lex_state = 83}, [214] = {.lex_state = 83}, [215] = {.lex_state = 83}, [216] = {.lex_state = 29}, [217] = {.lex_state = 29}, [218] = {.lex_state = 83}, [219] = {.lex_state = 83}, [220] = {.lex_state = 29}, [221] = {.lex_state = 29}, [222] = {.lex_state = 29}, [223] = {.lex_state = 29}, [224] = {.lex_state = 83}, [225] = {.lex_state = 83}, [226] = {.lex_state = 83}, [227] = {.lex_state = 83}, [228] = {.lex_state = 83}, [229] = {.lex_state = 29}, [230] = {.lex_state = 29}, [231] = {.lex_state = 29}, [232] = {.lex_state = 29}, [233] = {.lex_state = 83}, [234] = {.lex_state = 29}, [235] = {.lex_state = 29}, [236] = {.lex_state = 29}, [237] = {.lex_state = 83}, [238] = {.lex_state = 29}, [239] = {.lex_state = 83}, [240] = {.lex_state = 83}, [241] = {.lex_state = 83}, [242] = {.lex_state = 83}, [243] = {.lex_state = 83}, [244] = {.lex_state = 83}, [245] = {.lex_state = 83}, [246] = {.lex_state = 83}, [247] = {.lex_state = 83}, [248] = {.lex_state = 83}, [249] = {.lex_state = 29}, [250] = {.lex_state = 29}, [251] = {.lex_state = 29}, [252] = {.lex_state = 83}, [253] = {.lex_state = 29}, [254] = {.lex_state = 83}, [255] = {.lex_state = 29}, [256] = {.lex_state = 83}, [257] = {.lex_state = 29}, [258] = {.lex_state = 29}, [259] = {.lex_state = 83}, [260] = {.lex_state = 83}, [261] = {.lex_state = 83}, [262] = {.lex_state = 83}, [263] = {.lex_state = 29}, [264] = {.lex_state = 29}, [265] = {.lex_state = 83}, [266] = {.lex_state = 83}, [267] = {.lex_state = 29}, [268] = {.lex_state = 83}, [269] = {.lex_state = 29}, [270] = {.lex_state = 83}, [271] = {.lex_state = 83}, [272] = {.lex_state = 83}, [273] = {.lex_state = 29}, [274] = {.lex_state = 83}, [275] = {.lex_state = 83}, [276] = {.lex_state = 83}, [277] = {.lex_state = 29}, [278] = {.lex_state = 83}, [279] = {.lex_state = 83}, [280] = {.lex_state = 29}, [281] = {.lex_state = 83}, [282] = {.lex_state = 83}, [283] = {.lex_state = 83}, [284] = {.lex_state = 83}, [285] = {.lex_state = 83}, [286] = {.lex_state = 83}, [287] = {.lex_state = 83}, [288] = {.lex_state = 83}, [289] = {.lex_state = 29}, [290] = {.lex_state = 83}, [291] = {.lex_state = 83}, [292] = {.lex_state = 83}, [293] = {.lex_state = 83}, [294] = {.lex_state = 83}, [295] = {.lex_state = 83}, [296] = {.lex_state = 83}, [297] = {.lex_state = 83}, [298] = {.lex_state = 29}, [299] = {.lex_state = 83}, [300] = {.lex_state = 29}, [301] = {.lex_state = 83}, [302] = {.lex_state = 29}, [303] = {.lex_state = 29}, [304] = {.lex_state = 83}, [305] = {.lex_state = 83}, [306] = {.lex_state = 83}, [307] = {.lex_state = 83}, [308] = {.lex_state = 83}, [309] = {.lex_state = 83}, [310] = {.lex_state = 83}, [311] = {.lex_state = 83}, [312] = {.lex_state = 83}, [313] = {.lex_state = 83}, [314] = {.lex_state = 83}, [315] = {.lex_state = 83}, [316] = {.lex_state = 83}, [317] = {.lex_state = 83}, [318] = {.lex_state = 83}, [319] = {.lex_state = 83}, [320] = {.lex_state = 83}, [321] = {.lex_state = 83}, [322] = {.lex_state = 83}, [323] = {.lex_state = 83}, [324] = {.lex_state = 83}, [325] = {.lex_state = 83}, [326] = {.lex_state = 83}, [327] = {.lex_state = 83}, [328] = {.lex_state = 83}, [329] = {.lex_state = 83}, [330] = {.lex_state = 83}, [331] = {.lex_state = 83}, [332] = {.lex_state = 83}, [333] = {.lex_state = 83}, [334] = {.lex_state = 83}, [335] = {.lex_state = 83}, [336] = {.lex_state = 83}, [337] = {.lex_state = 83}, [338] = {.lex_state = 83}, [339] = {.lex_state = 83}, [340] = {.lex_state = 83}, [341] = {.lex_state = 83}, [342] = {.lex_state = 83}, [343] = {.lex_state = 83}, [344] = {.lex_state = 83}, [345] = {.lex_state = 83}, [346] = {.lex_state = 83}, [347] = {.lex_state = 83}, [348] = {.lex_state = 83}, [349] = {.lex_state = 83}, [350] = {.lex_state = 83}, [351] = {.lex_state = 83}, [352] = {.lex_state = 83}, [353] = {.lex_state = 83}, [354] = {.lex_state = 83}, [355] = {.lex_state = 83}, [356] = {.lex_state = 83}, [357] = {.lex_state = 83}, [358] = {.lex_state = 83}, [359] = {.lex_state = 83}, [360] = {.lex_state = 83}, [361] = {.lex_state = 83}, [362] = {.lex_state = 83}, [363] = {.lex_state = 83}, [364] = {.lex_state = 83}, [365] = {.lex_state = 83}, [366] = {.lex_state = 83}, [367] = {.lex_state = 83}, [368] = {.lex_state = 83}, [369] = {.lex_state = 83}, [370] = {.lex_state = 83}, [371] = {.lex_state = 83}, [372] = {.lex_state = 83}, [373] = {.lex_state = 83}, [374] = {.lex_state = 83}, [375] = {.lex_state = 83}, [376] = {.lex_state = 83}, [377] = {.lex_state = 27}, [378] = {.lex_state = 83}, [379] = {.lex_state = 83}, [380] = {.lex_state = 83}, [381] = {.lex_state = 83}, [382] = {.lex_state = 83}, [383] = {.lex_state = 83}, [384] = {.lex_state = 83}, [385] = {.lex_state = 83}, [386] = {.lex_state = 83}, [387] = {.lex_state = 83}, [388] = {.lex_state = 27}, [389] = {.lex_state = 83}, [390] = {.lex_state = 33}, [391] = {.lex_state = 33}, [392] = {.lex_state = 33}, [393] = {.lex_state = 33}, [394] = {.lex_state = 33}, [395] = {.lex_state = 33}, [396] = {.lex_state = 33}, [397] = {.lex_state = 33}, [398] = {.lex_state = 33}, [399] = {.lex_state = 33}, [400] = {.lex_state = 33}, [401] = {.lex_state = 33}, [402] = {.lex_state = 33}, [403] = {.lex_state = 33}, [404] = {.lex_state = 33}, [405] = {.lex_state = 32}, [406] = {.lex_state = 32}, [407] = {.lex_state = 32}, [408] = {.lex_state = 32}, [409] = {.lex_state = 32}, [410] = {.lex_state = 32}, [411] = {.lex_state = 32}, [412] = {.lex_state = 32}, [413] = {.lex_state = 83}, [414] = {.lex_state = 32}, [415] = {.lex_state = 33}, [416] = {.lex_state = 83}, [417] = {.lex_state = 83}, [418] = {.lex_state = 32}, [419] = {.lex_state = 32}, [420] = {.lex_state = 34}, [421] = {.lex_state = 83}, [422] = {.lex_state = 34}, [423] = {.lex_state = 32}, [424] = {.lex_state = 34}, [425] = {.lex_state = 83}, [426] = {.lex_state = 33}, [427] = {.lex_state = 83}, [428] = {.lex_state = 83}, [429] = {.lex_state = 83}, [430] = {.lex_state = 83}, [431] = {.lex_state = 31}, [432] = {.lex_state = 83}, [433] = {.lex_state = 83}, [434] = {.lex_state = 83}, [435] = {.lex_state = 31}, [436] = {.lex_state = 31}, [437] = {.lex_state = 83}, [438] = {.lex_state = 83}, [439] = {.lex_state = 31}, [440] = {.lex_state = 33}, [441] = {.lex_state = 33}, [442] = {.lex_state = 33}, [443] = {.lex_state = 31}, [444] = {.lex_state = 33}, [445] = {.lex_state = 83}, [446] = {.lex_state = 83}, [447] = {.lex_state = 83}, [448] = {.lex_state = 83}, [449] = {.lex_state = 83}, [450] = {.lex_state = 83}, [451] = {.lex_state = 83}, [452] = {.lex_state = 83}, [453] = {.lex_state = 83}, [454] = {.lex_state = 83}, [455] = {.lex_state = 83}, [456] = {.lex_state = 83}, [457] = {.lex_state = 83}, [458] = {.lex_state = 83}, [459] = {.lex_state = 83}, [460] = {.lex_state = 83}, [461] = {.lex_state = 83}, [462] = {.lex_state = 83}, [463] = {.lex_state = 83}, [464] = {.lex_state = 83}, [465] = {.lex_state = 83}, [466] = {.lex_state = 83}, [467] = {.lex_state = 83}, [468] = {.lex_state = 83}, [469] = {.lex_state = 83}, [470] = {.lex_state = 83}, [471] = {.lex_state = 83}, [472] = {.lex_state = 83}, [473] = {.lex_state = 83}, [474] = {.lex_state = 83}, [475] = {.lex_state = 83}, [476] = {.lex_state = 83}, [477] = {.lex_state = 83}, [478] = {.lex_state = 83}, [479] = {.lex_state = 83}, [480] = {.lex_state = 83}, [481] = {.lex_state = 83}, [482] = {.lex_state = 83}, [483] = {.lex_state = 83}, [484] = {.lex_state = 83}, [485] = {.lex_state = 83}, [486] = {.lex_state = 83}, [487] = {.lex_state = 83}, [488] = {.lex_state = 83}, [489] = {.lex_state = 83}, [490] = {.lex_state = 83}, [491] = {.lex_state = 83}, [492] = {.lex_state = 83}, [493] = {.lex_state = 83}, [494] = {.lex_state = 32}, [495] = {.lex_state = 83}, [496] = {.lex_state = 83}, [497] = {.lex_state = 83}, [498] = {.lex_state = 83}, [499] = {.lex_state = 83}, [500] = {.lex_state = 83}, [501] = {.lex_state = 83}, [502] = {.lex_state = 83}, [503] = {.lex_state = 83}, [504] = {.lex_state = 83}, [505] = {.lex_state = 83}, [506] = {.lex_state = 83}, [507] = {.lex_state = 83}, [508] = {.lex_state = 83}, [509] = {.lex_state = 83}, [510] = {.lex_state = 83}, [511] = {.lex_state = 83}, [512] = {.lex_state = 83}, [513] = {.lex_state = 83}, [514] = {.lex_state = 83}, [515] = {.lex_state = 83}, [516] = {.lex_state = 32}, [517] = {.lex_state = 83}, [518] = {.lex_state = 83}, [519] = {.lex_state = 83}, [520] = {.lex_state = 83}, [521] = {.lex_state = 34}, [522] = {.lex_state = 83}, [523] = {.lex_state = 83}, [524] = {.lex_state = 83}, [525] = {.lex_state = 83}, [526] = {.lex_state = 83}, [527] = {.lex_state = 83}, [528] = {.lex_state = 83}, [529] = {.lex_state = 83}, [530] = {.lex_state = 83}, [531] = {.lex_state = 34}, [532] = {.lex_state = 32}, [533] = {.lex_state = 83}, [534] = {.lex_state = 32}, [535] = {.lex_state = 83}, [536] = {.lex_state = 83}, [537] = {.lex_state = 32}, [538] = {.lex_state = 32}, [539] = {.lex_state = 32}, [540] = {.lex_state = 83}, [541] = {.lex_state = 83}, [542] = {.lex_state = 83}, [543] = {.lex_state = 83}, [544] = {.lex_state = 83}, [545] = {.lex_state = 83}, [546] = {.lex_state = 83}, [547] = {.lex_state = 83}, [548] = {.lex_state = 83}, [549] = {.lex_state = 32}, [550] = {.lex_state = 32}, [551] = {.lex_state = 32}, [552] = {.lex_state = 83}, [553] = {.lex_state = 83}, [554] = {.lex_state = 83}, [555] = {.lex_state = 83}, [556] = {.lex_state = 83}, [557] = {.lex_state = 83}, [558] = {.lex_state = 83}, [559] = {.lex_state = 32}, [560] = {.lex_state = 83}, [561] = {.lex_state = 83}, [562] = {.lex_state = 83}, [563] = {.lex_state = 32}, [564] = {.lex_state = 83}, [565] = {.lex_state = 32}, [566] = {.lex_state = 83}, [567] = {.lex_state = 34}, [568] = {.lex_state = 83}, [569] = {.lex_state = 83}, [570] = {.lex_state = 83}, [571] = {.lex_state = 83}, [572] = {.lex_state = 83}, [573] = {.lex_state = 83}, [574] = {.lex_state = 83}, [575] = {.lex_state = 32}, [576] = {.lex_state = 32}, [577] = {.lex_state = 83}, [578] = {.lex_state = 83}, [579] = {.lex_state = 32}, [580] = {.lex_state = 83}, [581] = {.lex_state = 32}, [582] = {.lex_state = 83}, [583] = {.lex_state = 83}, [584] = {.lex_state = 32}, [585] = {.lex_state = 32}, [586] = {.lex_state = 83}, [587] = {.lex_state = 32}, [588] = {.lex_state = 32}, [589] = {.lex_state = 32}, [590] = {.lex_state = 83}, [591] = {.lex_state = 32}, [592] = {.lex_state = 32}, [593] = {.lex_state = 83}, [594] = {.lex_state = 83}, [595] = {.lex_state = 83}, [596] = {.lex_state = 32}, [597] = {.lex_state = 83}, [598] = {.lex_state = 83}, [599] = {.lex_state = 83}, [600] = {.lex_state = 32}, [601] = {.lex_state = 83}, [602] = {.lex_state = 32}, [603] = {.lex_state = 83}, [604] = {.lex_state = 83}, [605] = {.lex_state = 32}, [606] = {.lex_state = 83}, [607] = {.lex_state = 32}, [608] = {.lex_state = 32}, [609] = {.lex_state = 32}, [610] = {.lex_state = 83}, [611] = {.lex_state = 83}, [612] = {.lex_state = 83}, [613] = {.lex_state = 83}, [614] = {.lex_state = 32}, [615] = {.lex_state = 33}, [616] = {.lex_state = 32}, [617] = {.lex_state = 83}, [618] = {.lex_state = 32}, [619] = {.lex_state = 32}, [620] = {.lex_state = 33}, [621] = {.lex_state = 32}, [622] = {.lex_state = 83}, [623] = {.lex_state = 32}, [624] = {.lex_state = 32}, [625] = {.lex_state = 83}, [626] = {.lex_state = 32}, [627] = {.lex_state = 32}, [628] = {.lex_state = 32}, [629] = {.lex_state = 32}, [630] = {.lex_state = 32}, [631] = {.lex_state = 32}, [632] = {.lex_state = 32}, [633] = {.lex_state = 32}, [634] = {.lex_state = 32}, [635] = {.lex_state = 32}, [636] = {.lex_state = 32}, [637] = {.lex_state = 32}, [638] = {.lex_state = 32}, [639] = {.lex_state = 32}, [640] = {.lex_state = 32}, [641] = {.lex_state = 32}, [642] = {.lex_state = 32}, [643] = {.lex_state = 32}, [644] = {.lex_state = 32}, [645] = {.lex_state = 33}, [646] = {.lex_state = 33}, [647] = {.lex_state = 33}, [648] = {.lex_state = 33}, [649] = {.lex_state = 33}, [650] = {.lex_state = 33}, [651] = {.lex_state = 33}, [652] = {.lex_state = 83}, [653] = {.lex_state = 32}, [654] = {.lex_state = 32}, [655] = {.lex_state = 32}, [656] = {.lex_state = 32}, [657] = {.lex_state = 32}, [658] = {.lex_state = 32}, [659] = {.lex_state = 32}, [660] = {.lex_state = 32}, [661] = {.lex_state = 32}, [662] = {.lex_state = 32}, [663] = {.lex_state = 32}, [664] = {.lex_state = 32}, [665] = {.lex_state = 33}, [666] = {.lex_state = 33}, [667] = {.lex_state = 83}, [668] = {.lex_state = 33}, [669] = {.lex_state = 33}, [670] = {.lex_state = 33}, [671] = {.lex_state = 33}, [672] = {.lex_state = 33}, [673] = {.lex_state = 33}, [674] = {.lex_state = 33}, [675] = {.lex_state = 33}, [676] = {.lex_state = 33}, [677] = {.lex_state = 33}, [678] = {.lex_state = 33}, [679] = {.lex_state = 33}, [680] = {.lex_state = 33}, [681] = {.lex_state = 33}, [682] = {.lex_state = 33}, [683] = {.lex_state = 33}, [684] = {.lex_state = 33}, [685] = {.lex_state = 33}, [686] = {.lex_state = 33}, [687] = {.lex_state = 33}, [688] = {.lex_state = 32}, [689] = {.lex_state = 32}, [690] = {.lex_state = 33}, [691] = {.lex_state = 33}, [692] = {.lex_state = 33}, [693] = {.lex_state = 33}, [694] = {.lex_state = 32}, [695] = {.lex_state = 32}, [696] = {.lex_state = 33}, [697] = {.lex_state = 32}, [698] = {.lex_state = 32}, [699] = {.lex_state = 32}, [700] = {.lex_state = 32}, [701] = {.lex_state = 32}, [702] = {.lex_state = 32}, [703] = {.lex_state = 32}, [704] = {.lex_state = 32}, [705] = {.lex_state = 32}, [706] = {.lex_state = 32}, [707] = {.lex_state = 32}, [708] = {.lex_state = 32}, [709] = {.lex_state = 32}, [710] = {.lex_state = 32}, [711] = {.lex_state = 32}, [712] = {.lex_state = 33}, [713] = {.lex_state = 32}, [714] = {.lex_state = 32}, [715] = {.lex_state = 32}, [716] = {.lex_state = 33}, [717] = {.lex_state = 32}, [718] = {.lex_state = 32}, [719] = {.lex_state = 32}, [720] = {.lex_state = 32}, [721] = {.lex_state = 32}, [722] = {.lex_state = 32}, [723] = {.lex_state = 33}, [724] = {.lex_state = 32}, [725] = {.lex_state = 32}, [726] = {.lex_state = 32}, [727] = {.lex_state = 32}, [728] = {.lex_state = 32}, [729] = {.lex_state = 33}, [730] = {.lex_state = 32}, [731] = {.lex_state = 32}, [732] = {.lex_state = 33}, [733] = {.lex_state = 32}, [734] = {.lex_state = 32}, [735] = {.lex_state = 32}, [736] = {.lex_state = 32}, [737] = {.lex_state = 32}, [738] = {.lex_state = 32}, [739] = {.lex_state = 32}, [740] = {.lex_state = 32}, [741] = {.lex_state = 32}, [742] = {.lex_state = 32}, [743] = {.lex_state = 32}, [744] = {.lex_state = 32}, [745] = {.lex_state = 32}, [746] = {.lex_state = 32}, [747] = {.lex_state = 32}, [748] = {.lex_state = 32}, [749] = {.lex_state = 32}, [750] = {.lex_state = 32}, [751] = {.lex_state = 34}, [752] = {.lex_state = 32}, [753] = {.lex_state = 32}, [754] = {.lex_state = 32}, [755] = {.lex_state = 32}, [756] = {.lex_state = 32}, [757] = {.lex_state = 32}, [758] = {.lex_state = 32}, [759] = {.lex_state = 32}, [760] = {.lex_state = 32}, [761] = {.lex_state = 32}, [762] = {.lex_state = 32}, [763] = {.lex_state = 32}, [764] = {.lex_state = 31}, [765] = {.lex_state = 32}, [766] = {.lex_state = 32}, [767] = {.lex_state = 32}, [768] = {.lex_state = 32}, [769] = {.lex_state = 34}, [770] = {.lex_state = 34}, [771] = {.lex_state = 32}, [772] = {.lex_state = 32}, [773] = {.lex_state = 32}, [774] = {.lex_state = 33}, [775] = {.lex_state = 33}, [776] = {.lex_state = 32}, [777] = {.lex_state = 32}, [778] = {.lex_state = 32}, [779] = {.lex_state = 32}, [780] = {.lex_state = 32}, [781] = {.lex_state = 34}, [782] = {.lex_state = 34}, [783] = {.lex_state = 32}, [784] = {.lex_state = 34}, [785] = {.lex_state = 32}, [786] = {.lex_state = 34}, [787] = {.lex_state = 34}, [788] = {.lex_state = 32}, [789] = {.lex_state = 32}, [790] = {.lex_state = 32}, [791] = {.lex_state = 32}, [792] = {.lex_state = 34}, [793] = {.lex_state = 32}, [794] = {.lex_state = 32}, [795] = {.lex_state = 32}, [796] = {.lex_state = 34}, [797] = {.lex_state = 32}, [798] = {.lex_state = 34}, [799] = {.lex_state = 32}, [800] = {.lex_state = 32}, [801] = {.lex_state = 31}, [802] = {.lex_state = 32}, [803] = {.lex_state = 32}, [804] = {.lex_state = 32}, [805] = {.lex_state = 32}, [806] = {.lex_state = 32}, [807] = {.lex_state = 32}, [808] = {.lex_state = 32}, [809] = {.lex_state = 32}, [810] = {.lex_state = 32}, [811] = {.lex_state = 34}, [812] = {.lex_state = 32}, [813] = {.lex_state = 32}, [814] = {.lex_state = 32}, [815] = {.lex_state = 34}, [816] = {.lex_state = 32}, [817] = {.lex_state = 34}, [818] = {.lex_state = 34}, [819] = {.lex_state = 34}, [820] = {.lex_state = 32}, [821] = {.lex_state = 32}, [822] = {.lex_state = 32}, [823] = {.lex_state = 32}, [824] = {.lex_state = 32}, [825] = {.lex_state = 32}, [826] = {.lex_state = 34}, [827] = {.lex_state = 32}, [828] = {.lex_state = 34}, [829] = {.lex_state = 34}, [830] = {.lex_state = 31}, [831] = {.lex_state = 32}, [832] = {.lex_state = 32}, [833] = {.lex_state = 31}, [834] = {.lex_state = 32}, [835] = {.lex_state = 34}, [836] = {.lex_state = 33}, [837] = {.lex_state = 33}, [838] = {.lex_state = 33}, [839] = {.lex_state = 33}, [840] = {.lex_state = 33}, [841] = {.lex_state = 33}, [842] = {.lex_state = 33}, [843] = {.lex_state = 33}, [844] = {.lex_state = 33}, [845] = {.lex_state = 33}, [846] = {.lex_state = 33}, [847] = {.lex_state = 33}, [848] = {.lex_state = 33}, [849] = {.lex_state = 33}, [850] = {.lex_state = 33}, [851] = {.lex_state = 33}, [852] = {.lex_state = 33}, [853] = {.lex_state = 33}, [854] = {.lex_state = 33}, [855] = {.lex_state = 33}, [856] = {.lex_state = 33}, [857] = {.lex_state = 33}, [858] = {.lex_state = 33}, [859] = {.lex_state = 33}, [860] = {.lex_state = 33}, [861] = {.lex_state = 33}, [862] = {.lex_state = 33}, [863] = {.lex_state = 33}, [864] = {.lex_state = 33}, [865] = {.lex_state = 33}, [866] = {.lex_state = 33}, [867] = {.lex_state = 33}, [868] = {.lex_state = 33}, [869] = {.lex_state = 33}, [870] = {.lex_state = 33}, [871] = {.lex_state = 33}, [872] = {.lex_state = 33}, [873] = {.lex_state = 33}, [874] = {.lex_state = 33}, [875] = {.lex_state = 17}, [876] = {.lex_state = 33}, [877] = {.lex_state = 33}, [878] = {.lex_state = 33}, [879] = {.lex_state = 33}, [880] = {.lex_state = 33}, [881] = {.lex_state = 33}, [882] = {.lex_state = 33}, [883] = {.lex_state = 33}, [884] = {.lex_state = 33}, [885] = {.lex_state = 33}, [886] = {.lex_state = 33}, [887] = {.lex_state = 33}, [888] = {.lex_state = 33}, [889] = {.lex_state = 30}, [890] = {.lex_state = 33}, [891] = {.lex_state = 33}, [892] = {.lex_state = 33}, [893] = {.lex_state = 33}, [894] = {.lex_state = 30}, [895] = {.lex_state = 33}, [896] = {.lex_state = 33}, [897] = {.lex_state = 33}, [898] = {.lex_state = 30}, [899] = {.lex_state = 30}, [900] = {.lex_state = 30}, [901] = {.lex_state = 30}, [902] = {.lex_state = 30}, [903] = {.lex_state = 30}, [904] = {.lex_state = 30}, [905] = {.lex_state = 30}, [906] = {.lex_state = 33}, [907] = {.lex_state = 30}, [908] = {.lex_state = 30}, [909] = {.lex_state = 30}, [910] = {.lex_state = 30}, [911] = {.lex_state = 30}, [912] = {.lex_state = 30}, [913] = {.lex_state = 33}, [914] = {.lex_state = 33}, [915] = {.lex_state = 33}, [916] = {.lex_state = 33}, [917] = {.lex_state = 30}, [918] = {.lex_state = 33}, [919] = {.lex_state = 30}, [920] = {.lex_state = 30}, [921] = {.lex_state = 30}, [922] = {.lex_state = 30}, [923] = {.lex_state = 30}, [924] = {.lex_state = 30}, [925] = {.lex_state = 30}, [926] = {.lex_state = 30}, [927] = {.lex_state = 30}, [928] = {.lex_state = 30}, [929] = {.lex_state = 30}, [930] = {.lex_state = 30}, [931] = {.lex_state = 30}, [932] = {.lex_state = 33}, [933] = {.lex_state = 33}, [934] = {.lex_state = 30}, [935] = {.lex_state = 33}, [936] = {.lex_state = 30}, [937] = {.lex_state = 30}, [938] = {.lex_state = 33}, [939] = {.lex_state = 33}, [940] = {.lex_state = 30}, [941] = {.lex_state = 30}, [942] = {.lex_state = 33}, [943] = {.lex_state = 33}, [944] = {.lex_state = 33}, [945] = {.lex_state = 33}, [946] = {.lex_state = 33}, [947] = {.lex_state = 33}, [948] = {.lex_state = 33}, [949] = {.lex_state = 33}, [950] = {.lex_state = 30}, [951] = {.lex_state = 33}, [952] = {.lex_state = 17}, [953] = {.lex_state = 17}, [954] = {.lex_state = 17}, [955] = {.lex_state = 17}, [956] = {.lex_state = 33}, [957] = {.lex_state = 17}, [958] = {.lex_state = 17}, [959] = {.lex_state = 17}, [960] = {.lex_state = 17}, [961] = {.lex_state = 17}, [962] = {.lex_state = 17}, [963] = {.lex_state = 17}, [964] = {.lex_state = 33}, [965] = {.lex_state = 17}, [966] = {.lex_state = 17}, [967] = {.lex_state = 17}, [968] = {.lex_state = 17}, [969] = {.lex_state = 17}, [970] = {.lex_state = 17}, [971] = {.lex_state = 17}, [972] = {.lex_state = 17}, [973] = {.lex_state = 17}, [974] = {.lex_state = 17}, [975] = {.lex_state = 17}, [976] = {.lex_state = 17}, [977] = {.lex_state = 17}, [978] = {.lex_state = 17}, [979] = {.lex_state = 17}, [980] = {.lex_state = 17}, [981] = {.lex_state = 17}, [982] = {.lex_state = 33}, [983] = {.lex_state = 33}, [984] = {.lex_state = 33}, [985] = {.lex_state = 33}, [986] = {.lex_state = 33}, [987] = {.lex_state = 33}, [988] = {.lex_state = 33}, [989] = {.lex_state = 33}, [990] = {.lex_state = 33}, [991] = {.lex_state = 33}, [992] = {.lex_state = 33}, [993] = {.lex_state = 33}, [994] = {.lex_state = 33}, [995] = {.lex_state = 33}, [996] = {.lex_state = 33}, [997] = {.lex_state = 33}, [998] = {.lex_state = 33}, [999] = {.lex_state = 33}, [1000] = {.lex_state = 33}, [1001] = {.lex_state = 33}, [1002] = {.lex_state = 33}, [1003] = {.lex_state = 33}, [1004] = {.lex_state = 33}, [1005] = {.lex_state = 33}, [1006] = {.lex_state = 83}, [1007] = {.lex_state = 83}, [1008] = {.lex_state = 33}, [1009] = {.lex_state = 33}, [1010] = {.lex_state = 33}, [1011] = {.lex_state = 33}, [1012] = {.lex_state = 33}, [1013] = {.lex_state = 33}, [1014] = {.lex_state = 83}, [1015] = {.lex_state = 33}, [1016] = {.lex_state = 83}, [1017] = {.lex_state = 33}, [1018] = {.lex_state = 83}, [1019] = {.lex_state = 33}, [1020] = {.lex_state = 33}, [1021] = {.lex_state = 83}, [1022] = {.lex_state = 33}, [1023] = {.lex_state = 33}, [1024] = {.lex_state = 33}, [1025] = {.lex_state = 33}, [1026] = {.lex_state = 83}, [1027] = {.lex_state = 33}, [1028] = {.lex_state = 33}, [1029] = {.lex_state = 33}, [1030] = {.lex_state = 33}, [1031] = {.lex_state = 83}, [1032] = {.lex_state = 33}, [1033] = {.lex_state = 33}, [1034] = {.lex_state = 83}, [1035] = {.lex_state = 83}, [1036] = {.lex_state = 33}, [1037] = {.lex_state = 83}, [1038] = {.lex_state = 33}, [1039] = {.lex_state = 33}, [1040] = {.lex_state = 33}, [1041] = {.lex_state = 33}, [1042] = {.lex_state = 83}, [1043] = {.lex_state = 33}, [1044] = {.lex_state = 33}, [1045] = {.lex_state = 33}, [1046] = {.lex_state = 83}, [1047] = {.lex_state = 33}, [1048] = {.lex_state = 83}, [1049] = {.lex_state = 83}, [1050] = {.lex_state = 83}, [1051] = {.lex_state = 83}, [1052] = {.lex_state = 83}, [1053] = {.lex_state = 83}, [1054] = {.lex_state = 83}, [1055] = {.lex_state = 33}, [1056] = {.lex_state = 33}, [1057] = {.lex_state = 83}, [1058] = {.lex_state = 83}, [1059] = {.lex_state = 83}, [1060] = {.lex_state = 35}, [1061] = {.lex_state = 83}, [1062] = {.lex_state = 83}, [1063] = {.lex_state = 83}, [1064] = {.lex_state = 35}, [1065] = {.lex_state = 83}, [1066] = {.lex_state = 83}, [1067] = {.lex_state = 83}, [1068] = {.lex_state = 35}, [1069] = {.lex_state = 83}, [1070] = {.lex_state = 83}, [1071] = {.lex_state = 83}, [1072] = {.lex_state = 83}, [1073] = {.lex_state = 83}, [1074] = {.lex_state = 83}, [1075] = {.lex_state = 35}, [1076] = {.lex_state = 83}, [1077] = {.lex_state = 83}, [1078] = {.lex_state = 83}, [1079] = {.lex_state = 83}, [1080] = {.lex_state = 83}, [1081] = {.lex_state = 83}, [1082] = {.lex_state = 83}, [1083] = {.lex_state = 83}, [1084] = {.lex_state = 83}, [1085] = {.lex_state = 83}, [1086] = {.lex_state = 83}, [1087] = {.lex_state = 83}, [1088] = {.lex_state = 83}, [1089] = {.lex_state = 83}, [1090] = {.lex_state = 83}, [1091] = {.lex_state = 83}, [1092] = {.lex_state = 83}, [1093] = {.lex_state = 83}, [1094] = {.lex_state = 83}, [1095] = {.lex_state = 83}, [1096] = {.lex_state = 83}, [1097] = {.lex_state = 83}, [1098] = {.lex_state = 83}, [1099] = {.lex_state = 83}, [1100] = {.lex_state = 83}, [1101] = {.lex_state = 83}, [1102] = {.lex_state = 83}, [1103] = {.lex_state = 83}, [1104] = {.lex_state = 83}, [1105] = {.lex_state = 83}, [1106] = {.lex_state = 83}, [1107] = {.lex_state = 83}, [1108] = {.lex_state = 83}, [1109] = {.lex_state = 83}, [1110] = {.lex_state = 83}, [1111] = {.lex_state = 83}, [1112] = {.lex_state = 83}, [1113] = {.lex_state = 83}, [1114] = {.lex_state = 33}, [1115] = {.lex_state = 83}, [1116] = {.lex_state = 33}, [1117] = {.lex_state = 28}, [1118] = {.lex_state = 83}, [1119] = {.lex_state = 83}, [1120] = {.lex_state = 22}, [1121] = {.lex_state = 22}, [1122] = {.lex_state = 83}, [1123] = {.lex_state = 83}, [1124] = {.lex_state = 22}, [1125] = {.lex_state = 83}, [1126] = {.lex_state = 22}, [1127] = {.lex_state = 24}, [1128] = {.lex_state = 83}, [1129] = {.lex_state = 83}, [1130] = {.lex_state = 24}, [1131] = {.lex_state = 28}, [1132] = {.lex_state = 24}, [1133] = {.lex_state = 83}, [1134] = {.lex_state = 83}, [1135] = {.lex_state = 83}, [1136] = {.lex_state = 83}, [1137] = {.lex_state = 83}, [1138] = {.lex_state = 22}, [1139] = {.lex_state = 83}, [1140] = {.lex_state = 83}, [1141] = {.lex_state = 83}, [1142] = {.lex_state = 22}, [1143] = {.lex_state = 83}, [1144] = {.lex_state = 33}, [1145] = {.lex_state = 22}, [1146] = {.lex_state = 24}, [1147] = {.lex_state = 24}, [1148] = {.lex_state = 83}, [1149] = {.lex_state = 83}, [1150] = {.lex_state = 83}, [1151] = {.lex_state = 83}, [1152] = {.lex_state = 24}, [1153] = {.lex_state = 24}, [1154] = {.lex_state = 0}, [1155] = {.lex_state = 0}, [1156] = {.lex_state = 0}, [1157] = {.lex_state = 0}, [1158] = {.lex_state = 0}, [1159] = {.lex_state = 28}, [1160] = {.lex_state = 0}, [1161] = {.lex_state = 0}, [1162] = {.lex_state = 0}, [1163] = {.lex_state = 28}, [1164] = {.lex_state = 0}, [1165] = {.lex_state = 17}, [1166] = {.lex_state = 0}, [1167] = {.lex_state = 0}, [1168] = {.lex_state = 0}, [1169] = {.lex_state = 0}, [1170] = {.lex_state = 33}, [1171] = {.lex_state = 83}, [1172] = {.lex_state = 17}, [1173] = {.lex_state = 0}, [1174] = {.lex_state = 28}, [1175] = {.lex_state = 0}, [1176] = {.lex_state = 28}, [1177] = {.lex_state = 0}, [1178] = {.lex_state = 0}, [1179] = {.lex_state = 0}, [1180] = {.lex_state = 0}, [1181] = {.lex_state = 0}, [1182] = {.lex_state = 33}, [1183] = {.lex_state = 0}, [1184] = {.lex_state = 0}, [1185] = {.lex_state = 17}, [1186] = {.lex_state = 0}, [1187] = {.lex_state = 83}, [1188] = {.lex_state = 0}, [1189] = {.lex_state = 0}, [1190] = {.lex_state = 0}, [1191] = {.lex_state = 17}, [1192] = {.lex_state = 28}, [1193] = {.lex_state = 0}, [1194] = {.lex_state = 33}, [1195] = {.lex_state = 0}, [1196] = {.lex_state = 28}, [1197] = {.lex_state = 0}, [1198] = {.lex_state = 33}, [1199] = {.lex_state = 0}, [1200] = {.lex_state = 0}, [1201] = {.lex_state = 0}, [1202] = {.lex_state = 0}, [1203] = {.lex_state = 0}, [1204] = {.lex_state = 33}, [1205] = {.lex_state = 0}, [1206] = {.lex_state = 0}, [1207] = {.lex_state = 0}, [1208] = {.lex_state = 33}, [1209] = {.lex_state = 0}, [1210] = {.lex_state = 0}, [1211] = {.lex_state = 0}, [1212] = {.lex_state = 28}, [1213] = {.lex_state = 0}, [1214] = {.lex_state = 23}, [1215] = {.lex_state = 23}, [1216] = {.lex_state = 0}, [1217] = {.lex_state = 83}, [1218] = {.lex_state = 33}, [1219] = {.lex_state = 28}, [1220] = {.lex_state = 33}, [1221] = {.lex_state = 0}, [1222] = {.lex_state = 23}, [1223] = {.lex_state = 23}, [1224] = {.lex_state = 83}, [1225] = {.lex_state = 83}, [1226] = {.lex_state = 0}, [1227] = {.lex_state = 0}, [1228] = {.lex_state = 23}, [1229] = {.lex_state = 0}, [1230] = {.lex_state = 23}, [1231] = {.lex_state = 0}, [1232] = {.lex_state = 0}, [1233] = {.lex_state = 83}, [1234] = {.lex_state = 23}, [1235] = {.lex_state = 0}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 0}, [1238] = {.lex_state = 83}, [1239] = {.lex_state = 33}, [1240] = {.lex_state = 23}, [1241] = {.lex_state = 83}, [1242] = {.lex_state = 83}, [1243] = {.lex_state = 26}, [1244] = {.lex_state = 33}, [1245] = {.lex_state = 28}, [1246] = {.lex_state = 83}, [1247] = {.lex_state = 83}, [1248] = {.lex_state = 83}, [1249] = {.lex_state = 0}, [1250] = {.lex_state = 28}, [1251] = {.lex_state = 26}, [1252] = {.lex_state = 33}, [1253] = {.lex_state = 23}, [1254] = {.lex_state = 23}, [1255] = {.lex_state = 0}, [1256] = {.lex_state = 83}, [1257] = {.lex_state = 83}, [1258] = {.lex_state = 23}, [1259] = {.lex_state = 83}, [1260] = {.lex_state = 0}, [1261] = {.lex_state = 23}, [1262] = {.lex_state = 83}, [1263] = {.lex_state = 23}, [1264] = {.lex_state = 23}, [1265] = {.lex_state = 33}, [1266] = {.lex_state = 23}, [1267] = {.lex_state = 23}, [1268] = {.lex_state = 26}, [1269] = {.lex_state = 23}, [1270] = {.lex_state = 83}, [1271] = {.lex_state = 83}, [1272] = {.lex_state = 83}, [1273] = {.lex_state = 33}, [1274] = {.lex_state = 83}, [1275] = {.lex_state = 33}, [1276] = {.lex_state = 17}, [1277] = {.lex_state = 0}, [1278] = {.lex_state = 0}, [1279] = {.lex_state = 27}, [1280] = {.lex_state = 0}, [1281] = {.lex_state = 0}, [1282] = {.lex_state = 0}, [1283] = {.lex_state = 33}, [1284] = {.lex_state = 0}, [1285] = {.lex_state = 0}, [1286] = {.lex_state = 0}, [1287] = {.lex_state = 17}, [1288] = {.lex_state = 0}, [1289] = {.lex_state = 0}, [1290] = {.lex_state = 27}, [1291] = {.lex_state = 17}, [1292] = {.lex_state = 17}, [1293] = {.lex_state = 17}, [1294] = {.lex_state = 27}, [1295] = {.lex_state = 17}, [1296] = {.lex_state = 0}, [1297] = {.lex_state = 27}, [1298] = {.lex_state = 17}, [1299] = {.lex_state = 17}, [1300] = {.lex_state = 0}, [1301] = {.lex_state = 17}, [1302] = {.lex_state = 0}, [1303] = {.lex_state = 0}, [1304] = {.lex_state = 17}, [1305] = {.lex_state = 17}, [1306] = {.lex_state = 0}, [1307] = {.lex_state = 17}, [1308] = {.lex_state = 83}, [1309] = {.lex_state = 33}, [1310] = {.lex_state = 33}, [1311] = {.lex_state = 17}, [1312] = {.lex_state = 27}, [1313] = {.lex_state = 17}, [1314] = {.lex_state = 0}, [1315] = {.lex_state = 0}, [1316] = {.lex_state = 33}, [1317] = {.lex_state = 27}, [1318] = {.lex_state = 0}, [1319] = {.lex_state = 27}, [1320] = {.lex_state = 0}, [1321] = {.lex_state = 0}, [1322] = {.lex_state = 0}, [1323] = {.lex_state = 0}, [1324] = {.lex_state = 27}, [1325] = {.lex_state = 27}, [1326] = {.lex_state = 27}, [1327] = {.lex_state = 27}, [1328] = {.lex_state = 0}, [1329] = {.lex_state = 0}, [1330] = {.lex_state = 27}, [1331] = {.lex_state = 0}, [1332] = {.lex_state = 0}, [1333] = {.lex_state = 27}, [1334] = {.lex_state = 0}, [1335] = {.lex_state = 27}, [1336] = {.lex_state = 0}, [1337] = {.lex_state = 27}, [1338] = {.lex_state = 0}, [1339] = {.lex_state = 0}, [1340] = {.lex_state = 0}, [1341] = {.lex_state = 33}, [1342] = {.lex_state = 0}, [1343] = {.lex_state = 27}, [1344] = {.lex_state = 33}, [1345] = {.lex_state = 27}, [1346] = {.lex_state = 27}, [1347] = {.lex_state = 0}, [1348] = {.lex_state = 0}, [1349] = {.lex_state = 27}, [1350] = {.lex_state = 0}, [1351] = {.lex_state = 27}, [1352] = {.lex_state = 27}, [1353] = {.lex_state = 27}, [1354] = {.lex_state = 0}, [1355] = {.lex_state = 17}, [1356] = {.lex_state = 27}, [1357] = {.lex_state = 17}, [1358] = {.lex_state = 0}, [1359] = {.lex_state = 27}, [1360] = {.lex_state = 33}, [1361] = {.lex_state = 0}, [1362] = {.lex_state = 0}, [1363] = {.lex_state = 0}, [1364] = {.lex_state = 0}, [1365] = {.lex_state = 0}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, [1368] = {.lex_state = 33}, [1369] = {.lex_state = 17}, [1370] = {.lex_state = 33}, [1371] = {.lex_state = 33}, [1372] = {.lex_state = 17}, [1373] = {.lex_state = 0}, [1374] = {.lex_state = 83}, [1375] = {.lex_state = 0}, [1376] = {.lex_state = 0}, [1377] = {.lex_state = 33}, [1378] = {.lex_state = 17}, [1379] = {.lex_state = 17}, [1380] = {.lex_state = 0}, [1381] = {.lex_state = 0}, [1382] = {.lex_state = 33}, [1383] = {.lex_state = 0}, [1384] = {.lex_state = 0}, [1385] = {.lex_state = 0}, [1386] = {.lex_state = 33}, [1387] = {.lex_state = 0}, [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, [1390] = {.lex_state = 83}, [1391] = {.lex_state = 17}, [1392] = {.lex_state = 27}, [1393] = {.lex_state = 33}, [1394] = {.lex_state = 17}, [1395] = {.lex_state = 17}, [1396] = {.lex_state = 33}, [1397] = {.lex_state = 33}, [1398] = {.lex_state = 0}, [1399] = {.lex_state = 0}, [1400] = {.lex_state = 33}, [1401] = {.lex_state = 33}, [1402] = {.lex_state = 0}, [1403] = {.lex_state = 0}, [1404] = {.lex_state = 0}, [1405] = {.lex_state = 17}, [1406] = {.lex_state = 0}, [1407] = {.lex_state = 0}, [1408] = {.lex_state = 0}, [1409] = {.lex_state = 0}, [1410] = {.lex_state = 33}, [1411] = {.lex_state = 27}, [1412] = {.lex_state = 27}, [1413] = {.lex_state = 0}, [1414] = {.lex_state = 33}, [1415] = {.lex_state = 33}, [1416] = {.lex_state = 33}, [1417] = {.lex_state = 0}, [1418] = {.lex_state = 33}, [1419] = {.lex_state = 0}, [1420] = {.lex_state = 0}, [1421] = {.lex_state = 0}, [1422] = {.lex_state = 0}, [1423] = {.lex_state = 0}, [1424] = {.lex_state = 17}, [1425] = {.lex_state = 0}, [1426] = {.lex_state = 27}, [1427] = {.lex_state = 33}, [1428] = {.lex_state = 27}, [1429] = {.lex_state = 0}, [1430] = {.lex_state = 17}, [1431] = {.lex_state = 0}, [1432] = {.lex_state = 0}, [1433] = {.lex_state = 0}, [1434] = {.lex_state = 17}, [1435] = {.lex_state = 27}, [1436] = {.lex_state = 33}, [1437] = {.lex_state = 0}, [1438] = {.lex_state = 33}, [1439] = {.lex_state = 0}, [1440] = {.lex_state = 83}, [1441] = {.lex_state = 0}, [1442] = {.lex_state = 0}, [1443] = {.lex_state = 83}, [1444] = {.lex_state = 0}, [1445] = {.lex_state = 0}, [1446] = {.lex_state = 0}, [1447] = {.lex_state = 33}, [1448] = {.lex_state = 0}, [1449] = {.lex_state = 0}, [1450] = {.lex_state = 0}, [1451] = {.lex_state = 83}, [1452] = {.lex_state = 27}, [1453] = {.lex_state = 83}, [1454] = {.lex_state = 83}, [1455] = {.lex_state = 27}, [1456] = {.lex_state = 83}, [1457] = {.lex_state = 33}, [1458] = {.lex_state = 83}, }; 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), [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_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_static] = ACTIONS(1), [anon_sym_auto] = ACTIONS(1), [anon_sym_register] = ACTIONS(1), [anon_sym_inline] = ACTIONS(1), [anon_sym_const] = ACTIONS(1), [anon_sym_volatile] = ACTIONS(1), [anon_sym_restrict] = ACTIONS(1), [anon_sym__Atomic] = ACTIONS(1), [anon_sym_signed] = ACTIONS(1), [anon_sym_unsigned] = ACTIONS(1), [anon_sym_long] = ACTIONS(1), [anon_sym_short] = ACTIONS(1), [sym_primitive_type] = ACTIONS(1), [anon_sym_enum] = 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_DASH_DASH] = ACTIONS(1), [anon_sym_PLUS_PLUS] = ACTIONS(1), [anon_sym_sizeof] = 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), [sym_null] = ACTIONS(1), [sym_comment] = ACTIONS(3), }, [1] = { [sym_translation_unit] = STATE(1433), [sym_preproc_include] = STATE(40), [sym_preproc_def] = STATE(40), [sym_preproc_function_def] = STATE(40), [sym_preproc_call] = STATE(40), [sym_preproc_if] = STATE(40), [sym_preproc_ifdef] = STATE(40), [sym_function_definition] = STATE(40), [sym_declaration] = STATE(40), [sym_type_definition] = STATE(40), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1015), [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(649), [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(852), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(40), [sym_labeled_statement] = STATE(40), [sym_expression_statement] = STATE(40), [sym_if_statement] = STATE(40), [sym_switch_statement] = STATE(40), [sym_case_statement] = STATE(40), [sym_while_statement] = STATE(40), [sym_do_statement] = STATE(40), [sym_for_statement] = STATE(40), [sym_return_statement] = STATE(40), [sym_break_statement] = STATE(40), [sym_continue_statement] = STATE(40), [sym_goto_statement] = STATE(40), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(40), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(40), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(242), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [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(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(31), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [2] = { [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(1333), [sym_preproc_elif] = STATE(1333), [sym_function_definition] = STATE(7), [sym_declaration] = STATE(7), [sym_type_definition] = STATE(7), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(7), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(7), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(7), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(7), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(99), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [3] = { [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(1294), [sym_preproc_elif] = STATE(1294), [sym_function_definition] = STATE(9), [sym_declaration] = STATE(9), [sym_type_definition] = STATE(9), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(9), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(9), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(9), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(9), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(139), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [4] = { [sym_preproc_include] = STATE(8), [sym_preproc_def] = STATE(8), [sym_preproc_function_def] = STATE(8), [sym_preproc_call] = STATE(8), [sym_preproc_if] = STATE(8), [sym_preproc_ifdef] = STATE(8), [sym_preproc_else] = STATE(1392), [sym_preproc_elif] = STATE(1392), [sym_function_definition] = STATE(8), [sym_declaration] = STATE(8), [sym_type_definition] = STATE(8), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(8), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(8), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(8), [sym_labeled_statement] = STATE(8), [sym_expression_statement] = STATE(8), [sym_if_statement] = STATE(8), [sym_switch_statement] = STATE(8), [sym_case_statement] = STATE(8), [sym_while_statement] = STATE(8), [sym_do_statement] = STATE(8), [sym_for_statement] = STATE(8), [sym_return_statement] = STATE(8), [sym_break_statement] = STATE(8), [sym_continue_statement] = STATE(8), [sym_goto_statement] = STATE(8), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(8), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(8), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(141), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [5] = { [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(1297), [sym_preproc_elif] = STATE(1297), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(143), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [6] = { [sym_preproc_include] = STATE(5), [sym_preproc_def] = STATE(5), [sym_preproc_function_def] = STATE(5), [sym_preproc_call] = STATE(5), [sym_preproc_if] = STATE(5), [sym_preproc_ifdef] = STATE(5), [sym_preproc_else] = STATE(1317), [sym_preproc_elif] = STATE(1317), [sym_function_definition] = STATE(5), [sym_declaration] = STATE(5), [sym_type_definition] = STATE(5), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(5), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(5), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(5), [sym_labeled_statement] = STATE(5), [sym_expression_statement] = STATE(5), [sym_if_statement] = STATE(5), [sym_switch_statement] = STATE(5), [sym_case_statement] = STATE(5), [sym_while_statement] = STATE(5), [sym_do_statement] = STATE(5), [sym_for_statement] = STATE(5), [sym_return_statement] = STATE(5), [sym_break_statement] = STATE(5), [sym_continue_statement] = STATE(5), [sym_goto_statement] = STATE(5), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(5), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(5), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(145), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [7] = { [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(1343), [sym_preproc_elif] = STATE(1343), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(147), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [8] = { [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(1352), [sym_preproc_elif] = STATE(1352), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(149), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [9] = { [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(1312), [sym_preproc_elif] = STATE(1312), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(151), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [10] = { [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(1330), [sym_preproc_elif] = STATE(1330), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(153), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [11] = { [sym_preproc_include] = STATE(13), [sym_preproc_def] = STATE(13), [sym_preproc_function_def] = STATE(13), [sym_preproc_call] = STATE(13), [sym_preproc_if] = STATE(13), [sym_preproc_ifdef] = STATE(13), [sym_preproc_else] = STATE(1346), [sym_preproc_elif] = STATE(1346), [sym_function_definition] = STATE(13), [sym_declaration] = STATE(13), [sym_type_definition] = STATE(13), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(13), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(13), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(13), [sym_labeled_statement] = STATE(13), [sym_expression_statement] = STATE(13), [sym_if_statement] = STATE(13), [sym_switch_statement] = STATE(13), [sym_case_statement] = STATE(13), [sym_while_statement] = STATE(13), [sym_do_statement] = STATE(13), [sym_for_statement] = STATE(13), [sym_return_statement] = STATE(13), [sym_break_statement] = STATE(13), [sym_continue_statement] = STATE(13), [sym_goto_statement] = STATE(13), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(13), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(155), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [12] = { [sym_preproc_include] = STATE(14), [sym_preproc_def] = STATE(14), [sym_preproc_function_def] = STATE(14), [sym_preproc_call] = STATE(14), [sym_preproc_if] = STATE(14), [sym_preproc_ifdef] = STATE(14), [sym_preproc_else] = STATE(1351), [sym_preproc_elif] = STATE(1351), [sym_function_definition] = STATE(14), [sym_declaration] = STATE(14), [sym_type_definition] = STATE(14), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(14), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(14), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_expression_statement] = STATE(14), [sym_if_statement] = STATE(14), [sym_switch_statement] = STATE(14), [sym_case_statement] = STATE(14), [sym_while_statement] = STATE(14), [sym_do_statement] = STATE(14), [sym_for_statement] = STATE(14), [sym_return_statement] = STATE(14), [sym_break_statement] = STATE(14), [sym_continue_statement] = STATE(14), [sym_goto_statement] = STATE(14), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(14), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(14), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(157), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [13] = { [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(1337), [sym_preproc_elif] = STATE(1337), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(159), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [14] = { [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(1345), [sym_preproc_elif] = STATE(1345), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [15] = { [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(1455), [sym_preproc_elif] = STATE(1455), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(163), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [16] = { [sym_preproc_include] = STATE(19), [sym_preproc_def] = STATE(19), [sym_preproc_function_def] = STATE(19), [sym_preproc_call] = STATE(19), [sym_preproc_if] = STATE(19), [sym_preproc_ifdef] = STATE(19), [sym_preproc_else] = STATE(1353), [sym_preproc_elif] = STATE(1353), [sym_function_definition] = STATE(19), [sym_declaration] = STATE(19), [sym_type_definition] = STATE(19), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(19), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(19), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(19), [sym_labeled_statement] = STATE(19), [sym_expression_statement] = STATE(19), [sym_if_statement] = STATE(19), [sym_switch_statement] = STATE(19), [sym_case_statement] = STATE(19), [sym_while_statement] = STATE(19), [sym_do_statement] = STATE(19), [sym_for_statement] = STATE(19), [sym_return_statement] = STATE(19), [sym_break_statement] = STATE(19), [sym_continue_statement] = STATE(19), [sym_goto_statement] = STATE(19), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(19), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(19), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(165), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [17] = { [sym_preproc_include] = STATE(10), [sym_preproc_def] = STATE(10), [sym_preproc_function_def] = STATE(10), [sym_preproc_call] = STATE(10), [sym_preproc_if] = STATE(10), [sym_preproc_ifdef] = STATE(10), [sym_preproc_else] = STATE(1435), [sym_preproc_elif] = STATE(1435), [sym_function_definition] = STATE(10), [sym_declaration] = STATE(10), [sym_type_definition] = STATE(10), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(10), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(10), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(10), [sym_labeled_statement] = STATE(10), [sym_expression_statement] = STATE(10), [sym_if_statement] = STATE(10), [sym_switch_statement] = STATE(10), [sym_case_statement] = STATE(10), [sym_while_statement] = STATE(10), [sym_do_statement] = STATE(10), [sym_for_statement] = STATE(10), [sym_return_statement] = STATE(10), [sym_break_statement] = STATE(10), [sym_continue_statement] = STATE(10), [sym_goto_statement] = STATE(10), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(10), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(10), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(167), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [18] = { [sym_preproc_include] = STATE(15), [sym_preproc_def] = STATE(15), [sym_preproc_function_def] = STATE(15), [sym_preproc_call] = STATE(15), [sym_preproc_if] = STATE(15), [sym_preproc_ifdef] = STATE(15), [sym_preproc_else] = STATE(1412), [sym_preproc_elif] = STATE(1412), [sym_function_definition] = STATE(15), [sym_declaration] = STATE(15), [sym_type_definition] = STATE(15), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(15), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(15), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(15), [sym_labeled_statement] = STATE(15), [sym_expression_statement] = STATE(15), [sym_if_statement] = STATE(15), [sym_switch_statement] = STATE(15), [sym_case_statement] = STATE(15), [sym_while_statement] = STATE(15), [sym_do_statement] = STATE(15), [sym_for_statement] = STATE(15), [sym_return_statement] = STATE(15), [sym_break_statement] = STATE(15), [sym_continue_statement] = STATE(15), [sym_goto_statement] = STATE(15), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(15), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(15), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(169), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [19] = { [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(1319), [sym_preproc_elif] = STATE(1319), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), [aux_sym_preproc_if_token2] = ACTIONS(171), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), [aux_sym_preproc_elif_token1] = ACTIONS(105), [sym_preproc_directive] = ACTIONS(107), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(113), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [20] = { [sym_preproc_include] = STATE(20), [sym_preproc_def] = STATE(20), [sym_preproc_function_def] = STATE(20), [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1013), [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(647), [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(851), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(20), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(20), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(252), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(173), [aux_sym_preproc_include_token1] = ACTIONS(176), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(182), [aux_sym_preproc_if_token2] = ACTIONS(185), [aux_sym_preproc_ifdef_token1] = ACTIONS(187), [aux_sym_preproc_ifdef_token2] = ACTIONS(187), [aux_sym_preproc_else_token1] = ACTIONS(185), [aux_sym_preproc_elif_token1] = ACTIONS(185), [sym_preproc_directive] = ACTIONS(190), [anon_sym_LPAREN2] = ACTIONS(193), [anon_sym_BANG] = ACTIONS(196), [anon_sym_TILDE] = ACTIONS(196), [anon_sym_DASH] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(199), [anon_sym_STAR] = ACTIONS(202), [anon_sym_AMP] = ACTIONS(202), [anon_sym_SEMI] = ACTIONS(205), [anon_sym_typedef] = ACTIONS(208), [anon_sym_extern] = ACTIONS(211), [anon_sym___attribute__] = ACTIONS(214), [anon_sym_LBRACK_LBRACK] = ACTIONS(217), [anon_sym___declspec] = ACTIONS(220), [anon_sym___cdecl] = ACTIONS(223), [anon_sym___clrcall] = ACTIONS(223), [anon_sym___stdcall] = ACTIONS(223), [anon_sym___fastcall] = ACTIONS(223), [anon_sym___thiscall] = ACTIONS(223), [anon_sym___vectorcall] = ACTIONS(223), [anon_sym_LBRACE] = ACTIONS(226), [anon_sym_static] = ACTIONS(229), [anon_sym_auto] = ACTIONS(229), [anon_sym_register] = ACTIONS(229), [anon_sym_inline] = ACTIONS(229), [anon_sym_const] = ACTIONS(232), [anon_sym_volatile] = ACTIONS(232), [anon_sym_restrict] = ACTIONS(232), [anon_sym__Atomic] = ACTIONS(232), [anon_sym_signed] = ACTIONS(235), [anon_sym_unsigned] = ACTIONS(235), [anon_sym_long] = ACTIONS(235), [anon_sym_short] = ACTIONS(235), [sym_primitive_type] = ACTIONS(238), [anon_sym_enum] = ACTIONS(241), [anon_sym_struct] = ACTIONS(244), [anon_sym_union] = ACTIONS(247), [anon_sym_if] = ACTIONS(250), [anon_sym_switch] = ACTIONS(253), [anon_sym_case] = ACTIONS(256), [anon_sym_default] = ACTIONS(259), [anon_sym_while] = ACTIONS(262), [anon_sym_do] = ACTIONS(265), [anon_sym_for] = ACTIONS(268), [anon_sym_return] = ACTIONS(271), [anon_sym_break] = ACTIONS(274), [anon_sym_continue] = ACTIONS(277), [anon_sym_goto] = ACTIONS(280), [anon_sym_DASH_DASH] = ACTIONS(283), [anon_sym_PLUS_PLUS] = ACTIONS(283), [anon_sym_sizeof] = ACTIONS(286), [sym_number_literal] = ACTIONS(289), [anon_sym_L_SQUOTE] = ACTIONS(292), [anon_sym_u_SQUOTE] = ACTIONS(292), [anon_sym_U_SQUOTE] = ACTIONS(292), [anon_sym_u8_SQUOTE] = ACTIONS(292), [anon_sym_SQUOTE] = ACTIONS(292), [anon_sym_L_DQUOTE] = ACTIONS(295), [anon_sym_u_DQUOTE] = ACTIONS(295), [anon_sym_U_DQUOTE] = ACTIONS(295), [anon_sym_u8_DQUOTE] = ACTIONS(295), [anon_sym_DQUOTE] = ACTIONS(295), [sym_true] = ACTIONS(298), [sym_false] = ACTIONS(298), [sym_null] = ACTIONS(298), [sym_comment] = ACTIONS(3), }, [21] = { [sym_preproc_include] = STATE(28), [sym_preproc_def] = STATE(28), [sym_preproc_function_def] = STATE(28), [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(28), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(28), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(28), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(28), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(321), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [22] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(345), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [23] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(347), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [24] = { [sym_preproc_include] = STATE(32), [sym_preproc_def] = STATE(32), [sym_preproc_function_def] = STATE(32), [sym_preproc_call] = STATE(32), [sym_preproc_if] = STATE(32), [sym_preproc_ifdef] = STATE(32), [sym_function_definition] = STATE(32), [sym_declaration] = STATE(32), [sym_type_definition] = STATE(32), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(32), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(32), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(32), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(32), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(349), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [25] = { [sym_preproc_include] = STATE(30), [sym_preproc_def] = STATE(30), [sym_preproc_function_def] = STATE(30), [sym_preproc_call] = STATE(30), [sym_preproc_if] = STATE(30), [sym_preproc_ifdef] = STATE(30), [sym_function_definition] = STATE(30), [sym_declaration] = STATE(30), [sym_type_definition] = STATE(30), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(30), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(30), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(30), [sym_labeled_statement] = STATE(30), [sym_expression_statement] = STATE(30), [sym_if_statement] = STATE(30), [sym_switch_statement] = STATE(30), [sym_case_statement] = STATE(30), [sym_while_statement] = STATE(30), [sym_do_statement] = STATE(30), [sym_for_statement] = STATE(30), [sym_return_statement] = STATE(30), [sym_break_statement] = STATE(30), [sym_continue_statement] = STATE(30), [sym_goto_statement] = STATE(30), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(30), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(30), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(351), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [26] = { [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(650), [sym__declaration_specifiers] = STATE(1008), [sym_linkage_specification] = STATE(39), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(645), [sym_compound_statement] = STATE(39), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(850), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(39), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(39), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(246), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(353), [aux_sym_preproc_include_token1] = ACTIONS(355), [aux_sym_preproc_def_token1] = ACTIONS(357), [aux_sym_preproc_if_token1] = ACTIONS(359), [aux_sym_preproc_if_token2] = ACTIONS(361), [aux_sym_preproc_ifdef_token1] = ACTIONS(363), [aux_sym_preproc_ifdef_token2] = ACTIONS(363), [sym_preproc_directive] = ACTIONS(365), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_typedef] = ACTIONS(369), [anon_sym_extern] = ACTIONS(371), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [27] = { [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), [sym_preproc_function_def] = STATE(33), [sym_preproc_call] = STATE(33), [sym_preproc_if] = STATE(33), [sym_preproc_ifdef] = STATE(33), [sym_function_definition] = STATE(33), [sym_declaration] = STATE(33), [sym_type_definition] = STATE(33), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(33), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(33), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(33), [sym_labeled_statement] = STATE(33), [sym_expression_statement] = STATE(33), [sym_if_statement] = STATE(33), [sym_switch_statement] = STATE(33), [sym_case_statement] = STATE(33), [sym_while_statement] = STATE(33), [sym_do_statement] = STATE(33), [sym_for_statement] = STATE(33), [sym_return_statement] = STATE(33), [sym_break_statement] = STATE(33), [sym_continue_statement] = STATE(33), [sym_goto_statement] = STATE(33), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(33), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(33), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(397), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [28] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(399), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [29] = { [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_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(22), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [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(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(22), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(22), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(401), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [30] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(403), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [31] = { [sym_preproc_include] = STATE(23), [sym_preproc_def] = STATE(23), [sym_preproc_function_def] = STATE(23), [sym_preproc_call] = STATE(23), [sym_preproc_if] = STATE(23), [sym_preproc_ifdef] = STATE(23), [sym_function_definition] = STATE(23), [sym_declaration] = STATE(23), [sym_type_definition] = STATE(23), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(23), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(23), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(23), [sym_labeled_statement] = STATE(23), [sym_expression_statement] = STATE(23), [sym_if_statement] = STATE(23), [sym_switch_statement] = STATE(23), [sym_case_statement] = STATE(23), [sym_while_statement] = STATE(23), [sym_do_statement] = STATE(23), [sym_for_statement] = STATE(23), [sym_return_statement] = STATE(23), [sym_break_statement] = STATE(23), [sym_continue_statement] = STATE(23), [sym_goto_statement] = STATE(23), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(23), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(23), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(405), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [32] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(407), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [33] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(409), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [34] = { [sym_preproc_include] = STATE(35), [sym_preproc_def] = STATE(35), [sym_preproc_function_def] = STATE(35), [sym_preproc_call] = STATE(35), [sym_preproc_if] = STATE(35), [sym_preproc_ifdef] = STATE(35), [sym_function_definition] = STATE(35), [sym_declaration] = STATE(35), [sym_type_definition] = STATE(35), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(35), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(35), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(35), [sym_labeled_statement] = STATE(35), [sym_expression_statement] = STATE(35), [sym_if_statement] = STATE(35), [sym_switch_statement] = STATE(35), [sym_case_statement] = STATE(35), [sym_while_statement] = STATE(35), [sym_do_statement] = STATE(35), [sym_for_statement] = STATE(35), [sym_return_statement] = STATE(35), [sym_break_statement] = STATE(35), [sym_continue_statement] = STATE(35), [sym_goto_statement] = STATE(35), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(35), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(35), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(411), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [35] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(413), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [36] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(415), [aux_sym_preproc_include_token1] = ACTIONS(418), [aux_sym_preproc_def_token1] = ACTIONS(421), [aux_sym_preproc_if_token1] = ACTIONS(424), [aux_sym_preproc_ifdef_token1] = ACTIONS(427), [aux_sym_preproc_ifdef_token2] = ACTIONS(427), [sym_preproc_directive] = ACTIONS(430), [anon_sym_LPAREN2] = ACTIONS(193), [anon_sym_BANG] = ACTIONS(196), [anon_sym_TILDE] = ACTIONS(196), [anon_sym_DASH] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(199), [anon_sym_STAR] = ACTIONS(202), [anon_sym_AMP] = ACTIONS(202), [anon_sym_SEMI] = ACTIONS(433), [anon_sym_typedef] = ACTIONS(436), [anon_sym_extern] = ACTIONS(439), [anon_sym___attribute__] = ACTIONS(214), [anon_sym_LBRACK_LBRACK] = ACTIONS(217), [anon_sym___declspec] = ACTIONS(220), [anon_sym___cdecl] = ACTIONS(223), [anon_sym___clrcall] = ACTIONS(223), [anon_sym___stdcall] = ACTIONS(223), [anon_sym___fastcall] = ACTIONS(223), [anon_sym___thiscall] = ACTIONS(223), [anon_sym___vectorcall] = ACTIONS(223), [anon_sym_LBRACE] = ACTIONS(442), [anon_sym_RBRACE] = ACTIONS(445), [anon_sym_static] = ACTIONS(229), [anon_sym_auto] = ACTIONS(229), [anon_sym_register] = ACTIONS(229), [anon_sym_inline] = ACTIONS(229), [anon_sym_const] = ACTIONS(232), [anon_sym_volatile] = ACTIONS(232), [anon_sym_restrict] = ACTIONS(232), [anon_sym__Atomic] = ACTIONS(232), [anon_sym_signed] = ACTIONS(235), [anon_sym_unsigned] = ACTIONS(235), [anon_sym_long] = ACTIONS(235), [anon_sym_short] = ACTIONS(235), [sym_primitive_type] = ACTIONS(238), [anon_sym_enum] = ACTIONS(241), [anon_sym_struct] = ACTIONS(244), [anon_sym_union] = ACTIONS(247), [anon_sym_if] = ACTIONS(447), [anon_sym_switch] = ACTIONS(450), [anon_sym_case] = ACTIONS(453), [anon_sym_default] = ACTIONS(456), [anon_sym_while] = ACTIONS(459), [anon_sym_do] = ACTIONS(462), [anon_sym_for] = ACTIONS(465), [anon_sym_return] = ACTIONS(468), [anon_sym_break] = ACTIONS(471), [anon_sym_continue] = ACTIONS(474), [anon_sym_goto] = ACTIONS(477), [anon_sym_DASH_DASH] = ACTIONS(283), [anon_sym_PLUS_PLUS] = ACTIONS(283), [anon_sym_sizeof] = ACTIONS(286), [sym_number_literal] = ACTIONS(289), [anon_sym_L_SQUOTE] = ACTIONS(292), [anon_sym_u_SQUOTE] = ACTIONS(292), [anon_sym_U_SQUOTE] = ACTIONS(292), [anon_sym_u8_SQUOTE] = ACTIONS(292), [anon_sym_SQUOTE] = ACTIONS(292), [anon_sym_L_DQUOTE] = ACTIONS(295), [anon_sym_u_DQUOTE] = ACTIONS(295), [anon_sym_U_DQUOTE] = ACTIONS(295), [anon_sym_u8_DQUOTE] = ACTIONS(295), [anon_sym_DQUOTE] = ACTIONS(295), [sym_true] = ACTIONS(298), [sym_false] = ACTIONS(298), [sym_null] = ACTIONS(298), [sym_comment] = ACTIONS(3), }, [37] = { [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), [sym_preproc_function_def] = STATE(42), [sym_preproc_call] = STATE(42), [sym_preproc_if] = STATE(42), [sym_preproc_ifdef] = STATE(42), [sym_function_definition] = STATE(42), [sym_declaration] = STATE(42), [sym_type_definition] = STATE(42), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(42), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(42), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(42), [sym_labeled_statement] = STATE(42), [sym_expression_statement] = STATE(42), [sym_if_statement] = STATE(42), [sym_switch_statement] = STATE(42), [sym_case_statement] = STATE(42), [sym_while_statement] = STATE(42), [sym_do_statement] = STATE(42), [sym_for_statement] = STATE(42), [sym_return_statement] = STATE(42), [sym_break_statement] = STATE(42), [sym_continue_statement] = STATE(42), [sym_goto_statement] = STATE(42), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(42), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(42), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(480), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [38] = { [sym_preproc_include] = STATE(38), [sym_preproc_def] = STATE(38), [sym_preproc_function_def] = STATE(38), [sym_preproc_call] = STATE(38), [sym_preproc_if] = STATE(38), [sym_preproc_ifdef] = STATE(38), [sym_function_definition] = STATE(38), [sym_declaration] = STATE(38), [sym_type_definition] = STATE(38), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1008), [sym_linkage_specification] = STATE(38), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(645), [sym_compound_statement] = STATE(38), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(850), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(38), [sym_labeled_statement] = STATE(38), [sym_expression_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_switch_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_do_statement] = STATE(38), [sym_for_statement] = STATE(38), [sym_return_statement] = STATE(38), [sym_break_statement] = STATE(38), [sym_continue_statement] = STATE(38), [sym_goto_statement] = STATE(38), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(38), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(38), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(246), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(482), [aux_sym_preproc_include_token1] = ACTIONS(485), [aux_sym_preproc_def_token1] = ACTIONS(488), [aux_sym_preproc_if_token1] = ACTIONS(491), [aux_sym_preproc_if_token2] = ACTIONS(185), [aux_sym_preproc_ifdef_token1] = ACTIONS(494), [aux_sym_preproc_ifdef_token2] = ACTIONS(494), [sym_preproc_directive] = ACTIONS(497), [anon_sym_LPAREN2] = ACTIONS(193), [anon_sym_BANG] = ACTIONS(196), [anon_sym_TILDE] = ACTIONS(196), [anon_sym_DASH] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(199), [anon_sym_STAR] = ACTIONS(202), [anon_sym_AMP] = ACTIONS(202), [anon_sym_SEMI] = ACTIONS(500), [anon_sym_typedef] = ACTIONS(503), [anon_sym_extern] = ACTIONS(506), [anon_sym___attribute__] = ACTIONS(214), [anon_sym_LBRACK_LBRACK] = ACTIONS(217), [anon_sym___declspec] = ACTIONS(220), [anon_sym___cdecl] = ACTIONS(223), [anon_sym___clrcall] = ACTIONS(223), [anon_sym___stdcall] = ACTIONS(223), [anon_sym___fastcall] = ACTIONS(223), [anon_sym___thiscall] = ACTIONS(223), [anon_sym___vectorcall] = ACTIONS(223), [anon_sym_LBRACE] = ACTIONS(509), [anon_sym_static] = ACTIONS(229), [anon_sym_auto] = ACTIONS(229), [anon_sym_register] = ACTIONS(229), [anon_sym_inline] = ACTIONS(229), [anon_sym_const] = ACTIONS(232), [anon_sym_volatile] = ACTIONS(232), [anon_sym_restrict] = ACTIONS(232), [anon_sym__Atomic] = ACTIONS(232), [anon_sym_signed] = ACTIONS(235), [anon_sym_unsigned] = ACTIONS(235), [anon_sym_long] = ACTIONS(235), [anon_sym_short] = ACTIONS(235), [sym_primitive_type] = ACTIONS(238), [anon_sym_enum] = ACTIONS(241), [anon_sym_struct] = ACTIONS(244), [anon_sym_union] = ACTIONS(247), [anon_sym_if] = ACTIONS(512), [anon_sym_switch] = ACTIONS(515), [anon_sym_case] = ACTIONS(518), [anon_sym_default] = ACTIONS(521), [anon_sym_while] = ACTIONS(524), [anon_sym_do] = ACTIONS(527), [anon_sym_for] = ACTIONS(530), [anon_sym_return] = ACTIONS(533), [anon_sym_break] = ACTIONS(536), [anon_sym_continue] = ACTIONS(539), [anon_sym_goto] = ACTIONS(542), [anon_sym_DASH_DASH] = ACTIONS(283), [anon_sym_PLUS_PLUS] = ACTIONS(283), [anon_sym_sizeof] = ACTIONS(286), [sym_number_literal] = ACTIONS(289), [anon_sym_L_SQUOTE] = ACTIONS(292), [anon_sym_u_SQUOTE] = ACTIONS(292), [anon_sym_U_SQUOTE] = ACTIONS(292), [anon_sym_u8_SQUOTE] = ACTIONS(292), [anon_sym_SQUOTE] = ACTIONS(292), [anon_sym_L_DQUOTE] = ACTIONS(295), [anon_sym_u_DQUOTE] = ACTIONS(295), [anon_sym_U_DQUOTE] = ACTIONS(295), [anon_sym_u8_DQUOTE] = ACTIONS(295), [anon_sym_DQUOTE] = ACTIONS(295), [sym_true] = ACTIONS(298), [sym_false] = ACTIONS(298), [sym_null] = ACTIONS(298), [sym_comment] = ACTIONS(3), }, [39] = { [sym_preproc_include] = STATE(38), [sym_preproc_def] = STATE(38), [sym_preproc_function_def] = STATE(38), [sym_preproc_call] = STATE(38), [sym_preproc_if] = STATE(38), [sym_preproc_ifdef] = STATE(38), [sym_function_definition] = STATE(38), [sym_declaration] = STATE(38), [sym_type_definition] = STATE(38), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1008), [sym_linkage_specification] = STATE(38), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(645), [sym_compound_statement] = STATE(38), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(850), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(38), [sym_labeled_statement] = STATE(38), [sym_expression_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_switch_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_do_statement] = STATE(38), [sym_for_statement] = STATE(38), [sym_return_statement] = STATE(38), [sym_break_statement] = STATE(38), [sym_continue_statement] = STATE(38), [sym_goto_statement] = STATE(38), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(38), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(38), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(246), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(353), [aux_sym_preproc_include_token1] = ACTIONS(355), [aux_sym_preproc_def_token1] = ACTIONS(357), [aux_sym_preproc_if_token1] = ACTIONS(359), [aux_sym_preproc_if_token2] = ACTIONS(545), [aux_sym_preproc_ifdef_token1] = ACTIONS(363), [aux_sym_preproc_ifdef_token2] = ACTIONS(363), [sym_preproc_directive] = ACTIONS(365), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_typedef] = ACTIONS(369), [anon_sym_extern] = ACTIONS(371), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [40] = { [sym_preproc_include] = STATE(41), [sym_preproc_def] = STATE(41), [sym_preproc_function_def] = STATE(41), [sym_preproc_call] = STATE(41), [sym_preproc_if] = STATE(41), [sym_preproc_ifdef] = STATE(41), [sym_function_definition] = STATE(41), [sym_declaration] = STATE(41), [sym_type_definition] = STATE(41), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1015), [sym_linkage_specification] = STATE(41), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(649), [sym_compound_statement] = STATE(41), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(852), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(41), [sym_labeled_statement] = STATE(41), [sym_expression_statement] = STATE(41), [sym_if_statement] = STATE(41), [sym_switch_statement] = STATE(41), [sym_case_statement] = STATE(41), [sym_while_statement] = STATE(41), [sym_do_statement] = STATE(41), [sym_for_statement] = STATE(41), [sym_return_statement] = STATE(41), [sym_break_statement] = STATE(41), [sym_continue_statement] = STATE(41), [sym_goto_statement] = STATE(41), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(41), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(41), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(242), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [ts_builtin_sym_end] = ACTIONS(547), [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(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(31), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [41] = { [sym_preproc_include] = STATE(41), [sym_preproc_def] = STATE(41), [sym_preproc_function_def] = STATE(41), [sym_preproc_call] = STATE(41), [sym_preproc_if] = STATE(41), [sym_preproc_ifdef] = STATE(41), [sym_function_definition] = STATE(41), [sym_declaration] = STATE(41), [sym_type_definition] = STATE(41), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1015), [sym_linkage_specification] = STATE(41), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(649), [sym_compound_statement] = STATE(41), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(852), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(41), [sym_labeled_statement] = STATE(41), [sym_expression_statement] = STATE(41), [sym_if_statement] = STATE(41), [sym_switch_statement] = STATE(41), [sym_case_statement] = STATE(41), [sym_while_statement] = STATE(41), [sym_do_statement] = STATE(41), [sym_for_statement] = STATE(41), [sym_return_statement] = STATE(41), [sym_break_statement] = STATE(41), [sym_continue_statement] = STATE(41), [sym_goto_statement] = STATE(41), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(41), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(41), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(242), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [ts_builtin_sym_end] = ACTIONS(445), [sym_identifier] = ACTIONS(549), [aux_sym_preproc_include_token1] = ACTIONS(552), [aux_sym_preproc_def_token1] = ACTIONS(555), [aux_sym_preproc_if_token1] = ACTIONS(558), [aux_sym_preproc_ifdef_token1] = ACTIONS(561), [aux_sym_preproc_ifdef_token2] = ACTIONS(561), [sym_preproc_directive] = ACTIONS(564), [anon_sym_LPAREN2] = ACTIONS(193), [anon_sym_BANG] = ACTIONS(196), [anon_sym_TILDE] = ACTIONS(196), [anon_sym_DASH] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(199), [anon_sym_STAR] = ACTIONS(202), [anon_sym_AMP] = ACTIONS(202), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_typedef] = ACTIONS(570), [anon_sym_extern] = ACTIONS(573), [anon_sym___attribute__] = ACTIONS(214), [anon_sym_LBRACK_LBRACK] = ACTIONS(217), [anon_sym___declspec] = ACTIONS(220), [anon_sym___cdecl] = ACTIONS(223), [anon_sym___clrcall] = ACTIONS(223), [anon_sym___stdcall] = ACTIONS(223), [anon_sym___fastcall] = ACTIONS(223), [anon_sym___thiscall] = ACTIONS(223), [anon_sym___vectorcall] = ACTIONS(223), [anon_sym_LBRACE] = ACTIONS(576), [anon_sym_static] = ACTIONS(229), [anon_sym_auto] = ACTIONS(229), [anon_sym_register] = ACTIONS(229), [anon_sym_inline] = ACTIONS(229), [anon_sym_const] = ACTIONS(232), [anon_sym_volatile] = ACTIONS(232), [anon_sym_restrict] = ACTIONS(232), [anon_sym__Atomic] = ACTIONS(232), [anon_sym_signed] = ACTIONS(235), [anon_sym_unsigned] = ACTIONS(235), [anon_sym_long] = ACTIONS(235), [anon_sym_short] = ACTIONS(235), [sym_primitive_type] = ACTIONS(238), [anon_sym_enum] = ACTIONS(241), [anon_sym_struct] = ACTIONS(244), [anon_sym_union] = ACTIONS(247), [anon_sym_if] = ACTIONS(579), [anon_sym_switch] = ACTIONS(582), [anon_sym_case] = ACTIONS(585), [anon_sym_default] = ACTIONS(588), [anon_sym_while] = ACTIONS(591), [anon_sym_do] = ACTIONS(594), [anon_sym_for] = ACTIONS(597), [anon_sym_return] = ACTIONS(600), [anon_sym_break] = ACTIONS(603), [anon_sym_continue] = ACTIONS(606), [anon_sym_goto] = ACTIONS(609), [anon_sym_DASH_DASH] = ACTIONS(283), [anon_sym_PLUS_PLUS] = ACTIONS(283), [anon_sym_sizeof] = ACTIONS(286), [sym_number_literal] = ACTIONS(289), [anon_sym_L_SQUOTE] = ACTIONS(292), [anon_sym_u_SQUOTE] = ACTIONS(292), [anon_sym_U_SQUOTE] = ACTIONS(292), [anon_sym_u8_SQUOTE] = ACTIONS(292), [anon_sym_SQUOTE] = ACTIONS(292), [anon_sym_L_DQUOTE] = ACTIONS(295), [anon_sym_u_DQUOTE] = ACTIONS(295), [anon_sym_U_DQUOTE] = ACTIONS(295), [anon_sym_u8_DQUOTE] = ACTIONS(295), [anon_sym_DQUOTE] = ACTIONS(295), [sym_true] = ACTIONS(298), [sym_false] = ACTIONS(298), [sym_null] = ACTIONS(298), [sym_comment] = ACTIONS(3), }, [42] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), [sym_preproc_call] = STATE(36), [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1010), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(36), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(849), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), [sym_if_statement] = STATE(36), [sym_switch_statement] = STATE(36), [sym_case_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_do_statement] = STATE(36), [sym_for_statement] = STATE(36), [sym_return_statement] = STATE(36), [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(881), [aux_sym_translation_unit_repeat1] = STATE(36), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(260), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), [aux_sym_preproc_if_token1] = ACTIONS(307), [aux_sym_preproc_ifdef_token1] = ACTIONS(309), [aux_sym_preproc_ifdef_token2] = ACTIONS(309), [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(39), [anon_sym___clrcall] = ACTIONS(39), [anon_sym___stdcall] = ACTIONS(39), [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(612), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [43] = { [sym_declaration] = STATE(47), [sym_type_definition] = STATE(47), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1012), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(47), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(47), [sym_labeled_statement] = STATE(47), [sym_expression_statement] = STATE(47), [sym_if_statement] = STATE(47), [sym_switch_statement] = STATE(47), [sym_while_statement] = STATE(47), [sym_do_statement] = STATE(47), [sym_for_statement] = STATE(47), [sym_return_statement] = STATE(47), [sym_break_statement] = STATE(47), [sym_continue_statement] = STATE(47), [sym_goto_statement] = STATE(47), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(366), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(47), [sym_identifier] = ACTIONS(614), [aux_sym_preproc_include_token1] = ACTIONS(616), [aux_sym_preproc_def_token1] = ACTIONS(616), [aux_sym_preproc_if_token1] = ACTIONS(616), [aux_sym_preproc_if_token2] = ACTIONS(616), [aux_sym_preproc_ifdef_token1] = ACTIONS(616), [aux_sym_preproc_ifdef_token2] = ACTIONS(616), [aux_sym_preproc_else_token1] = ACTIONS(616), [aux_sym_preproc_elif_token1] = ACTIONS(616), [sym_preproc_directive] = ACTIONS(616), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(616), [anon_sym___clrcall] = ACTIONS(616), [anon_sym___stdcall] = ACTIONS(616), [anon_sym___fastcall] = ACTIONS(616), [anon_sym___thiscall] = ACTIONS(616), [anon_sym___vectorcall] = ACTIONS(616), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_else] = ACTIONS(616), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(616), [anon_sym_default] = ACTIONS(616), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [44] = { [sym_declaration] = STATE(45), [sym_type_definition] = STATE(45), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1012), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(45), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(45), [sym_labeled_statement] = STATE(45), [sym_expression_statement] = STATE(45), [sym_if_statement] = STATE(45), [sym_switch_statement] = STATE(45), [sym_while_statement] = STATE(45), [sym_do_statement] = STATE(45), [sym_for_statement] = STATE(45), [sym_return_statement] = STATE(45), [sym_break_statement] = STATE(45), [sym_continue_statement] = STATE(45), [sym_goto_statement] = STATE(45), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(366), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(45), [sym_identifier] = ACTIONS(614), [aux_sym_preproc_include_token1] = ACTIONS(618), [aux_sym_preproc_def_token1] = ACTIONS(618), [aux_sym_preproc_if_token1] = ACTIONS(618), [aux_sym_preproc_if_token2] = ACTIONS(618), [aux_sym_preproc_ifdef_token1] = ACTIONS(618), [aux_sym_preproc_ifdef_token2] = ACTIONS(618), [aux_sym_preproc_else_token1] = ACTIONS(618), [aux_sym_preproc_elif_token1] = ACTIONS(618), [sym_preproc_directive] = ACTIONS(618), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(618), [anon_sym___clrcall] = ACTIONS(618), [anon_sym___stdcall] = ACTIONS(618), [anon_sym___fastcall] = ACTIONS(618), [anon_sym___thiscall] = ACTIONS(618), [anon_sym___vectorcall] = ACTIONS(618), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_else] = ACTIONS(618), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(618), [anon_sym_default] = ACTIONS(618), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [45] = { [sym_declaration] = STATE(47), [sym_type_definition] = STATE(47), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1012), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(47), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(47), [sym_labeled_statement] = STATE(47), [sym_expression_statement] = STATE(47), [sym_if_statement] = STATE(47), [sym_switch_statement] = STATE(47), [sym_while_statement] = STATE(47), [sym_do_statement] = STATE(47), [sym_for_statement] = STATE(47), [sym_return_statement] = STATE(47), [sym_break_statement] = STATE(47), [sym_continue_statement] = STATE(47), [sym_goto_statement] = STATE(47), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(366), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(47), [sym_identifier] = ACTIONS(614), [aux_sym_preproc_include_token1] = ACTIONS(620), [aux_sym_preproc_def_token1] = ACTIONS(620), [aux_sym_preproc_if_token1] = ACTIONS(620), [aux_sym_preproc_if_token2] = ACTIONS(620), [aux_sym_preproc_ifdef_token1] = ACTIONS(620), [aux_sym_preproc_ifdef_token2] = ACTIONS(620), [aux_sym_preproc_else_token1] = ACTIONS(620), [aux_sym_preproc_elif_token1] = ACTIONS(620), [sym_preproc_directive] = ACTIONS(620), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(620), [anon_sym___clrcall] = ACTIONS(620), [anon_sym___stdcall] = ACTIONS(620), [anon_sym___fastcall] = ACTIONS(620), [anon_sym___thiscall] = ACTIONS(620), [anon_sym___vectorcall] = ACTIONS(620), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_else] = ACTIONS(620), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(620), [anon_sym_default] = ACTIONS(620), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [46] = { [sym_declaration] = STATE(43), [sym_type_definition] = STATE(43), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1012), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(43), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(43), [sym_labeled_statement] = STATE(43), [sym_expression_statement] = STATE(43), [sym_if_statement] = STATE(43), [sym_switch_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(366), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(43), [sym_identifier] = ACTIONS(614), [aux_sym_preproc_include_token1] = ACTIONS(622), [aux_sym_preproc_def_token1] = ACTIONS(622), [aux_sym_preproc_if_token1] = ACTIONS(622), [aux_sym_preproc_if_token2] = ACTIONS(622), [aux_sym_preproc_ifdef_token1] = ACTIONS(622), [aux_sym_preproc_ifdef_token2] = ACTIONS(622), [aux_sym_preproc_else_token1] = ACTIONS(622), [aux_sym_preproc_elif_token1] = ACTIONS(622), [sym_preproc_directive] = ACTIONS(622), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_typedef] = ACTIONS(111), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(622), [anon_sym___clrcall] = ACTIONS(622), [anon_sym___stdcall] = ACTIONS(622), [anon_sym___fastcall] = ACTIONS(622), [anon_sym___thiscall] = ACTIONS(622), [anon_sym___vectorcall] = ACTIONS(622), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), [anon_sym_else] = ACTIONS(622), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(622), [anon_sym_default] = ACTIONS(622), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [47] = { [sym_declaration] = STATE(47), [sym_type_definition] = STATE(47), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1012), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(47), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(47), [sym_labeled_statement] = STATE(47), [sym_expression_statement] = STATE(47), [sym_if_statement] = STATE(47), [sym_switch_statement] = STATE(47), [sym_while_statement] = STATE(47), [sym_do_statement] = STATE(47), [sym_for_statement] = STATE(47), [sym_return_statement] = STATE(47), [sym_break_statement] = STATE(47), [sym_continue_statement] = STATE(47), [sym_goto_statement] = STATE(47), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(366), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(47), [sym_identifier] = ACTIONS(624), [aux_sym_preproc_include_token1] = ACTIONS(627), [aux_sym_preproc_def_token1] = ACTIONS(627), [aux_sym_preproc_if_token1] = ACTIONS(627), [aux_sym_preproc_if_token2] = ACTIONS(627), [aux_sym_preproc_ifdef_token1] = ACTIONS(627), [aux_sym_preproc_ifdef_token2] = ACTIONS(627), [aux_sym_preproc_else_token1] = ACTIONS(627), [aux_sym_preproc_elif_token1] = ACTIONS(627), [sym_preproc_directive] = ACTIONS(627), [anon_sym_LPAREN2] = ACTIONS(629), [anon_sym_BANG] = ACTIONS(632), [anon_sym_TILDE] = ACTIONS(632), [anon_sym_DASH] = ACTIONS(635), [anon_sym_PLUS] = ACTIONS(635), [anon_sym_STAR] = ACTIONS(638), [anon_sym_AMP] = ACTIONS(638), [anon_sym_SEMI] = ACTIONS(641), [anon_sym_typedef] = ACTIONS(644), [anon_sym_extern] = ACTIONS(647), [anon_sym___attribute__] = ACTIONS(650), [anon_sym_LBRACK_LBRACK] = ACTIONS(653), [anon_sym___declspec] = ACTIONS(656), [anon_sym___cdecl] = ACTIONS(627), [anon_sym___clrcall] = ACTIONS(627), [anon_sym___stdcall] = ACTIONS(627), [anon_sym___fastcall] = ACTIONS(627), [anon_sym___thiscall] = ACTIONS(627), [anon_sym___vectorcall] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(659), [anon_sym_static] = ACTIONS(647), [anon_sym_auto] = ACTIONS(647), [anon_sym_register] = ACTIONS(647), [anon_sym_inline] = ACTIONS(647), [anon_sym_const] = ACTIONS(662), [anon_sym_volatile] = ACTIONS(662), [anon_sym_restrict] = ACTIONS(662), [anon_sym__Atomic] = ACTIONS(662), [anon_sym_signed] = ACTIONS(665), [anon_sym_unsigned] = ACTIONS(665), [anon_sym_long] = ACTIONS(665), [anon_sym_short] = ACTIONS(665), [sym_primitive_type] = ACTIONS(668), [anon_sym_enum] = ACTIONS(671), [anon_sym_struct] = ACTIONS(674), [anon_sym_union] = ACTIONS(677), [anon_sym_if] = ACTIONS(680), [anon_sym_else] = ACTIONS(627), [anon_sym_switch] = ACTIONS(683), [anon_sym_case] = ACTIONS(627), [anon_sym_default] = ACTIONS(627), [anon_sym_while] = ACTIONS(686), [anon_sym_do] = ACTIONS(689), [anon_sym_for] = ACTIONS(692), [anon_sym_return] = ACTIONS(695), [anon_sym_break] = ACTIONS(698), [anon_sym_continue] = ACTIONS(701), [anon_sym_goto] = ACTIONS(704), [anon_sym_DASH_DASH] = ACTIONS(707), [anon_sym_PLUS_PLUS] = ACTIONS(707), [anon_sym_sizeof] = ACTIONS(710), [sym_number_literal] = ACTIONS(713), [anon_sym_L_SQUOTE] = ACTIONS(716), [anon_sym_u_SQUOTE] = ACTIONS(716), [anon_sym_U_SQUOTE] = ACTIONS(716), [anon_sym_u8_SQUOTE] = ACTIONS(716), [anon_sym_SQUOTE] = ACTIONS(716), [anon_sym_L_DQUOTE] = ACTIONS(719), [anon_sym_u_DQUOTE] = ACTIONS(719), [anon_sym_U_DQUOTE] = ACTIONS(719), [anon_sym_u8_DQUOTE] = ACTIONS(719), [anon_sym_DQUOTE] = ACTIONS(719), [sym_true] = ACTIONS(722), [sym_false] = ACTIONS(722), [sym_null] = ACTIONS(722), [sym_comment] = ACTIONS(3), }, [48] = { [sym_declaration] = STATE(56), [sym_type_definition] = STATE(56), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1009), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(56), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(56), [sym_labeled_statement] = STATE(56), [sym_expression_statement] = STATE(56), [sym_if_statement] = STATE(56), [sym_switch_statement] = STATE(56), [sym_while_statement] = STATE(56), [sym_do_statement] = STATE(56), [sym_for_statement] = STATE(56), [sym_return_statement] = STATE(56), [sym_break_statement] = STATE(56), [sym_continue_statement] = STATE(56), [sym_goto_statement] = STATE(56), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(335), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(56), [sym_identifier] = ACTIONS(725), [aux_sym_preproc_include_token1] = ACTIONS(620), [aux_sym_preproc_def_token1] = ACTIONS(620), [aux_sym_preproc_if_token1] = ACTIONS(620), [aux_sym_preproc_ifdef_token1] = ACTIONS(620), [aux_sym_preproc_ifdef_token2] = ACTIONS(620), [sym_preproc_directive] = ACTIONS(620), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(620), [anon_sym___clrcall] = ACTIONS(620), [anon_sym___stdcall] = ACTIONS(620), [anon_sym___fastcall] = ACTIONS(620), [anon_sym___thiscall] = ACTIONS(620), [anon_sym___vectorcall] = ACTIONS(620), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(727), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_else] = ACTIONS(620), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(620), [anon_sym_default] = ACTIONS(620), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [49] = { [sym_declaration] = STATE(58), [sym_type_definition] = STATE(58), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1017), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(58), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(58), [sym_labeled_statement] = STATE(58), [sym_expression_statement] = STATE(58), [sym_if_statement] = STATE(58), [sym_switch_statement] = STATE(58), [sym_while_statement] = STATE(58), [sym_do_statement] = STATE(58), [sym_for_statement] = STATE(58), [sym_return_statement] = STATE(58), [sym_break_statement] = STATE(58), [sym_continue_statement] = STATE(58), [sym_goto_statement] = STATE(58), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(365), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(58), [sym_identifier] = ACTIONS(729), [aux_sym_preproc_include_token1] = ACTIONS(618), [aux_sym_preproc_def_token1] = ACTIONS(618), [aux_sym_preproc_if_token1] = ACTIONS(618), [aux_sym_preproc_if_token2] = ACTIONS(618), [aux_sym_preproc_ifdef_token1] = ACTIONS(618), [aux_sym_preproc_ifdef_token2] = ACTIONS(618), [sym_preproc_directive] = ACTIONS(618), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_typedef] = ACTIONS(369), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(618), [anon_sym___clrcall] = ACTIONS(618), [anon_sym___stdcall] = ACTIONS(618), [anon_sym___fastcall] = ACTIONS(618), [anon_sym___thiscall] = ACTIONS(618), [anon_sym___vectorcall] = ACTIONS(618), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(375), [anon_sym_else] = ACTIONS(618), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(618), [anon_sym_default] = ACTIONS(618), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [50] = { [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(50), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(50), [sym_labeled_statement] = STATE(50), [sym_expression_statement] = STATE(50), [sym_if_statement] = STATE(50), [sym_switch_statement] = STATE(50), [sym_while_statement] = STATE(50), [sym_do_statement] = STATE(50), [sym_for_statement] = STATE(50), [sym_return_statement] = STATE(50), [sym_break_statement] = STATE(50), [sym_continue_statement] = STATE(50), [sym_goto_statement] = STATE(50), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(317), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(50), [ts_builtin_sym_end] = ACTIONS(731), [sym_identifier] = ACTIONS(733), [aux_sym_preproc_include_token1] = ACTIONS(627), [aux_sym_preproc_def_token1] = ACTIONS(627), [aux_sym_preproc_if_token1] = ACTIONS(627), [aux_sym_preproc_ifdef_token1] = ACTIONS(627), [aux_sym_preproc_ifdef_token2] = ACTIONS(627), [sym_preproc_directive] = ACTIONS(627), [anon_sym_LPAREN2] = ACTIONS(629), [anon_sym_BANG] = ACTIONS(632), [anon_sym_TILDE] = ACTIONS(632), [anon_sym_DASH] = ACTIONS(635), [anon_sym_PLUS] = ACTIONS(635), [anon_sym_STAR] = ACTIONS(638), [anon_sym_AMP] = ACTIONS(638), [anon_sym_SEMI] = ACTIONS(736), [anon_sym_typedef] = ACTIONS(739), [anon_sym_extern] = ACTIONS(647), [anon_sym___attribute__] = ACTIONS(650), [anon_sym_LBRACK_LBRACK] = ACTIONS(653), [anon_sym___declspec] = ACTIONS(656), [anon_sym___cdecl] = ACTIONS(627), [anon_sym___clrcall] = ACTIONS(627), [anon_sym___stdcall] = ACTIONS(627), [anon_sym___fastcall] = ACTIONS(627), [anon_sym___thiscall] = ACTIONS(627), [anon_sym___vectorcall] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(742), [anon_sym_static] = ACTIONS(647), [anon_sym_auto] = ACTIONS(647), [anon_sym_register] = ACTIONS(647), [anon_sym_inline] = ACTIONS(647), [anon_sym_const] = ACTIONS(662), [anon_sym_volatile] = ACTIONS(662), [anon_sym_restrict] = ACTIONS(662), [anon_sym__Atomic] = ACTIONS(662), [anon_sym_signed] = ACTIONS(665), [anon_sym_unsigned] = ACTIONS(665), [anon_sym_long] = ACTIONS(665), [anon_sym_short] = ACTIONS(665), [sym_primitive_type] = ACTIONS(668), [anon_sym_enum] = ACTIONS(671), [anon_sym_struct] = ACTIONS(674), [anon_sym_union] = ACTIONS(677), [anon_sym_if] = ACTIONS(745), [anon_sym_else] = ACTIONS(627), [anon_sym_switch] = ACTIONS(748), [anon_sym_case] = ACTIONS(627), [anon_sym_default] = ACTIONS(627), [anon_sym_while] = ACTIONS(751), [anon_sym_do] = ACTIONS(754), [anon_sym_for] = ACTIONS(757), [anon_sym_return] = ACTIONS(760), [anon_sym_break] = ACTIONS(763), [anon_sym_continue] = ACTIONS(766), [anon_sym_goto] = ACTIONS(769), [anon_sym_DASH_DASH] = ACTIONS(707), [anon_sym_PLUS_PLUS] = ACTIONS(707), [anon_sym_sizeof] = ACTIONS(710), [sym_number_literal] = ACTIONS(713), [anon_sym_L_SQUOTE] = ACTIONS(716), [anon_sym_u_SQUOTE] = ACTIONS(716), [anon_sym_U_SQUOTE] = ACTIONS(716), [anon_sym_u8_SQUOTE] = ACTIONS(716), [anon_sym_SQUOTE] = ACTIONS(716), [anon_sym_L_DQUOTE] = ACTIONS(719), [anon_sym_u_DQUOTE] = ACTIONS(719), [anon_sym_U_DQUOTE] = ACTIONS(719), [anon_sym_u8_DQUOTE] = ACTIONS(719), [anon_sym_DQUOTE] = ACTIONS(719), [sym_true] = ACTIONS(722), [sym_false] = ACTIONS(722), [sym_null] = ACTIONS(722), [sym_comment] = ACTIONS(3), }, [51] = { [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(50), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(50), [sym_labeled_statement] = STATE(50), [sym_expression_statement] = STATE(50), [sym_if_statement] = STATE(50), [sym_switch_statement] = STATE(50), [sym_while_statement] = STATE(50), [sym_do_statement] = STATE(50), [sym_for_statement] = STATE(50), [sym_return_statement] = STATE(50), [sym_break_statement] = STATE(50), [sym_continue_statement] = STATE(50), [sym_goto_statement] = STATE(50), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(317), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(50), [ts_builtin_sym_end] = ACTIONS(772), [sym_identifier] = ACTIONS(774), [aux_sym_preproc_include_token1] = ACTIONS(616), [aux_sym_preproc_def_token1] = ACTIONS(616), [aux_sym_preproc_if_token1] = ACTIONS(616), [aux_sym_preproc_ifdef_token1] = ACTIONS(616), [aux_sym_preproc_ifdef_token2] = ACTIONS(616), [sym_preproc_directive] = ACTIONS(616), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(616), [anon_sym___clrcall] = ACTIONS(616), [anon_sym___stdcall] = ACTIONS(616), [anon_sym___fastcall] = ACTIONS(616), [anon_sym___thiscall] = ACTIONS(616), [anon_sym___vectorcall] = ACTIONS(616), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), [anon_sym_else] = ACTIONS(616), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(616), [anon_sym_default] = ACTIONS(616), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [52] = { [sym_declaration] = STATE(55), [sym_type_definition] = STATE(55), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(55), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(55), [sym_labeled_statement] = STATE(55), [sym_expression_statement] = STATE(55), [sym_if_statement] = STATE(55), [sym_switch_statement] = STATE(55), [sym_while_statement] = STATE(55), [sym_do_statement] = STATE(55), [sym_for_statement] = STATE(55), [sym_return_statement] = STATE(55), [sym_break_statement] = STATE(55), [sym_continue_statement] = STATE(55), [sym_goto_statement] = STATE(55), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(317), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(55), [ts_builtin_sym_end] = ACTIONS(776), [sym_identifier] = ACTIONS(774), [aux_sym_preproc_include_token1] = ACTIONS(618), [aux_sym_preproc_def_token1] = ACTIONS(618), [aux_sym_preproc_if_token1] = ACTIONS(618), [aux_sym_preproc_ifdef_token1] = ACTIONS(618), [aux_sym_preproc_ifdef_token2] = ACTIONS(618), [sym_preproc_directive] = ACTIONS(618), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(618), [anon_sym___clrcall] = ACTIONS(618), [anon_sym___stdcall] = ACTIONS(618), [anon_sym___fastcall] = ACTIONS(618), [anon_sym___thiscall] = ACTIONS(618), [anon_sym___vectorcall] = ACTIONS(618), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), [anon_sym_else] = ACTIONS(618), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(618), [anon_sym_default] = ACTIONS(618), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [53] = { [sym_declaration] = STATE(54), [sym_type_definition] = STATE(54), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1017), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(54), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(54), [sym_labeled_statement] = STATE(54), [sym_expression_statement] = STATE(54), [sym_if_statement] = STATE(54), [sym_switch_statement] = STATE(54), [sym_while_statement] = STATE(54), [sym_do_statement] = STATE(54), [sym_for_statement] = STATE(54), [sym_return_statement] = STATE(54), [sym_break_statement] = STATE(54), [sym_continue_statement] = STATE(54), [sym_goto_statement] = STATE(54), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(365), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(54), [sym_identifier] = ACTIONS(729), [aux_sym_preproc_include_token1] = ACTIONS(616), [aux_sym_preproc_def_token1] = ACTIONS(616), [aux_sym_preproc_if_token1] = ACTIONS(616), [aux_sym_preproc_if_token2] = ACTIONS(616), [aux_sym_preproc_ifdef_token1] = ACTIONS(616), [aux_sym_preproc_ifdef_token2] = ACTIONS(616), [sym_preproc_directive] = ACTIONS(616), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_typedef] = ACTIONS(369), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(616), [anon_sym___clrcall] = ACTIONS(616), [anon_sym___stdcall] = ACTIONS(616), [anon_sym___fastcall] = ACTIONS(616), [anon_sym___thiscall] = ACTIONS(616), [anon_sym___vectorcall] = ACTIONS(616), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(375), [anon_sym_else] = ACTIONS(616), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(616), [anon_sym_default] = ACTIONS(616), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [54] = { [sym_declaration] = STATE(54), [sym_type_definition] = STATE(54), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1017), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(54), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(54), [sym_labeled_statement] = STATE(54), [sym_expression_statement] = STATE(54), [sym_if_statement] = STATE(54), [sym_switch_statement] = STATE(54), [sym_while_statement] = STATE(54), [sym_do_statement] = STATE(54), [sym_for_statement] = STATE(54), [sym_return_statement] = STATE(54), [sym_break_statement] = STATE(54), [sym_continue_statement] = STATE(54), [sym_goto_statement] = STATE(54), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(365), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(54), [sym_identifier] = ACTIONS(778), [aux_sym_preproc_include_token1] = ACTIONS(627), [aux_sym_preproc_def_token1] = ACTIONS(627), [aux_sym_preproc_if_token1] = ACTIONS(627), [aux_sym_preproc_if_token2] = ACTIONS(627), [aux_sym_preproc_ifdef_token1] = ACTIONS(627), [aux_sym_preproc_ifdef_token2] = ACTIONS(627), [sym_preproc_directive] = ACTIONS(627), [anon_sym_LPAREN2] = ACTIONS(629), [anon_sym_BANG] = ACTIONS(632), [anon_sym_TILDE] = ACTIONS(632), [anon_sym_DASH] = ACTIONS(635), [anon_sym_PLUS] = ACTIONS(635), [anon_sym_STAR] = ACTIONS(638), [anon_sym_AMP] = ACTIONS(638), [anon_sym_SEMI] = ACTIONS(781), [anon_sym_typedef] = ACTIONS(784), [anon_sym_extern] = ACTIONS(647), [anon_sym___attribute__] = ACTIONS(650), [anon_sym_LBRACK_LBRACK] = ACTIONS(653), [anon_sym___declspec] = ACTIONS(656), [anon_sym___cdecl] = ACTIONS(627), [anon_sym___clrcall] = ACTIONS(627), [anon_sym___stdcall] = ACTIONS(627), [anon_sym___fastcall] = ACTIONS(627), [anon_sym___thiscall] = ACTIONS(627), [anon_sym___vectorcall] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(787), [anon_sym_static] = ACTIONS(647), [anon_sym_auto] = ACTIONS(647), [anon_sym_register] = ACTIONS(647), [anon_sym_inline] = ACTIONS(647), [anon_sym_const] = ACTIONS(662), [anon_sym_volatile] = ACTIONS(662), [anon_sym_restrict] = ACTIONS(662), [anon_sym__Atomic] = ACTIONS(662), [anon_sym_signed] = ACTIONS(665), [anon_sym_unsigned] = ACTIONS(665), [anon_sym_long] = ACTIONS(665), [anon_sym_short] = ACTIONS(665), [sym_primitive_type] = ACTIONS(668), [anon_sym_enum] = ACTIONS(671), [anon_sym_struct] = ACTIONS(674), [anon_sym_union] = ACTIONS(677), [anon_sym_if] = ACTIONS(790), [anon_sym_else] = ACTIONS(627), [anon_sym_switch] = ACTIONS(793), [anon_sym_case] = ACTIONS(627), [anon_sym_default] = ACTIONS(627), [anon_sym_while] = ACTIONS(796), [anon_sym_do] = ACTIONS(799), [anon_sym_for] = ACTIONS(802), [anon_sym_return] = ACTIONS(805), [anon_sym_break] = ACTIONS(808), [anon_sym_continue] = ACTIONS(811), [anon_sym_goto] = ACTIONS(814), [anon_sym_DASH_DASH] = ACTIONS(707), [anon_sym_PLUS_PLUS] = ACTIONS(707), [anon_sym_sizeof] = ACTIONS(710), [sym_number_literal] = ACTIONS(713), [anon_sym_L_SQUOTE] = ACTIONS(716), [anon_sym_u_SQUOTE] = ACTIONS(716), [anon_sym_U_SQUOTE] = ACTIONS(716), [anon_sym_u8_SQUOTE] = ACTIONS(716), [anon_sym_SQUOTE] = ACTIONS(716), [anon_sym_L_DQUOTE] = ACTIONS(719), [anon_sym_u_DQUOTE] = ACTIONS(719), [anon_sym_U_DQUOTE] = ACTIONS(719), [anon_sym_u8_DQUOTE] = ACTIONS(719), [anon_sym_DQUOTE] = ACTIONS(719), [sym_true] = ACTIONS(722), [sym_false] = ACTIONS(722), [sym_null] = ACTIONS(722), [sym_comment] = ACTIONS(3), }, [55] = { [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(50), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(50), [sym_labeled_statement] = STATE(50), [sym_expression_statement] = STATE(50), [sym_if_statement] = STATE(50), [sym_switch_statement] = STATE(50), [sym_while_statement] = STATE(50), [sym_do_statement] = STATE(50), [sym_for_statement] = STATE(50), [sym_return_statement] = STATE(50), [sym_break_statement] = STATE(50), [sym_continue_statement] = STATE(50), [sym_goto_statement] = STATE(50), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(317), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(50), [ts_builtin_sym_end] = ACTIONS(727), [sym_identifier] = ACTIONS(774), [aux_sym_preproc_include_token1] = ACTIONS(620), [aux_sym_preproc_def_token1] = ACTIONS(620), [aux_sym_preproc_if_token1] = ACTIONS(620), [aux_sym_preproc_ifdef_token1] = ACTIONS(620), [aux_sym_preproc_ifdef_token2] = ACTIONS(620), [sym_preproc_directive] = ACTIONS(620), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(620), [anon_sym___clrcall] = ACTIONS(620), [anon_sym___stdcall] = ACTIONS(620), [anon_sym___fastcall] = ACTIONS(620), [anon_sym___thiscall] = ACTIONS(620), [anon_sym___vectorcall] = ACTIONS(620), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), [anon_sym_else] = ACTIONS(620), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(620), [anon_sym_default] = ACTIONS(620), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [56] = { [sym_declaration] = STATE(56), [sym_type_definition] = STATE(56), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1009), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(56), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(56), [sym_labeled_statement] = STATE(56), [sym_expression_statement] = STATE(56), [sym_if_statement] = STATE(56), [sym_switch_statement] = STATE(56), [sym_while_statement] = STATE(56), [sym_do_statement] = STATE(56), [sym_for_statement] = STATE(56), [sym_return_statement] = STATE(56), [sym_break_statement] = STATE(56), [sym_continue_statement] = STATE(56), [sym_goto_statement] = STATE(56), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(335), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(56), [sym_identifier] = ACTIONS(817), [aux_sym_preproc_include_token1] = ACTIONS(627), [aux_sym_preproc_def_token1] = ACTIONS(627), [aux_sym_preproc_if_token1] = ACTIONS(627), [aux_sym_preproc_ifdef_token1] = ACTIONS(627), [aux_sym_preproc_ifdef_token2] = ACTIONS(627), [sym_preproc_directive] = ACTIONS(627), [anon_sym_LPAREN2] = ACTIONS(629), [anon_sym_BANG] = ACTIONS(632), [anon_sym_TILDE] = ACTIONS(632), [anon_sym_DASH] = ACTIONS(635), [anon_sym_PLUS] = ACTIONS(635), [anon_sym_STAR] = ACTIONS(638), [anon_sym_AMP] = ACTIONS(638), [anon_sym_SEMI] = ACTIONS(820), [anon_sym_typedef] = ACTIONS(823), [anon_sym_extern] = ACTIONS(647), [anon_sym___attribute__] = ACTIONS(650), [anon_sym_LBRACK_LBRACK] = ACTIONS(653), [anon_sym___declspec] = ACTIONS(656), [anon_sym___cdecl] = ACTIONS(627), [anon_sym___clrcall] = ACTIONS(627), [anon_sym___stdcall] = ACTIONS(627), [anon_sym___fastcall] = ACTIONS(627), [anon_sym___thiscall] = ACTIONS(627), [anon_sym___vectorcall] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(826), [anon_sym_RBRACE] = ACTIONS(731), [anon_sym_static] = ACTIONS(647), [anon_sym_auto] = ACTIONS(647), [anon_sym_register] = ACTIONS(647), [anon_sym_inline] = ACTIONS(647), [anon_sym_const] = ACTIONS(662), [anon_sym_volatile] = ACTIONS(662), [anon_sym_restrict] = ACTIONS(662), [anon_sym__Atomic] = ACTIONS(662), [anon_sym_signed] = ACTIONS(665), [anon_sym_unsigned] = ACTIONS(665), [anon_sym_long] = ACTIONS(665), [anon_sym_short] = ACTIONS(665), [sym_primitive_type] = ACTIONS(668), [anon_sym_enum] = ACTIONS(671), [anon_sym_struct] = ACTIONS(674), [anon_sym_union] = ACTIONS(677), [anon_sym_if] = ACTIONS(829), [anon_sym_else] = ACTIONS(627), [anon_sym_switch] = ACTIONS(832), [anon_sym_case] = ACTIONS(627), [anon_sym_default] = ACTIONS(627), [anon_sym_while] = ACTIONS(835), [anon_sym_do] = ACTIONS(838), [anon_sym_for] = ACTIONS(841), [anon_sym_return] = ACTIONS(844), [anon_sym_break] = ACTIONS(847), [anon_sym_continue] = ACTIONS(850), [anon_sym_goto] = ACTIONS(853), [anon_sym_DASH_DASH] = ACTIONS(707), [anon_sym_PLUS_PLUS] = ACTIONS(707), [anon_sym_sizeof] = ACTIONS(710), [sym_number_literal] = ACTIONS(713), [anon_sym_L_SQUOTE] = ACTIONS(716), [anon_sym_u_SQUOTE] = ACTIONS(716), [anon_sym_U_SQUOTE] = ACTIONS(716), [anon_sym_u8_SQUOTE] = ACTIONS(716), [anon_sym_SQUOTE] = ACTIONS(716), [anon_sym_L_DQUOTE] = ACTIONS(719), [anon_sym_u_DQUOTE] = ACTIONS(719), [anon_sym_U_DQUOTE] = ACTIONS(719), [anon_sym_u8_DQUOTE] = ACTIONS(719), [anon_sym_DQUOTE] = ACTIONS(719), [sym_true] = ACTIONS(722), [sym_false] = ACTIONS(722), [sym_null] = ACTIONS(722), [sym_comment] = ACTIONS(3), }, [57] = { [sym_declaration] = STATE(51), [sym_type_definition] = STATE(51), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(51), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(51), [sym_labeled_statement] = STATE(51), [sym_expression_statement] = STATE(51), [sym_if_statement] = STATE(51), [sym_switch_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(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(317), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(51), [ts_builtin_sym_end] = ACTIONS(856), [sym_identifier] = ACTIONS(774), [aux_sym_preproc_include_token1] = ACTIONS(622), [aux_sym_preproc_def_token1] = ACTIONS(622), [aux_sym_preproc_if_token1] = ACTIONS(622), [aux_sym_preproc_ifdef_token1] = ACTIONS(622), [aux_sym_preproc_ifdef_token2] = ACTIONS(622), [sym_preproc_directive] = ACTIONS(622), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(622), [anon_sym___clrcall] = ACTIONS(622), [anon_sym___stdcall] = ACTIONS(622), [anon_sym___fastcall] = ACTIONS(622), [anon_sym___thiscall] = ACTIONS(622), [anon_sym___vectorcall] = ACTIONS(622), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), [anon_sym_else] = ACTIONS(622), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(622), [anon_sym_default] = ACTIONS(622), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [58] = { [sym_declaration] = STATE(54), [sym_type_definition] = STATE(54), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1017), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(54), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(54), [sym_labeled_statement] = STATE(54), [sym_expression_statement] = STATE(54), [sym_if_statement] = STATE(54), [sym_switch_statement] = STATE(54), [sym_while_statement] = STATE(54), [sym_do_statement] = STATE(54), [sym_for_statement] = STATE(54), [sym_return_statement] = STATE(54), [sym_break_statement] = STATE(54), [sym_continue_statement] = STATE(54), [sym_goto_statement] = STATE(54), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(365), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(54), [sym_identifier] = ACTIONS(729), [aux_sym_preproc_include_token1] = ACTIONS(620), [aux_sym_preproc_def_token1] = ACTIONS(620), [aux_sym_preproc_if_token1] = ACTIONS(620), [aux_sym_preproc_if_token2] = ACTIONS(620), [aux_sym_preproc_ifdef_token1] = ACTIONS(620), [aux_sym_preproc_ifdef_token2] = ACTIONS(620), [sym_preproc_directive] = ACTIONS(620), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_typedef] = ACTIONS(369), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(620), [anon_sym___clrcall] = ACTIONS(620), [anon_sym___stdcall] = ACTIONS(620), [anon_sym___fastcall] = ACTIONS(620), [anon_sym___thiscall] = ACTIONS(620), [anon_sym___vectorcall] = ACTIONS(620), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(375), [anon_sym_else] = ACTIONS(620), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(620), [anon_sym_default] = ACTIONS(620), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [59] = { [sym_declaration] = STATE(53), [sym_type_definition] = STATE(53), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1017), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(53), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(53), [sym_labeled_statement] = STATE(53), [sym_expression_statement] = STATE(53), [sym_if_statement] = STATE(53), [sym_switch_statement] = STATE(53), [sym_while_statement] = STATE(53), [sym_do_statement] = STATE(53), [sym_for_statement] = STATE(53), [sym_return_statement] = STATE(53), [sym_break_statement] = STATE(53), [sym_continue_statement] = STATE(53), [sym_goto_statement] = STATE(53), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(365), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(53), [sym_identifier] = ACTIONS(729), [aux_sym_preproc_include_token1] = ACTIONS(622), [aux_sym_preproc_def_token1] = ACTIONS(622), [aux_sym_preproc_if_token1] = ACTIONS(622), [aux_sym_preproc_if_token2] = ACTIONS(622), [aux_sym_preproc_ifdef_token1] = ACTIONS(622), [aux_sym_preproc_ifdef_token2] = ACTIONS(622), [sym_preproc_directive] = ACTIONS(622), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_typedef] = ACTIONS(369), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(622), [anon_sym___clrcall] = ACTIONS(622), [anon_sym___stdcall] = ACTIONS(622), [anon_sym___fastcall] = ACTIONS(622), [anon_sym___thiscall] = ACTIONS(622), [anon_sym___vectorcall] = ACTIONS(622), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(375), [anon_sym_else] = ACTIONS(622), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(622), [anon_sym_default] = ACTIONS(622), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [60] = { [sym_declaration] = STATE(48), [sym_type_definition] = STATE(48), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1009), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(48), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(48), [sym_labeled_statement] = STATE(48), [sym_expression_statement] = STATE(48), [sym_if_statement] = STATE(48), [sym_switch_statement] = STATE(48), [sym_while_statement] = STATE(48), [sym_do_statement] = STATE(48), [sym_for_statement] = STATE(48), [sym_return_statement] = STATE(48), [sym_break_statement] = STATE(48), [sym_continue_statement] = STATE(48), [sym_goto_statement] = STATE(48), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(335), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(48), [sym_identifier] = ACTIONS(725), [aux_sym_preproc_include_token1] = ACTIONS(618), [aux_sym_preproc_def_token1] = ACTIONS(618), [aux_sym_preproc_if_token1] = ACTIONS(618), [aux_sym_preproc_ifdef_token1] = ACTIONS(618), [aux_sym_preproc_ifdef_token2] = ACTIONS(618), [sym_preproc_directive] = ACTIONS(618), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(618), [anon_sym___clrcall] = ACTIONS(618), [anon_sym___stdcall] = ACTIONS(618), [anon_sym___fastcall] = ACTIONS(618), [anon_sym___thiscall] = ACTIONS(618), [anon_sym___vectorcall] = ACTIONS(618), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(776), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_else] = ACTIONS(618), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(618), [anon_sym_default] = ACTIONS(618), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [61] = { [sym_declaration] = STATE(62), [sym_type_definition] = STATE(62), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1009), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(62), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(62), [sym_labeled_statement] = STATE(62), [sym_expression_statement] = STATE(62), [sym_if_statement] = STATE(62), [sym_switch_statement] = STATE(62), [sym_while_statement] = STATE(62), [sym_do_statement] = STATE(62), [sym_for_statement] = STATE(62), [sym_return_statement] = STATE(62), [sym_break_statement] = STATE(62), [sym_continue_statement] = STATE(62), [sym_goto_statement] = STATE(62), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(335), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(62), [sym_identifier] = ACTIONS(725), [aux_sym_preproc_include_token1] = ACTIONS(622), [aux_sym_preproc_def_token1] = ACTIONS(622), [aux_sym_preproc_if_token1] = ACTIONS(622), [aux_sym_preproc_ifdef_token1] = ACTIONS(622), [aux_sym_preproc_ifdef_token2] = ACTIONS(622), [sym_preproc_directive] = ACTIONS(622), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(622), [anon_sym___clrcall] = ACTIONS(622), [anon_sym___stdcall] = ACTIONS(622), [anon_sym___fastcall] = ACTIONS(622), [anon_sym___thiscall] = ACTIONS(622), [anon_sym___vectorcall] = ACTIONS(622), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(856), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_else] = ACTIONS(622), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(622), [anon_sym_default] = ACTIONS(622), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [62] = { [sym_declaration] = STATE(56), [sym_type_definition] = STATE(56), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1009), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(389), [sym_ms_declspec_modifier] = STATE(650), [sym_compound_statement] = STATE(56), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym_attributed_non_case_statement] = STATE(56), [sym_labeled_statement] = STATE(56), [sym_expression_statement] = STATE(56), [sym_if_statement] = STATE(56), [sym_switch_statement] = STATE(56), [sym_while_statement] = STATE(56), [sym_do_statement] = STATE(56), [sym_for_statement] = STATE(56), [sym_return_statement] = STATE(56), [sym_break_statement] = STATE(56), [sym_continue_statement] = STATE(56), [sym_goto_statement] = STATE(56), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_attributed_declarator_repeat1] = STATE(335), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [aux_sym_case_statement_repeat1] = STATE(56), [sym_identifier] = ACTIONS(725), [aux_sym_preproc_include_token1] = ACTIONS(616), [aux_sym_preproc_def_token1] = ACTIONS(616), [aux_sym_preproc_if_token1] = ACTIONS(616), [aux_sym_preproc_ifdef_token1] = ACTIONS(616), [aux_sym_preproc_ifdef_token2] = ACTIONS(616), [sym_preproc_directive] = ACTIONS(616), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), [anon_sym___cdecl] = ACTIONS(616), [anon_sym___clrcall] = ACTIONS(616), [anon_sym___stdcall] = ACTIONS(616), [anon_sym___fastcall] = ACTIONS(616), [anon_sym___thiscall] = ACTIONS(616), [anon_sym___vectorcall] = ACTIONS(616), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_RBRACE] = ACTIONS(772), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(323), [anon_sym_else] = ACTIONS(616), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(616), [anon_sym_default] = ACTIONS(616), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [63] = { [sym_declaration] = STATE(499), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(650), [sym_ms_declspec_modifier] = STATE(650), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(730), [sym_comma_expression] = STATE(1366), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(860), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(862), [anon_sym___declspec] = ACTIONS(37), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [64] = { [sym_declaration] = STATE(497), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(650), [sym_ms_declspec_modifier] = STATE(650), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(720), [sym_comma_expression] = STATE(1442), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(864), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(862), [anon_sym___declspec] = ACTIONS(37), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [65] = { [sym_declaration] = STATE(502), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(650), [sym_ms_declspec_modifier] = STATE(650), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(724), [sym_comma_expression] = STATE(1432), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(866), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(862), [anon_sym___declspec] = ACTIONS(37), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [66] = { [sym_declaration] = STATE(490), [sym__declaration_modifiers] = STATE(650), [sym__declaration_specifiers] = STATE(1011), [sym_attribute_specifier] = STATE(650), [sym_attribute_declaration] = STATE(650), [sym_ms_declspec_modifier] = STATE(650), [sym_storage_class_specifier] = STATE(650), [sym_type_qualifier] = STATE(650), [sym__type_specifier] = STATE(696), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(739), [sym_comma_expression] = STATE(1450), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym__declaration_specifiers_repeat1] = STATE(650), [aux_sym_sized_type_specifier_repeat1] = STATE(775), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(868), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(862), [anon_sym___declspec] = ACTIONS(37), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), [anon_sym_inline] = ACTIONS(43), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(47), [anon_sym_unsigned] = ACTIONS(47), [anon_sym_long] = ACTIONS(47), [anon_sym_short] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [67] = { [sym__expression] = STATE(607), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(591), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(591), [sym_call_expression] = STATE(591), [sym_field_expression] = STATE(591), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(591), [sym_initializer_list] = STATE(608), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(870), [anon_sym_COMMA] = ACTIONS(872), [anon_sym_RPAREN] = ACTIONS(872), [anon_sym_LPAREN2] = ACTIONS(874), [anon_sym_BANG] = ACTIONS(876), [anon_sym_TILDE] = ACTIONS(878), [anon_sym_DASH] = ACTIONS(876), [anon_sym_PLUS] = ACTIONS(876), [anon_sym_STAR] = ACTIONS(880), [anon_sym_SLASH] = ACTIONS(882), [anon_sym_PERCENT] = ACTIONS(882), [anon_sym_PIPE_PIPE] = ACTIONS(872), [anon_sym_AMP_AMP] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(882), [anon_sym_CARET] = ACTIONS(882), [anon_sym_AMP] = ACTIONS(880), [anon_sym_EQ_EQ] = ACTIONS(872), [anon_sym_BANG_EQ] = ACTIONS(872), [anon_sym_GT] = ACTIONS(882), [anon_sym_GT_EQ] = ACTIONS(872), [anon_sym_LT_EQ] = ACTIONS(872), [anon_sym_LT] = ACTIONS(882), [anon_sym_LT_LT] = ACTIONS(882), [anon_sym_GT_GT] = ACTIONS(882), [anon_sym_SEMI] = ACTIONS(872), [anon_sym_LBRACE] = ACTIONS(884), [anon_sym_RBRACE] = ACTIONS(872), [anon_sym_LBRACK] = ACTIONS(872), [anon_sym_EQ] = ACTIONS(882), [anon_sym_COLON] = ACTIONS(872), [anon_sym_QMARK] = ACTIONS(872), [anon_sym_STAR_EQ] = ACTIONS(872), [anon_sym_SLASH_EQ] = ACTIONS(872), [anon_sym_PERCENT_EQ] = ACTIONS(872), [anon_sym_PLUS_EQ] = ACTIONS(872), [anon_sym_DASH_EQ] = ACTIONS(872), [anon_sym_LT_LT_EQ] = ACTIONS(872), [anon_sym_GT_GT_EQ] = ACTIONS(872), [anon_sym_AMP_EQ] = ACTIONS(872), [anon_sym_CARET_EQ] = ACTIONS(872), [anon_sym_PIPE_EQ] = ACTIONS(872), [anon_sym_DASH_DASH] = ACTIONS(886), [anon_sym_PLUS_PLUS] = ACTIONS(886), [anon_sym_sizeof] = ACTIONS(888), [anon_sym_DOT] = ACTIONS(882), [anon_sym_DASH_GT] = ACTIONS(872), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [68] = { [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_if_token2] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [aux_sym_preproc_else_token1] = ACTIONS(890), [aux_sym_preproc_elif_token1] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [69] = { [sym_identifier] = ACTIONS(894), [aux_sym_preproc_include_token1] = ACTIONS(894), [aux_sym_preproc_def_token1] = ACTIONS(894), [aux_sym_preproc_if_token1] = ACTIONS(894), [aux_sym_preproc_if_token2] = ACTIONS(894), [aux_sym_preproc_ifdef_token1] = ACTIONS(894), [aux_sym_preproc_ifdef_token2] = ACTIONS(894), [aux_sym_preproc_else_token1] = ACTIONS(894), [aux_sym_preproc_elif_token1] = ACTIONS(894), [sym_preproc_directive] = ACTIONS(894), [anon_sym_LPAREN2] = ACTIONS(896), [anon_sym_BANG] = ACTIONS(896), [anon_sym_TILDE] = ACTIONS(896), [anon_sym_DASH] = ACTIONS(894), [anon_sym_PLUS] = ACTIONS(894), [anon_sym_STAR] = ACTIONS(896), [anon_sym_AMP] = ACTIONS(896), [anon_sym_SEMI] = ACTIONS(896), [anon_sym_typedef] = ACTIONS(894), [anon_sym_extern] = ACTIONS(894), [anon_sym___attribute__] = ACTIONS(894), [anon_sym_LBRACK_LBRACK] = ACTIONS(896), [anon_sym___declspec] = ACTIONS(894), [anon_sym___cdecl] = ACTIONS(894), [anon_sym___clrcall] = ACTIONS(894), [anon_sym___stdcall] = ACTIONS(894), [anon_sym___fastcall] = ACTIONS(894), [anon_sym___thiscall] = ACTIONS(894), [anon_sym___vectorcall] = ACTIONS(894), [anon_sym_LBRACE] = ACTIONS(896), [anon_sym_static] = ACTIONS(894), [anon_sym_auto] = ACTIONS(894), [anon_sym_register] = ACTIONS(894), [anon_sym_inline] = ACTIONS(894), [anon_sym_const] = ACTIONS(894), [anon_sym_volatile] = ACTIONS(894), [anon_sym_restrict] = ACTIONS(894), [anon_sym__Atomic] = ACTIONS(894), [anon_sym_signed] = ACTIONS(894), [anon_sym_unsigned] = ACTIONS(894), [anon_sym_long] = ACTIONS(894), [anon_sym_short] = ACTIONS(894), [sym_primitive_type] = ACTIONS(894), [anon_sym_enum] = ACTIONS(894), [anon_sym_struct] = ACTIONS(894), [anon_sym_union] = ACTIONS(894), [anon_sym_if] = ACTIONS(894), [anon_sym_else] = ACTIONS(894), [anon_sym_switch] = ACTIONS(894), [anon_sym_case] = ACTIONS(894), [anon_sym_default] = ACTIONS(894), [anon_sym_while] = ACTIONS(894), [anon_sym_do] = ACTIONS(894), [anon_sym_for] = ACTIONS(894), [anon_sym_return] = ACTIONS(894), [anon_sym_break] = ACTIONS(894), [anon_sym_continue] = ACTIONS(894), [anon_sym_goto] = ACTIONS(894), [anon_sym_DASH_DASH] = ACTIONS(896), [anon_sym_PLUS_PLUS] = ACTIONS(896), [anon_sym_sizeof] = ACTIONS(894), [sym_number_literal] = ACTIONS(896), [anon_sym_L_SQUOTE] = ACTIONS(896), [anon_sym_u_SQUOTE] = ACTIONS(896), [anon_sym_U_SQUOTE] = ACTIONS(896), [anon_sym_u8_SQUOTE] = ACTIONS(896), [anon_sym_SQUOTE] = ACTIONS(896), [anon_sym_L_DQUOTE] = ACTIONS(896), [anon_sym_u_DQUOTE] = ACTIONS(896), [anon_sym_U_DQUOTE] = ACTIONS(896), [anon_sym_u8_DQUOTE] = ACTIONS(896), [anon_sym_DQUOTE] = ACTIONS(896), [sym_true] = ACTIONS(894), [sym_false] = ACTIONS(894), [sym_null] = ACTIONS(894), [sym_comment] = ACTIONS(3), }, [70] = { [sym_identifier] = ACTIONS(898), [aux_sym_preproc_include_token1] = ACTIONS(898), [aux_sym_preproc_def_token1] = ACTIONS(898), [aux_sym_preproc_if_token1] = ACTIONS(898), [aux_sym_preproc_if_token2] = ACTIONS(898), [aux_sym_preproc_ifdef_token1] = ACTIONS(898), [aux_sym_preproc_ifdef_token2] = ACTIONS(898), [aux_sym_preproc_else_token1] = ACTIONS(898), [aux_sym_preproc_elif_token1] = ACTIONS(898), [sym_preproc_directive] = ACTIONS(898), [anon_sym_LPAREN2] = ACTIONS(900), [anon_sym_BANG] = ACTIONS(900), [anon_sym_TILDE] = ACTIONS(900), [anon_sym_DASH] = ACTIONS(898), [anon_sym_PLUS] = ACTIONS(898), [anon_sym_STAR] = ACTIONS(900), [anon_sym_AMP] = ACTIONS(900), [anon_sym_SEMI] = ACTIONS(900), [anon_sym_typedef] = ACTIONS(898), [anon_sym_extern] = ACTIONS(898), [anon_sym___attribute__] = ACTIONS(898), [anon_sym_LBRACK_LBRACK] = ACTIONS(900), [anon_sym___declspec] = ACTIONS(898), [anon_sym___cdecl] = ACTIONS(898), [anon_sym___clrcall] = ACTIONS(898), [anon_sym___stdcall] = ACTIONS(898), [anon_sym___fastcall] = ACTIONS(898), [anon_sym___thiscall] = ACTIONS(898), [anon_sym___vectorcall] = ACTIONS(898), [anon_sym_LBRACE] = ACTIONS(900), [anon_sym_static] = ACTIONS(898), [anon_sym_auto] = ACTIONS(898), [anon_sym_register] = ACTIONS(898), [anon_sym_inline] = ACTIONS(898), [anon_sym_const] = ACTIONS(898), [anon_sym_volatile] = ACTIONS(898), [anon_sym_restrict] = ACTIONS(898), [anon_sym__Atomic] = ACTIONS(898), [anon_sym_signed] = ACTIONS(898), [anon_sym_unsigned] = ACTIONS(898), [anon_sym_long] = ACTIONS(898), [anon_sym_short] = ACTIONS(898), [sym_primitive_type] = ACTIONS(898), [anon_sym_enum] = ACTIONS(898), [anon_sym_struct] = ACTIONS(898), [anon_sym_union] = ACTIONS(898), [anon_sym_if] = ACTIONS(898), [anon_sym_else] = ACTIONS(898), [anon_sym_switch] = ACTIONS(898), [anon_sym_case] = ACTIONS(898), [anon_sym_default] = ACTIONS(898), [anon_sym_while] = ACTIONS(898), [anon_sym_do] = ACTIONS(898), [anon_sym_for] = ACTIONS(898), [anon_sym_return] = ACTIONS(898), [anon_sym_break] = ACTIONS(898), [anon_sym_continue] = ACTIONS(898), [anon_sym_goto] = ACTIONS(898), [anon_sym_DASH_DASH] = ACTIONS(900), [anon_sym_PLUS_PLUS] = ACTIONS(900), [anon_sym_sizeof] = ACTIONS(898), [sym_number_literal] = ACTIONS(900), [anon_sym_L_SQUOTE] = ACTIONS(900), [anon_sym_u_SQUOTE] = ACTIONS(900), [anon_sym_U_SQUOTE] = ACTIONS(900), [anon_sym_u8_SQUOTE] = ACTIONS(900), [anon_sym_SQUOTE] = ACTIONS(900), [anon_sym_L_DQUOTE] = ACTIONS(900), [anon_sym_u_DQUOTE] = ACTIONS(900), [anon_sym_U_DQUOTE] = ACTIONS(900), [anon_sym_u8_DQUOTE] = ACTIONS(900), [anon_sym_DQUOTE] = ACTIONS(900), [sym_true] = ACTIONS(898), [sym_false] = ACTIONS(898), [sym_null] = ACTIONS(898), [sym_comment] = ACTIONS(3), }, [71] = { [sym_identifier] = ACTIONS(902), [aux_sym_preproc_include_token1] = ACTIONS(902), [aux_sym_preproc_def_token1] = ACTIONS(902), [aux_sym_preproc_if_token1] = ACTIONS(902), [aux_sym_preproc_if_token2] = ACTIONS(902), [aux_sym_preproc_ifdef_token1] = ACTIONS(902), [aux_sym_preproc_ifdef_token2] = ACTIONS(902), [aux_sym_preproc_else_token1] = ACTIONS(902), [aux_sym_preproc_elif_token1] = ACTIONS(902), [sym_preproc_directive] = ACTIONS(902), [anon_sym_LPAREN2] = ACTIONS(904), [anon_sym_BANG] = ACTIONS(904), [anon_sym_TILDE] = ACTIONS(904), [anon_sym_DASH] = ACTIONS(902), [anon_sym_PLUS] = ACTIONS(902), [anon_sym_STAR] = ACTIONS(904), [anon_sym_AMP] = ACTIONS(904), [anon_sym_SEMI] = ACTIONS(904), [anon_sym_typedef] = ACTIONS(902), [anon_sym_extern] = ACTIONS(902), [anon_sym___attribute__] = ACTIONS(902), [anon_sym_LBRACK_LBRACK] = ACTIONS(904), [anon_sym___declspec] = ACTIONS(902), [anon_sym___cdecl] = ACTIONS(902), [anon_sym___clrcall] = ACTIONS(902), [anon_sym___stdcall] = ACTIONS(902), [anon_sym___fastcall] = ACTIONS(902), [anon_sym___thiscall] = ACTIONS(902), [anon_sym___vectorcall] = ACTIONS(902), [anon_sym_LBRACE] = ACTIONS(904), [anon_sym_static] = ACTIONS(902), [anon_sym_auto] = ACTIONS(902), [anon_sym_register] = ACTIONS(902), [anon_sym_inline] = ACTIONS(902), [anon_sym_const] = ACTIONS(902), [anon_sym_volatile] = ACTIONS(902), [anon_sym_restrict] = ACTIONS(902), [anon_sym__Atomic] = ACTIONS(902), [anon_sym_signed] = ACTIONS(902), [anon_sym_unsigned] = ACTIONS(902), [anon_sym_long] = ACTIONS(902), [anon_sym_short] = ACTIONS(902), [sym_primitive_type] = ACTIONS(902), [anon_sym_enum] = ACTIONS(902), [anon_sym_struct] = ACTIONS(902), [anon_sym_union] = ACTIONS(902), [anon_sym_if] = ACTIONS(902), [anon_sym_else] = ACTIONS(902), [anon_sym_switch] = ACTIONS(902), [anon_sym_case] = ACTIONS(902), [anon_sym_default] = ACTIONS(902), [anon_sym_while] = ACTIONS(902), [anon_sym_do] = ACTIONS(902), [anon_sym_for] = ACTIONS(902), [anon_sym_return] = ACTIONS(902), [anon_sym_break] = ACTIONS(902), [anon_sym_continue] = ACTIONS(902), [anon_sym_goto] = ACTIONS(902), [anon_sym_DASH_DASH] = ACTIONS(904), [anon_sym_PLUS_PLUS] = ACTIONS(904), [anon_sym_sizeof] = ACTIONS(902), [sym_number_literal] = ACTIONS(904), [anon_sym_L_SQUOTE] = ACTIONS(904), [anon_sym_u_SQUOTE] = ACTIONS(904), [anon_sym_U_SQUOTE] = ACTIONS(904), [anon_sym_u8_SQUOTE] = ACTIONS(904), [anon_sym_SQUOTE] = ACTIONS(904), [anon_sym_L_DQUOTE] = ACTIONS(904), [anon_sym_u_DQUOTE] = ACTIONS(904), [anon_sym_U_DQUOTE] = ACTIONS(904), [anon_sym_u8_DQUOTE] = ACTIONS(904), [anon_sym_DQUOTE] = ACTIONS(904), [sym_true] = ACTIONS(902), [sym_false] = ACTIONS(902), [sym_null] = ACTIONS(902), [sym_comment] = ACTIONS(3), }, [72] = { [sym_identifier] = ACTIONS(906), [aux_sym_preproc_include_token1] = ACTIONS(906), [aux_sym_preproc_def_token1] = ACTIONS(906), [aux_sym_preproc_if_token1] = ACTIONS(906), [aux_sym_preproc_if_token2] = ACTIONS(906), [aux_sym_preproc_ifdef_token1] = ACTIONS(906), [aux_sym_preproc_ifdef_token2] = ACTIONS(906), [aux_sym_preproc_else_token1] = ACTIONS(906), [aux_sym_preproc_elif_token1] = ACTIONS(906), [sym_preproc_directive] = ACTIONS(906), [anon_sym_LPAREN2] = ACTIONS(908), [anon_sym_BANG] = ACTIONS(908), [anon_sym_TILDE] = ACTIONS(908), [anon_sym_DASH] = ACTIONS(906), [anon_sym_PLUS] = ACTIONS(906), [anon_sym_STAR] = ACTIONS(908), [anon_sym_AMP] = ACTIONS(908), [anon_sym_SEMI] = ACTIONS(908), [anon_sym_typedef] = ACTIONS(906), [anon_sym_extern] = ACTIONS(906), [anon_sym___attribute__] = ACTIONS(906), [anon_sym_LBRACK_LBRACK] = ACTIONS(908), [anon_sym___declspec] = ACTIONS(906), [anon_sym___cdecl] = ACTIONS(906), [anon_sym___clrcall] = ACTIONS(906), [anon_sym___stdcall] = ACTIONS(906), [anon_sym___fastcall] = ACTIONS(906), [anon_sym___thiscall] = ACTIONS(906), [anon_sym___vectorcall] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(908), [anon_sym_static] = ACTIONS(906), [anon_sym_auto] = ACTIONS(906), [anon_sym_register] = ACTIONS(906), [anon_sym_inline] = ACTIONS(906), [anon_sym_const] = ACTIONS(906), [anon_sym_volatile] = ACTIONS(906), [anon_sym_restrict] = ACTIONS(906), [anon_sym__Atomic] = ACTIONS(906), [anon_sym_signed] = ACTIONS(906), [anon_sym_unsigned] = ACTIONS(906), [anon_sym_long] = ACTIONS(906), [anon_sym_short] = ACTIONS(906), [sym_primitive_type] = ACTIONS(906), [anon_sym_enum] = ACTIONS(906), [anon_sym_struct] = ACTIONS(906), [anon_sym_union] = ACTIONS(906), [anon_sym_if] = ACTIONS(906), [anon_sym_else] = ACTIONS(906), [anon_sym_switch] = ACTIONS(906), [anon_sym_case] = ACTIONS(906), [anon_sym_default] = ACTIONS(906), [anon_sym_while] = ACTIONS(906), [anon_sym_do] = ACTIONS(906), [anon_sym_for] = ACTIONS(906), [anon_sym_return] = ACTIONS(906), [anon_sym_break] = ACTIONS(906), [anon_sym_continue] = ACTIONS(906), [anon_sym_goto] = ACTIONS(906), [anon_sym_DASH_DASH] = ACTIONS(908), [anon_sym_PLUS_PLUS] = ACTIONS(908), [anon_sym_sizeof] = ACTIONS(906), [sym_number_literal] = ACTIONS(908), [anon_sym_L_SQUOTE] = ACTIONS(908), [anon_sym_u_SQUOTE] = ACTIONS(908), [anon_sym_U_SQUOTE] = ACTIONS(908), [anon_sym_u8_SQUOTE] = ACTIONS(908), [anon_sym_SQUOTE] = ACTIONS(908), [anon_sym_L_DQUOTE] = ACTIONS(908), [anon_sym_u_DQUOTE] = ACTIONS(908), [anon_sym_U_DQUOTE] = ACTIONS(908), [anon_sym_u8_DQUOTE] = ACTIONS(908), [anon_sym_DQUOTE] = ACTIONS(908), [sym_true] = ACTIONS(906), [sym_false] = ACTIONS(906), [sym_null] = ACTIONS(906), [sym_comment] = ACTIONS(3), }, [73] = { [sym_identifier] = ACTIONS(910), [aux_sym_preproc_include_token1] = ACTIONS(910), [aux_sym_preproc_def_token1] = ACTIONS(910), [aux_sym_preproc_if_token1] = ACTIONS(910), [aux_sym_preproc_if_token2] = ACTIONS(910), [aux_sym_preproc_ifdef_token1] = ACTIONS(910), [aux_sym_preproc_ifdef_token2] = ACTIONS(910), [aux_sym_preproc_else_token1] = ACTIONS(910), [aux_sym_preproc_elif_token1] = ACTIONS(910), [sym_preproc_directive] = ACTIONS(910), [anon_sym_LPAREN2] = ACTIONS(912), [anon_sym_BANG] = ACTIONS(912), [anon_sym_TILDE] = ACTIONS(912), [anon_sym_DASH] = ACTIONS(910), [anon_sym_PLUS] = ACTIONS(910), [anon_sym_STAR] = ACTIONS(912), [anon_sym_AMP] = ACTIONS(912), [anon_sym_SEMI] = ACTIONS(912), [anon_sym_typedef] = ACTIONS(910), [anon_sym_extern] = ACTIONS(910), [anon_sym___attribute__] = ACTIONS(910), [anon_sym_LBRACK_LBRACK] = ACTIONS(912), [anon_sym___declspec] = ACTIONS(910), [anon_sym___cdecl] = ACTIONS(910), [anon_sym___clrcall] = ACTIONS(910), [anon_sym___stdcall] = ACTIONS(910), [anon_sym___fastcall] = ACTIONS(910), [anon_sym___thiscall] = ACTIONS(910), [anon_sym___vectorcall] = ACTIONS(910), [anon_sym_LBRACE] = ACTIONS(912), [anon_sym_static] = ACTIONS(910), [anon_sym_auto] = ACTIONS(910), [anon_sym_register] = ACTIONS(910), [anon_sym_inline] = ACTIONS(910), [anon_sym_const] = ACTIONS(910), [anon_sym_volatile] = ACTIONS(910), [anon_sym_restrict] = ACTIONS(910), [anon_sym__Atomic] = ACTIONS(910), [anon_sym_signed] = ACTIONS(910), [anon_sym_unsigned] = ACTIONS(910), [anon_sym_long] = ACTIONS(910), [anon_sym_short] = ACTIONS(910), [sym_primitive_type] = ACTIONS(910), [anon_sym_enum] = ACTIONS(910), [anon_sym_struct] = ACTIONS(910), [anon_sym_union] = ACTIONS(910), [anon_sym_if] = ACTIONS(910), [anon_sym_else] = ACTIONS(910), [anon_sym_switch] = ACTIONS(910), [anon_sym_case] = ACTIONS(910), [anon_sym_default] = ACTIONS(910), [anon_sym_while] = ACTIONS(910), [anon_sym_do] = ACTIONS(910), [anon_sym_for] = ACTIONS(910), [anon_sym_return] = ACTIONS(910), [anon_sym_break] = ACTIONS(910), [anon_sym_continue] = ACTIONS(910), [anon_sym_goto] = ACTIONS(910), [anon_sym_DASH_DASH] = ACTIONS(912), [anon_sym_PLUS_PLUS] = ACTIONS(912), [anon_sym_sizeof] = ACTIONS(910), [sym_number_literal] = ACTIONS(912), [anon_sym_L_SQUOTE] = ACTIONS(912), [anon_sym_u_SQUOTE] = ACTIONS(912), [anon_sym_U_SQUOTE] = ACTIONS(912), [anon_sym_u8_SQUOTE] = ACTIONS(912), [anon_sym_SQUOTE] = ACTIONS(912), [anon_sym_L_DQUOTE] = ACTIONS(912), [anon_sym_u_DQUOTE] = ACTIONS(912), [anon_sym_U_DQUOTE] = ACTIONS(912), [anon_sym_u8_DQUOTE] = ACTIONS(912), [anon_sym_DQUOTE] = ACTIONS(912), [sym_true] = ACTIONS(910), [sym_false] = ACTIONS(910), [sym_null] = ACTIONS(910), [sym_comment] = ACTIONS(3), }, [74] = { [sym_identifier] = ACTIONS(914), [aux_sym_preproc_include_token1] = ACTIONS(914), [aux_sym_preproc_def_token1] = ACTIONS(914), [aux_sym_preproc_if_token1] = ACTIONS(914), [aux_sym_preproc_if_token2] = ACTIONS(914), [aux_sym_preproc_ifdef_token1] = ACTIONS(914), [aux_sym_preproc_ifdef_token2] = ACTIONS(914), [aux_sym_preproc_else_token1] = ACTIONS(914), [aux_sym_preproc_elif_token1] = ACTIONS(914), [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(916), [anon_sym_BANG] = ACTIONS(916), [anon_sym_TILDE] = ACTIONS(916), [anon_sym_DASH] = ACTIONS(914), [anon_sym_PLUS] = ACTIONS(914), [anon_sym_STAR] = ACTIONS(916), [anon_sym_AMP] = ACTIONS(916), [anon_sym_SEMI] = ACTIONS(916), [anon_sym_typedef] = ACTIONS(914), [anon_sym_extern] = ACTIONS(914), [anon_sym___attribute__] = ACTIONS(914), [anon_sym_LBRACK_LBRACK] = ACTIONS(916), [anon_sym___declspec] = ACTIONS(914), [anon_sym___cdecl] = ACTIONS(914), [anon_sym___clrcall] = ACTIONS(914), [anon_sym___stdcall] = ACTIONS(914), [anon_sym___fastcall] = ACTIONS(914), [anon_sym___thiscall] = ACTIONS(914), [anon_sym___vectorcall] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(916), [anon_sym_static] = ACTIONS(914), [anon_sym_auto] = ACTIONS(914), [anon_sym_register] = ACTIONS(914), [anon_sym_inline] = ACTIONS(914), [anon_sym_const] = ACTIONS(914), [anon_sym_volatile] = ACTIONS(914), [anon_sym_restrict] = ACTIONS(914), [anon_sym__Atomic] = ACTIONS(914), [anon_sym_signed] = ACTIONS(914), [anon_sym_unsigned] = ACTIONS(914), [anon_sym_long] = ACTIONS(914), [anon_sym_short] = ACTIONS(914), [sym_primitive_type] = ACTIONS(914), [anon_sym_enum] = ACTIONS(914), [anon_sym_struct] = ACTIONS(914), [anon_sym_union] = ACTIONS(914), [anon_sym_if] = ACTIONS(914), [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(914), [anon_sym_case] = ACTIONS(914), [anon_sym_default] = ACTIONS(914), [anon_sym_while] = ACTIONS(914), [anon_sym_do] = ACTIONS(914), [anon_sym_for] = ACTIONS(914), [anon_sym_return] = ACTIONS(914), [anon_sym_break] = ACTIONS(914), [anon_sym_continue] = ACTIONS(914), [anon_sym_goto] = ACTIONS(914), [anon_sym_DASH_DASH] = ACTIONS(916), [anon_sym_PLUS_PLUS] = ACTIONS(916), [anon_sym_sizeof] = ACTIONS(914), [sym_number_literal] = ACTIONS(916), [anon_sym_L_SQUOTE] = ACTIONS(916), [anon_sym_u_SQUOTE] = ACTIONS(916), [anon_sym_U_SQUOTE] = ACTIONS(916), [anon_sym_u8_SQUOTE] = ACTIONS(916), [anon_sym_SQUOTE] = ACTIONS(916), [anon_sym_L_DQUOTE] = ACTIONS(916), [anon_sym_u_DQUOTE] = ACTIONS(916), [anon_sym_U_DQUOTE] = ACTIONS(916), [anon_sym_u8_DQUOTE] = ACTIONS(916), [anon_sym_DQUOTE] = ACTIONS(916), [sym_true] = ACTIONS(914), [sym_false] = ACTIONS(914), [sym_null] = ACTIONS(914), [sym_comment] = ACTIONS(3), }, [75] = { [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_if_token2] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [aux_sym_preproc_else_token1] = ACTIONS(890), [aux_sym_preproc_elif_token1] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [76] = { [sym_identifier] = ACTIONS(918), [aux_sym_preproc_include_token1] = ACTIONS(918), [aux_sym_preproc_def_token1] = ACTIONS(918), [aux_sym_preproc_if_token1] = ACTIONS(918), [aux_sym_preproc_if_token2] = ACTIONS(918), [aux_sym_preproc_ifdef_token1] = ACTIONS(918), [aux_sym_preproc_ifdef_token2] = ACTIONS(918), [aux_sym_preproc_else_token1] = ACTIONS(918), [aux_sym_preproc_elif_token1] = ACTIONS(918), [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(920), [anon_sym_BANG] = ACTIONS(920), [anon_sym_TILDE] = ACTIONS(920), [anon_sym_DASH] = ACTIONS(918), [anon_sym_PLUS] = ACTIONS(918), [anon_sym_STAR] = ACTIONS(920), [anon_sym_AMP] = ACTIONS(920), [anon_sym_SEMI] = ACTIONS(920), [anon_sym_typedef] = ACTIONS(918), [anon_sym_extern] = ACTIONS(918), [anon_sym___attribute__] = ACTIONS(918), [anon_sym_LBRACK_LBRACK] = ACTIONS(920), [anon_sym___declspec] = ACTIONS(918), [anon_sym___cdecl] = ACTIONS(918), [anon_sym___clrcall] = ACTIONS(918), [anon_sym___stdcall] = ACTIONS(918), [anon_sym___fastcall] = ACTIONS(918), [anon_sym___thiscall] = ACTIONS(918), [anon_sym___vectorcall] = ACTIONS(918), [anon_sym_LBRACE] = ACTIONS(920), [anon_sym_static] = ACTIONS(918), [anon_sym_auto] = ACTIONS(918), [anon_sym_register] = ACTIONS(918), [anon_sym_inline] = ACTIONS(918), [anon_sym_const] = ACTIONS(918), [anon_sym_volatile] = ACTIONS(918), [anon_sym_restrict] = ACTIONS(918), [anon_sym__Atomic] = ACTIONS(918), [anon_sym_signed] = ACTIONS(918), [anon_sym_unsigned] = ACTIONS(918), [anon_sym_long] = ACTIONS(918), [anon_sym_short] = ACTIONS(918), [sym_primitive_type] = ACTIONS(918), [anon_sym_enum] = ACTIONS(918), [anon_sym_struct] = ACTIONS(918), [anon_sym_union] = ACTIONS(918), [anon_sym_if] = ACTIONS(918), [anon_sym_else] = ACTIONS(922), [anon_sym_switch] = ACTIONS(918), [anon_sym_case] = ACTIONS(918), [anon_sym_default] = ACTIONS(918), [anon_sym_while] = ACTIONS(918), [anon_sym_do] = ACTIONS(918), [anon_sym_for] = ACTIONS(918), [anon_sym_return] = ACTIONS(918), [anon_sym_break] = ACTIONS(918), [anon_sym_continue] = ACTIONS(918), [anon_sym_goto] = ACTIONS(918), [anon_sym_DASH_DASH] = ACTIONS(920), [anon_sym_PLUS_PLUS] = ACTIONS(920), [anon_sym_sizeof] = ACTIONS(918), [sym_number_literal] = ACTIONS(920), [anon_sym_L_SQUOTE] = ACTIONS(920), [anon_sym_u_SQUOTE] = ACTIONS(920), [anon_sym_U_SQUOTE] = ACTIONS(920), [anon_sym_u8_SQUOTE] = ACTIONS(920), [anon_sym_SQUOTE] = ACTIONS(920), [anon_sym_L_DQUOTE] = ACTIONS(920), [anon_sym_u_DQUOTE] = ACTIONS(920), [anon_sym_U_DQUOTE] = ACTIONS(920), [anon_sym_u8_DQUOTE] = ACTIONS(920), [anon_sym_DQUOTE] = ACTIONS(920), [sym_true] = ACTIONS(918), [sym_false] = ACTIONS(918), [sym_null] = ACTIONS(918), [sym_comment] = ACTIONS(3), }, [77] = { [sym_identifier] = ACTIONS(924), [aux_sym_preproc_include_token1] = ACTIONS(924), [aux_sym_preproc_def_token1] = ACTIONS(924), [aux_sym_preproc_if_token1] = ACTIONS(924), [aux_sym_preproc_if_token2] = ACTIONS(924), [aux_sym_preproc_ifdef_token1] = ACTIONS(924), [aux_sym_preproc_ifdef_token2] = ACTIONS(924), [aux_sym_preproc_else_token1] = ACTIONS(924), [aux_sym_preproc_elif_token1] = ACTIONS(924), [sym_preproc_directive] = ACTIONS(924), [anon_sym_LPAREN2] = ACTIONS(926), [anon_sym_BANG] = ACTIONS(926), [anon_sym_TILDE] = ACTIONS(926), [anon_sym_DASH] = ACTIONS(924), [anon_sym_PLUS] = ACTIONS(924), [anon_sym_STAR] = ACTIONS(926), [anon_sym_AMP] = ACTIONS(926), [anon_sym_SEMI] = ACTIONS(926), [anon_sym_typedef] = ACTIONS(924), [anon_sym_extern] = ACTIONS(924), [anon_sym___attribute__] = ACTIONS(924), [anon_sym_LBRACK_LBRACK] = ACTIONS(926), [anon_sym___declspec] = ACTIONS(924), [anon_sym___cdecl] = ACTIONS(924), [anon_sym___clrcall] = ACTIONS(924), [anon_sym___stdcall] = ACTIONS(924), [anon_sym___fastcall] = ACTIONS(924), [anon_sym___thiscall] = ACTIONS(924), [anon_sym___vectorcall] = ACTIONS(924), [anon_sym_LBRACE] = ACTIONS(926), [anon_sym_static] = ACTIONS(924), [anon_sym_auto] = ACTIONS(924), [anon_sym_register] = ACTIONS(924), [anon_sym_inline] = ACTIONS(924), [anon_sym_const] = ACTIONS(924), [anon_sym_volatile] = ACTIONS(924), [anon_sym_restrict] = ACTIONS(924), [anon_sym__Atomic] = ACTIONS(924), [anon_sym_signed] = ACTIONS(924), [anon_sym_unsigned] = ACTIONS(924), [anon_sym_long] = ACTIONS(924), [anon_sym_short] = ACTIONS(924), [sym_primitive_type] = ACTIONS(924), [anon_sym_enum] = ACTIONS(924), [anon_sym_struct] = ACTIONS(924), [anon_sym_union] = ACTIONS(924), [anon_sym_if] = ACTIONS(924), [anon_sym_else] = ACTIONS(924), [anon_sym_switch] = ACTIONS(924), [anon_sym_case] = ACTIONS(924), [anon_sym_default] = ACTIONS(924), [anon_sym_while] = ACTIONS(924), [anon_sym_do] = ACTIONS(924), [anon_sym_for] = ACTIONS(924), [anon_sym_return] = ACTIONS(924), [anon_sym_break] = ACTIONS(924), [anon_sym_continue] = ACTIONS(924), [anon_sym_goto] = ACTIONS(924), [anon_sym_DASH_DASH] = ACTIONS(926), [anon_sym_PLUS_PLUS] = ACTIONS(926), [anon_sym_sizeof] = ACTIONS(924), [sym_number_literal] = ACTIONS(926), [anon_sym_L_SQUOTE] = ACTIONS(926), [anon_sym_u_SQUOTE] = ACTIONS(926), [anon_sym_U_SQUOTE] = ACTIONS(926), [anon_sym_u8_SQUOTE] = ACTIONS(926), [anon_sym_SQUOTE] = ACTIONS(926), [anon_sym_L_DQUOTE] = ACTIONS(926), [anon_sym_u_DQUOTE] = ACTIONS(926), [anon_sym_U_DQUOTE] = ACTIONS(926), [anon_sym_u8_DQUOTE] = ACTIONS(926), [anon_sym_DQUOTE] = ACTIONS(926), [sym_true] = ACTIONS(924), [sym_false] = ACTIONS(924), [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [78] = { [sym_identifier] = ACTIONS(928), [aux_sym_preproc_include_token1] = ACTIONS(928), [aux_sym_preproc_def_token1] = ACTIONS(928), [aux_sym_preproc_if_token1] = ACTIONS(928), [aux_sym_preproc_if_token2] = ACTIONS(928), [aux_sym_preproc_ifdef_token1] = ACTIONS(928), [aux_sym_preproc_ifdef_token2] = ACTIONS(928), [aux_sym_preproc_else_token1] = ACTIONS(928), [aux_sym_preproc_elif_token1] = ACTIONS(928), [sym_preproc_directive] = ACTIONS(928), [anon_sym_LPAREN2] = ACTIONS(930), [anon_sym_BANG] = ACTIONS(930), [anon_sym_TILDE] = ACTIONS(930), [anon_sym_DASH] = ACTIONS(928), [anon_sym_PLUS] = ACTIONS(928), [anon_sym_STAR] = ACTIONS(930), [anon_sym_AMP] = ACTIONS(930), [anon_sym_SEMI] = ACTIONS(930), [anon_sym_typedef] = ACTIONS(928), [anon_sym_extern] = ACTIONS(928), [anon_sym___attribute__] = ACTIONS(928), [anon_sym_LBRACK_LBRACK] = ACTIONS(930), [anon_sym___declspec] = ACTIONS(928), [anon_sym___cdecl] = ACTIONS(928), [anon_sym___clrcall] = ACTIONS(928), [anon_sym___stdcall] = ACTIONS(928), [anon_sym___fastcall] = ACTIONS(928), [anon_sym___thiscall] = ACTIONS(928), [anon_sym___vectorcall] = ACTIONS(928), [anon_sym_LBRACE] = ACTIONS(930), [anon_sym_static] = ACTIONS(928), [anon_sym_auto] = ACTIONS(928), [anon_sym_register] = ACTIONS(928), [anon_sym_inline] = ACTIONS(928), [anon_sym_const] = ACTIONS(928), [anon_sym_volatile] = ACTIONS(928), [anon_sym_restrict] = ACTIONS(928), [anon_sym__Atomic] = ACTIONS(928), [anon_sym_signed] = ACTIONS(928), [anon_sym_unsigned] = ACTIONS(928), [anon_sym_long] = ACTIONS(928), [anon_sym_short] = ACTIONS(928), [sym_primitive_type] = ACTIONS(928), [anon_sym_enum] = ACTIONS(928), [anon_sym_struct] = ACTIONS(928), [anon_sym_union] = ACTIONS(928), [anon_sym_if] = ACTIONS(928), [anon_sym_else] = ACTIONS(928), [anon_sym_switch] = ACTIONS(928), [anon_sym_case] = ACTIONS(928), [anon_sym_default] = ACTIONS(928), [anon_sym_while] = ACTIONS(928), [anon_sym_do] = ACTIONS(928), [anon_sym_for] = ACTIONS(928), [anon_sym_return] = ACTIONS(928), [anon_sym_break] = ACTIONS(928), [anon_sym_continue] = ACTIONS(928), [anon_sym_goto] = ACTIONS(928), [anon_sym_DASH_DASH] = ACTIONS(930), [anon_sym_PLUS_PLUS] = ACTIONS(930), [anon_sym_sizeof] = ACTIONS(928), [sym_number_literal] = ACTIONS(930), [anon_sym_L_SQUOTE] = ACTIONS(930), [anon_sym_u_SQUOTE] = ACTIONS(930), [anon_sym_U_SQUOTE] = ACTIONS(930), [anon_sym_u8_SQUOTE] = ACTIONS(930), [anon_sym_SQUOTE] = ACTIONS(930), [anon_sym_L_DQUOTE] = ACTIONS(930), [anon_sym_u_DQUOTE] = ACTIONS(930), [anon_sym_U_DQUOTE] = ACTIONS(930), [anon_sym_u8_DQUOTE] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(930), [sym_true] = ACTIONS(928), [sym_false] = ACTIONS(928), [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, [79] = { [sym_identifier] = ACTIONS(932), [aux_sym_preproc_include_token1] = ACTIONS(932), [aux_sym_preproc_def_token1] = ACTIONS(932), [aux_sym_preproc_if_token1] = ACTIONS(932), [aux_sym_preproc_if_token2] = ACTIONS(932), [aux_sym_preproc_ifdef_token1] = ACTIONS(932), [aux_sym_preproc_ifdef_token2] = ACTIONS(932), [aux_sym_preproc_else_token1] = ACTIONS(932), [aux_sym_preproc_elif_token1] = ACTIONS(932), [sym_preproc_directive] = ACTIONS(932), [anon_sym_LPAREN2] = ACTIONS(934), [anon_sym_BANG] = ACTIONS(934), [anon_sym_TILDE] = ACTIONS(934), [anon_sym_DASH] = ACTIONS(932), [anon_sym_PLUS] = ACTIONS(932), [anon_sym_STAR] = ACTIONS(934), [anon_sym_AMP] = ACTIONS(934), [anon_sym_SEMI] = ACTIONS(934), [anon_sym_typedef] = ACTIONS(932), [anon_sym_extern] = ACTIONS(932), [anon_sym___attribute__] = ACTIONS(932), [anon_sym_LBRACK_LBRACK] = ACTIONS(934), [anon_sym___declspec] = ACTIONS(932), [anon_sym___cdecl] = ACTIONS(932), [anon_sym___clrcall] = ACTIONS(932), [anon_sym___stdcall] = ACTIONS(932), [anon_sym___fastcall] = ACTIONS(932), [anon_sym___thiscall] = ACTIONS(932), [anon_sym___vectorcall] = ACTIONS(932), [anon_sym_LBRACE] = ACTIONS(934), [anon_sym_static] = ACTIONS(932), [anon_sym_auto] = ACTIONS(932), [anon_sym_register] = ACTIONS(932), [anon_sym_inline] = ACTIONS(932), [anon_sym_const] = ACTIONS(932), [anon_sym_volatile] = ACTIONS(932), [anon_sym_restrict] = ACTIONS(932), [anon_sym__Atomic] = ACTIONS(932), [anon_sym_signed] = ACTIONS(932), [anon_sym_unsigned] = ACTIONS(932), [anon_sym_long] = ACTIONS(932), [anon_sym_short] = ACTIONS(932), [sym_primitive_type] = ACTIONS(932), [anon_sym_enum] = ACTIONS(932), [anon_sym_struct] = ACTIONS(932), [anon_sym_union] = ACTIONS(932), [anon_sym_if] = ACTIONS(932), [anon_sym_else] = ACTIONS(932), [anon_sym_switch] = ACTIONS(932), [anon_sym_case] = ACTIONS(932), [anon_sym_default] = ACTIONS(932), [anon_sym_while] = ACTIONS(932), [anon_sym_do] = ACTIONS(932), [anon_sym_for] = ACTIONS(932), [anon_sym_return] = ACTIONS(932), [anon_sym_break] = ACTIONS(932), [anon_sym_continue] = ACTIONS(932), [anon_sym_goto] = ACTIONS(932), [anon_sym_DASH_DASH] = ACTIONS(934), [anon_sym_PLUS_PLUS] = ACTIONS(934), [anon_sym_sizeof] = ACTIONS(932), [sym_number_literal] = ACTIONS(934), [anon_sym_L_SQUOTE] = ACTIONS(934), [anon_sym_u_SQUOTE] = ACTIONS(934), [anon_sym_U_SQUOTE] = ACTIONS(934), [anon_sym_u8_SQUOTE] = ACTIONS(934), [anon_sym_SQUOTE] = ACTIONS(934), [anon_sym_L_DQUOTE] = ACTIONS(934), [anon_sym_u_DQUOTE] = ACTIONS(934), [anon_sym_U_DQUOTE] = ACTIONS(934), [anon_sym_u8_DQUOTE] = ACTIONS(934), [anon_sym_DQUOTE] = ACTIONS(934), [sym_true] = ACTIONS(932), [sym_false] = ACTIONS(932), [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, [80] = { [sym_identifier] = ACTIONS(936), [aux_sym_preproc_include_token1] = ACTIONS(936), [aux_sym_preproc_def_token1] = ACTIONS(936), [aux_sym_preproc_if_token1] = ACTIONS(936), [aux_sym_preproc_if_token2] = ACTIONS(936), [aux_sym_preproc_ifdef_token1] = ACTIONS(936), [aux_sym_preproc_ifdef_token2] = ACTIONS(936), [aux_sym_preproc_else_token1] = ACTIONS(936), [aux_sym_preproc_elif_token1] = ACTIONS(936), [sym_preproc_directive] = ACTIONS(936), [anon_sym_LPAREN2] = ACTIONS(938), [anon_sym_BANG] = ACTIONS(938), [anon_sym_TILDE] = ACTIONS(938), [anon_sym_DASH] = ACTIONS(936), [anon_sym_PLUS] = ACTIONS(936), [anon_sym_STAR] = ACTIONS(938), [anon_sym_AMP] = ACTIONS(938), [anon_sym_SEMI] = ACTIONS(938), [anon_sym_typedef] = ACTIONS(936), [anon_sym_extern] = ACTIONS(936), [anon_sym___attribute__] = ACTIONS(936), [anon_sym_LBRACK_LBRACK] = ACTIONS(938), [anon_sym___declspec] = ACTIONS(936), [anon_sym___cdecl] = ACTIONS(936), [anon_sym___clrcall] = ACTIONS(936), [anon_sym___stdcall] = ACTIONS(936), [anon_sym___fastcall] = ACTIONS(936), [anon_sym___thiscall] = ACTIONS(936), [anon_sym___vectorcall] = ACTIONS(936), [anon_sym_LBRACE] = ACTIONS(938), [anon_sym_static] = ACTIONS(936), [anon_sym_auto] = ACTIONS(936), [anon_sym_register] = ACTIONS(936), [anon_sym_inline] = ACTIONS(936), [anon_sym_const] = ACTIONS(936), [anon_sym_volatile] = ACTIONS(936), [anon_sym_restrict] = ACTIONS(936), [anon_sym__Atomic] = ACTIONS(936), [anon_sym_signed] = ACTIONS(936), [anon_sym_unsigned] = ACTIONS(936), [anon_sym_long] = ACTIONS(936), [anon_sym_short] = ACTIONS(936), [sym_primitive_type] = ACTIONS(936), [anon_sym_enum] = ACTIONS(936), [anon_sym_struct] = ACTIONS(936), [anon_sym_union] = ACTIONS(936), [anon_sym_if] = ACTIONS(936), [anon_sym_else] = ACTIONS(936), [anon_sym_switch] = ACTIONS(936), [anon_sym_case] = ACTIONS(936), [anon_sym_default] = ACTIONS(936), [anon_sym_while] = ACTIONS(936), [anon_sym_do] = ACTIONS(936), [anon_sym_for] = ACTIONS(936), [anon_sym_return] = ACTIONS(936), [anon_sym_break] = ACTIONS(936), [anon_sym_continue] = ACTIONS(936), [anon_sym_goto] = ACTIONS(936), [anon_sym_DASH_DASH] = ACTIONS(938), [anon_sym_PLUS_PLUS] = ACTIONS(938), [anon_sym_sizeof] = ACTIONS(936), [sym_number_literal] = ACTIONS(938), [anon_sym_L_SQUOTE] = ACTIONS(938), [anon_sym_u_SQUOTE] = ACTIONS(938), [anon_sym_U_SQUOTE] = ACTIONS(938), [anon_sym_u8_SQUOTE] = ACTIONS(938), [anon_sym_SQUOTE] = ACTIONS(938), [anon_sym_L_DQUOTE] = ACTIONS(938), [anon_sym_u_DQUOTE] = ACTIONS(938), [anon_sym_U_DQUOTE] = ACTIONS(938), [anon_sym_u8_DQUOTE] = ACTIONS(938), [anon_sym_DQUOTE] = ACTIONS(938), [sym_true] = ACTIONS(936), [sym_false] = ACTIONS(936), [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, [81] = { [sym_identifier] = ACTIONS(940), [aux_sym_preproc_include_token1] = ACTIONS(940), [aux_sym_preproc_def_token1] = ACTIONS(940), [aux_sym_preproc_if_token1] = ACTIONS(940), [aux_sym_preproc_if_token2] = ACTIONS(940), [aux_sym_preproc_ifdef_token1] = ACTIONS(940), [aux_sym_preproc_ifdef_token2] = ACTIONS(940), [aux_sym_preproc_else_token1] = ACTIONS(940), [aux_sym_preproc_elif_token1] = ACTIONS(940), [sym_preproc_directive] = ACTIONS(940), [anon_sym_LPAREN2] = ACTIONS(942), [anon_sym_BANG] = ACTIONS(942), [anon_sym_TILDE] = ACTIONS(942), [anon_sym_DASH] = ACTIONS(940), [anon_sym_PLUS] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), [anon_sym_AMP] = ACTIONS(942), [anon_sym_SEMI] = ACTIONS(942), [anon_sym_typedef] = ACTIONS(940), [anon_sym_extern] = ACTIONS(940), [anon_sym___attribute__] = ACTIONS(940), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym___declspec] = ACTIONS(940), [anon_sym___cdecl] = ACTIONS(940), [anon_sym___clrcall] = ACTIONS(940), [anon_sym___stdcall] = ACTIONS(940), [anon_sym___fastcall] = ACTIONS(940), [anon_sym___thiscall] = ACTIONS(940), [anon_sym___vectorcall] = ACTIONS(940), [anon_sym_LBRACE] = ACTIONS(942), [anon_sym_static] = ACTIONS(940), [anon_sym_auto] = ACTIONS(940), [anon_sym_register] = ACTIONS(940), [anon_sym_inline] = ACTIONS(940), [anon_sym_const] = ACTIONS(940), [anon_sym_volatile] = ACTIONS(940), [anon_sym_restrict] = ACTIONS(940), [anon_sym__Atomic] = ACTIONS(940), [anon_sym_signed] = ACTIONS(940), [anon_sym_unsigned] = ACTIONS(940), [anon_sym_long] = ACTIONS(940), [anon_sym_short] = ACTIONS(940), [sym_primitive_type] = ACTIONS(940), [anon_sym_enum] = ACTIONS(940), [anon_sym_struct] = ACTIONS(940), [anon_sym_union] = ACTIONS(940), [anon_sym_if] = ACTIONS(940), [anon_sym_else] = ACTIONS(940), [anon_sym_switch] = ACTIONS(940), [anon_sym_case] = ACTIONS(940), [anon_sym_default] = ACTIONS(940), [anon_sym_while] = ACTIONS(940), [anon_sym_do] = ACTIONS(940), [anon_sym_for] = ACTIONS(940), [anon_sym_return] = ACTIONS(940), [anon_sym_break] = ACTIONS(940), [anon_sym_continue] = ACTIONS(940), [anon_sym_goto] = ACTIONS(940), [anon_sym_DASH_DASH] = ACTIONS(942), [anon_sym_PLUS_PLUS] = ACTIONS(942), [anon_sym_sizeof] = ACTIONS(940), [sym_number_literal] = ACTIONS(942), [anon_sym_L_SQUOTE] = ACTIONS(942), [anon_sym_u_SQUOTE] = ACTIONS(942), [anon_sym_U_SQUOTE] = ACTIONS(942), [anon_sym_u8_SQUOTE] = ACTIONS(942), [anon_sym_SQUOTE] = ACTIONS(942), [anon_sym_L_DQUOTE] = ACTIONS(942), [anon_sym_u_DQUOTE] = ACTIONS(942), [anon_sym_U_DQUOTE] = ACTIONS(942), [anon_sym_u8_DQUOTE] = ACTIONS(942), [anon_sym_DQUOTE] = ACTIONS(942), [sym_true] = ACTIONS(940), [sym_false] = ACTIONS(940), [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, [82] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_if_token2] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [aux_sym_preproc_else_token1] = ACTIONS(944), [aux_sym_preproc_elif_token1] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [83] = { [sym_identifier] = ACTIONS(948), [aux_sym_preproc_include_token1] = ACTIONS(948), [aux_sym_preproc_def_token1] = ACTIONS(948), [aux_sym_preproc_if_token1] = ACTIONS(948), [aux_sym_preproc_if_token2] = ACTIONS(948), [aux_sym_preproc_ifdef_token1] = ACTIONS(948), [aux_sym_preproc_ifdef_token2] = ACTIONS(948), [aux_sym_preproc_else_token1] = ACTIONS(948), [aux_sym_preproc_elif_token1] = ACTIONS(948), [sym_preproc_directive] = ACTIONS(948), [anon_sym_LPAREN2] = ACTIONS(950), [anon_sym_BANG] = ACTIONS(950), [anon_sym_TILDE] = ACTIONS(950), [anon_sym_DASH] = ACTIONS(948), [anon_sym_PLUS] = ACTIONS(948), [anon_sym_STAR] = ACTIONS(950), [anon_sym_AMP] = ACTIONS(950), [anon_sym_SEMI] = ACTIONS(950), [anon_sym_typedef] = ACTIONS(948), [anon_sym_extern] = ACTIONS(948), [anon_sym___attribute__] = ACTIONS(948), [anon_sym_LBRACK_LBRACK] = ACTIONS(950), [anon_sym___declspec] = ACTIONS(948), [anon_sym___cdecl] = ACTIONS(948), [anon_sym___clrcall] = ACTIONS(948), [anon_sym___stdcall] = ACTIONS(948), [anon_sym___fastcall] = ACTIONS(948), [anon_sym___thiscall] = ACTIONS(948), [anon_sym___vectorcall] = ACTIONS(948), [anon_sym_LBRACE] = ACTIONS(950), [anon_sym_static] = ACTIONS(948), [anon_sym_auto] = ACTIONS(948), [anon_sym_register] = ACTIONS(948), [anon_sym_inline] = ACTIONS(948), [anon_sym_const] = ACTIONS(948), [anon_sym_volatile] = ACTIONS(948), [anon_sym_restrict] = ACTIONS(948), [anon_sym__Atomic] = ACTIONS(948), [anon_sym_signed] = ACTIONS(948), [anon_sym_unsigned] = ACTIONS(948), [anon_sym_long] = ACTIONS(948), [anon_sym_short] = ACTIONS(948), [sym_primitive_type] = ACTIONS(948), [anon_sym_enum] = ACTIONS(948), [anon_sym_struct] = ACTIONS(948), [anon_sym_union] = ACTIONS(948), [anon_sym_if] = ACTIONS(948), [anon_sym_else] = ACTIONS(948), [anon_sym_switch] = ACTIONS(948), [anon_sym_case] = ACTIONS(948), [anon_sym_default] = ACTIONS(948), [anon_sym_while] = ACTIONS(948), [anon_sym_do] = ACTIONS(948), [anon_sym_for] = ACTIONS(948), [anon_sym_return] = ACTIONS(948), [anon_sym_break] = ACTIONS(948), [anon_sym_continue] = ACTIONS(948), [anon_sym_goto] = ACTIONS(948), [anon_sym_DASH_DASH] = ACTIONS(950), [anon_sym_PLUS_PLUS] = ACTIONS(950), [anon_sym_sizeof] = ACTIONS(948), [sym_number_literal] = ACTIONS(950), [anon_sym_L_SQUOTE] = ACTIONS(950), [anon_sym_u_SQUOTE] = ACTIONS(950), [anon_sym_U_SQUOTE] = ACTIONS(950), [anon_sym_u8_SQUOTE] = ACTIONS(950), [anon_sym_SQUOTE] = ACTIONS(950), [anon_sym_L_DQUOTE] = ACTIONS(950), [anon_sym_u_DQUOTE] = ACTIONS(950), [anon_sym_U_DQUOTE] = ACTIONS(950), [anon_sym_u8_DQUOTE] = ACTIONS(950), [anon_sym_DQUOTE] = ACTIONS(950), [sym_true] = ACTIONS(948), [sym_false] = ACTIONS(948), [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, [84] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_if_token2] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [aux_sym_preproc_else_token1] = ACTIONS(944), [aux_sym_preproc_elif_token1] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [85] = { [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), [aux_sym_preproc_if_token1] = ACTIONS(952), [aux_sym_preproc_if_token2] = ACTIONS(952), [aux_sym_preproc_ifdef_token1] = ACTIONS(952), [aux_sym_preproc_ifdef_token2] = ACTIONS(952), [aux_sym_preproc_else_token1] = ACTIONS(952), [aux_sym_preproc_elif_token1] = ACTIONS(952), [sym_preproc_directive] = ACTIONS(952), [anon_sym_LPAREN2] = ACTIONS(954), [anon_sym_BANG] = ACTIONS(954), [anon_sym_TILDE] = ACTIONS(954), [anon_sym_DASH] = ACTIONS(952), [anon_sym_PLUS] = ACTIONS(952), [anon_sym_STAR] = ACTIONS(954), [anon_sym_AMP] = ACTIONS(954), [anon_sym_SEMI] = ACTIONS(954), [anon_sym_typedef] = ACTIONS(952), [anon_sym_extern] = ACTIONS(952), [anon_sym___attribute__] = ACTIONS(952), [anon_sym_LBRACK_LBRACK] = ACTIONS(954), [anon_sym___declspec] = ACTIONS(952), [anon_sym___cdecl] = ACTIONS(952), [anon_sym___clrcall] = ACTIONS(952), [anon_sym___stdcall] = ACTIONS(952), [anon_sym___fastcall] = ACTIONS(952), [anon_sym___thiscall] = ACTIONS(952), [anon_sym___vectorcall] = ACTIONS(952), [anon_sym_LBRACE] = ACTIONS(954), [anon_sym_static] = ACTIONS(952), [anon_sym_auto] = ACTIONS(952), [anon_sym_register] = ACTIONS(952), [anon_sym_inline] = ACTIONS(952), [anon_sym_const] = ACTIONS(952), [anon_sym_volatile] = ACTIONS(952), [anon_sym_restrict] = ACTIONS(952), [anon_sym__Atomic] = ACTIONS(952), [anon_sym_signed] = ACTIONS(952), [anon_sym_unsigned] = ACTIONS(952), [anon_sym_long] = ACTIONS(952), [anon_sym_short] = ACTIONS(952), [sym_primitive_type] = ACTIONS(952), [anon_sym_enum] = ACTIONS(952), [anon_sym_struct] = ACTIONS(952), [anon_sym_union] = ACTIONS(952), [anon_sym_if] = ACTIONS(952), [anon_sym_else] = ACTIONS(952), [anon_sym_switch] = ACTIONS(952), [anon_sym_case] = ACTIONS(952), [anon_sym_default] = ACTIONS(952), [anon_sym_while] = ACTIONS(952), [anon_sym_do] = ACTIONS(952), [anon_sym_for] = ACTIONS(952), [anon_sym_return] = ACTIONS(952), [anon_sym_break] = ACTIONS(952), [anon_sym_continue] = ACTIONS(952), [anon_sym_goto] = ACTIONS(952), [anon_sym_DASH_DASH] = ACTIONS(954), [anon_sym_PLUS_PLUS] = ACTIONS(954), [anon_sym_sizeof] = ACTIONS(952), [sym_number_literal] = ACTIONS(954), [anon_sym_L_SQUOTE] = ACTIONS(954), [anon_sym_u_SQUOTE] = ACTIONS(954), [anon_sym_U_SQUOTE] = ACTIONS(954), [anon_sym_u8_SQUOTE] = ACTIONS(954), [anon_sym_SQUOTE] = ACTIONS(954), [anon_sym_L_DQUOTE] = ACTIONS(954), [anon_sym_u_DQUOTE] = ACTIONS(954), [anon_sym_U_DQUOTE] = ACTIONS(954), [anon_sym_u8_DQUOTE] = ACTIONS(954), [anon_sym_DQUOTE] = ACTIONS(954), [sym_true] = ACTIONS(952), [sym_false] = ACTIONS(952), [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, [86] = { [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), [aux_sym_preproc_def_token1] = ACTIONS(956), [aux_sym_preproc_if_token1] = ACTIONS(956), [aux_sym_preproc_if_token2] = ACTIONS(956), [aux_sym_preproc_ifdef_token1] = ACTIONS(956), [aux_sym_preproc_ifdef_token2] = ACTIONS(956), [aux_sym_preproc_else_token1] = ACTIONS(956), [aux_sym_preproc_elif_token1] = ACTIONS(956), [sym_preproc_directive] = ACTIONS(956), [anon_sym_LPAREN2] = ACTIONS(958), [anon_sym_BANG] = ACTIONS(958), [anon_sym_TILDE] = ACTIONS(958), [anon_sym_DASH] = ACTIONS(956), [anon_sym_PLUS] = ACTIONS(956), [anon_sym_STAR] = ACTIONS(958), [anon_sym_AMP] = ACTIONS(958), [anon_sym_SEMI] = ACTIONS(958), [anon_sym_typedef] = ACTIONS(956), [anon_sym_extern] = ACTIONS(956), [anon_sym___attribute__] = ACTIONS(956), [anon_sym_LBRACK_LBRACK] = ACTIONS(958), [anon_sym___declspec] = ACTIONS(956), [anon_sym___cdecl] = ACTIONS(956), [anon_sym___clrcall] = ACTIONS(956), [anon_sym___stdcall] = ACTIONS(956), [anon_sym___fastcall] = ACTIONS(956), [anon_sym___thiscall] = ACTIONS(956), [anon_sym___vectorcall] = ACTIONS(956), [anon_sym_LBRACE] = ACTIONS(958), [anon_sym_static] = ACTIONS(956), [anon_sym_auto] = ACTIONS(956), [anon_sym_register] = ACTIONS(956), [anon_sym_inline] = ACTIONS(956), [anon_sym_const] = ACTIONS(956), [anon_sym_volatile] = ACTIONS(956), [anon_sym_restrict] = ACTIONS(956), [anon_sym__Atomic] = ACTIONS(956), [anon_sym_signed] = ACTIONS(956), [anon_sym_unsigned] = ACTIONS(956), [anon_sym_long] = ACTIONS(956), [anon_sym_short] = ACTIONS(956), [sym_primitive_type] = ACTIONS(956), [anon_sym_enum] = ACTIONS(956), [anon_sym_struct] = ACTIONS(956), [anon_sym_union] = ACTIONS(956), [anon_sym_if] = ACTIONS(956), [anon_sym_else] = ACTIONS(956), [anon_sym_switch] = ACTIONS(956), [anon_sym_case] = ACTIONS(956), [anon_sym_default] = ACTIONS(956), [anon_sym_while] = ACTIONS(956), [anon_sym_do] = ACTIONS(956), [anon_sym_for] = ACTIONS(956), [anon_sym_return] = ACTIONS(956), [anon_sym_break] = ACTIONS(956), [anon_sym_continue] = ACTIONS(956), [anon_sym_goto] = ACTIONS(956), [anon_sym_DASH_DASH] = ACTIONS(958), [anon_sym_PLUS_PLUS] = ACTIONS(958), [anon_sym_sizeof] = ACTIONS(956), [sym_number_literal] = ACTIONS(958), [anon_sym_L_SQUOTE] = ACTIONS(958), [anon_sym_u_SQUOTE] = ACTIONS(958), [anon_sym_U_SQUOTE] = ACTIONS(958), [anon_sym_u8_SQUOTE] = ACTIONS(958), [anon_sym_SQUOTE] = ACTIONS(958), [anon_sym_L_DQUOTE] = ACTIONS(958), [anon_sym_u_DQUOTE] = ACTIONS(958), [anon_sym_U_DQUOTE] = ACTIONS(958), [anon_sym_u8_DQUOTE] = ACTIONS(958), [anon_sym_DQUOTE] = ACTIONS(958), [sym_true] = ACTIONS(956), [sym_false] = ACTIONS(956), [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, [87] = { [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(960), [aux_sym_preproc_if_token1] = ACTIONS(960), [aux_sym_preproc_if_token2] = ACTIONS(960), [aux_sym_preproc_ifdef_token1] = ACTIONS(960), [aux_sym_preproc_ifdef_token2] = ACTIONS(960), [aux_sym_preproc_else_token1] = ACTIONS(960), [aux_sym_preproc_elif_token1] = ACTIONS(960), [sym_preproc_directive] = ACTIONS(960), [anon_sym_LPAREN2] = ACTIONS(962), [anon_sym_BANG] = ACTIONS(962), [anon_sym_TILDE] = ACTIONS(962), [anon_sym_DASH] = ACTIONS(960), [anon_sym_PLUS] = ACTIONS(960), [anon_sym_STAR] = ACTIONS(962), [anon_sym_AMP] = ACTIONS(962), [anon_sym_SEMI] = ACTIONS(962), [anon_sym_typedef] = ACTIONS(960), [anon_sym_extern] = ACTIONS(960), [anon_sym___attribute__] = ACTIONS(960), [anon_sym_LBRACK_LBRACK] = ACTIONS(962), [anon_sym___declspec] = ACTIONS(960), [anon_sym___cdecl] = ACTIONS(960), [anon_sym___clrcall] = ACTIONS(960), [anon_sym___stdcall] = ACTIONS(960), [anon_sym___fastcall] = ACTIONS(960), [anon_sym___thiscall] = ACTIONS(960), [anon_sym___vectorcall] = ACTIONS(960), [anon_sym_LBRACE] = ACTIONS(962), [anon_sym_static] = ACTIONS(960), [anon_sym_auto] = ACTIONS(960), [anon_sym_register] = ACTIONS(960), [anon_sym_inline] = ACTIONS(960), [anon_sym_const] = ACTIONS(960), [anon_sym_volatile] = ACTIONS(960), [anon_sym_restrict] = ACTIONS(960), [anon_sym__Atomic] = ACTIONS(960), [anon_sym_signed] = ACTIONS(960), [anon_sym_unsigned] = ACTIONS(960), [anon_sym_long] = ACTIONS(960), [anon_sym_short] = ACTIONS(960), [sym_primitive_type] = ACTIONS(960), [anon_sym_enum] = ACTIONS(960), [anon_sym_struct] = ACTIONS(960), [anon_sym_union] = ACTIONS(960), [anon_sym_if] = ACTIONS(960), [anon_sym_else] = ACTIONS(960), [anon_sym_switch] = ACTIONS(960), [anon_sym_case] = ACTIONS(960), [anon_sym_default] = ACTIONS(960), [anon_sym_while] = ACTIONS(960), [anon_sym_do] = ACTIONS(960), [anon_sym_for] = ACTIONS(960), [anon_sym_return] = ACTIONS(960), [anon_sym_break] = ACTIONS(960), [anon_sym_continue] = ACTIONS(960), [anon_sym_goto] = ACTIONS(960), [anon_sym_DASH_DASH] = ACTIONS(962), [anon_sym_PLUS_PLUS] = ACTIONS(962), [anon_sym_sizeof] = ACTIONS(960), [sym_number_literal] = ACTIONS(962), [anon_sym_L_SQUOTE] = ACTIONS(962), [anon_sym_u_SQUOTE] = ACTIONS(962), [anon_sym_U_SQUOTE] = ACTIONS(962), [anon_sym_u8_SQUOTE] = ACTIONS(962), [anon_sym_SQUOTE] = ACTIONS(962), [anon_sym_L_DQUOTE] = ACTIONS(962), [anon_sym_u_DQUOTE] = ACTIONS(962), [anon_sym_U_DQUOTE] = ACTIONS(962), [anon_sym_u8_DQUOTE] = ACTIONS(962), [anon_sym_DQUOTE] = ACTIONS(962), [sym_true] = ACTIONS(960), [sym_false] = ACTIONS(960), [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, [88] = { [sym_identifier] = ACTIONS(964), [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), [aux_sym_preproc_if_token1] = ACTIONS(964), [aux_sym_preproc_if_token2] = ACTIONS(964), [aux_sym_preproc_ifdef_token1] = ACTIONS(964), [aux_sym_preproc_ifdef_token2] = ACTIONS(964), [aux_sym_preproc_else_token1] = ACTIONS(964), [aux_sym_preproc_elif_token1] = ACTIONS(964), [sym_preproc_directive] = ACTIONS(964), [anon_sym_LPAREN2] = ACTIONS(966), [anon_sym_BANG] = ACTIONS(966), [anon_sym_TILDE] = ACTIONS(966), [anon_sym_DASH] = ACTIONS(964), [anon_sym_PLUS] = ACTIONS(964), [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(966), [anon_sym_typedef] = ACTIONS(964), [anon_sym_extern] = ACTIONS(964), [anon_sym___attribute__] = ACTIONS(964), [anon_sym_LBRACK_LBRACK] = ACTIONS(966), [anon_sym___declspec] = ACTIONS(964), [anon_sym___cdecl] = ACTIONS(964), [anon_sym___clrcall] = ACTIONS(964), [anon_sym___stdcall] = ACTIONS(964), [anon_sym___fastcall] = ACTIONS(964), [anon_sym___thiscall] = ACTIONS(964), [anon_sym___vectorcall] = ACTIONS(964), [anon_sym_LBRACE] = ACTIONS(966), [anon_sym_static] = ACTIONS(964), [anon_sym_auto] = ACTIONS(964), [anon_sym_register] = ACTIONS(964), [anon_sym_inline] = ACTIONS(964), [anon_sym_const] = ACTIONS(964), [anon_sym_volatile] = ACTIONS(964), [anon_sym_restrict] = ACTIONS(964), [anon_sym__Atomic] = ACTIONS(964), [anon_sym_signed] = ACTIONS(964), [anon_sym_unsigned] = ACTIONS(964), [anon_sym_long] = ACTIONS(964), [anon_sym_short] = ACTIONS(964), [sym_primitive_type] = ACTIONS(964), [anon_sym_enum] = ACTIONS(964), [anon_sym_struct] = ACTIONS(964), [anon_sym_union] = ACTIONS(964), [anon_sym_if] = ACTIONS(964), [anon_sym_else] = ACTIONS(964), [anon_sym_switch] = ACTIONS(964), [anon_sym_case] = ACTIONS(964), [anon_sym_default] = ACTIONS(964), [anon_sym_while] = ACTIONS(964), [anon_sym_do] = ACTIONS(964), [anon_sym_for] = ACTIONS(964), [anon_sym_return] = ACTIONS(964), [anon_sym_break] = ACTIONS(964), [anon_sym_continue] = ACTIONS(964), [anon_sym_goto] = ACTIONS(964), [anon_sym_DASH_DASH] = ACTIONS(966), [anon_sym_PLUS_PLUS] = ACTIONS(966), [anon_sym_sizeof] = ACTIONS(964), [sym_number_literal] = ACTIONS(966), [anon_sym_L_SQUOTE] = ACTIONS(966), [anon_sym_u_SQUOTE] = ACTIONS(966), [anon_sym_U_SQUOTE] = ACTIONS(966), [anon_sym_u8_SQUOTE] = ACTIONS(966), [anon_sym_SQUOTE] = ACTIONS(966), [anon_sym_L_DQUOTE] = ACTIONS(966), [anon_sym_u_DQUOTE] = ACTIONS(966), [anon_sym_U_DQUOTE] = ACTIONS(966), [anon_sym_u8_DQUOTE] = ACTIONS(966), [anon_sym_DQUOTE] = ACTIONS(966), [sym_true] = ACTIONS(964), [sym_false] = ACTIONS(964), [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, [89] = { [sym_identifier] = ACTIONS(968), [aux_sym_preproc_include_token1] = ACTIONS(968), [aux_sym_preproc_def_token1] = ACTIONS(968), [aux_sym_preproc_if_token1] = ACTIONS(968), [aux_sym_preproc_if_token2] = ACTIONS(968), [aux_sym_preproc_ifdef_token1] = ACTIONS(968), [aux_sym_preproc_ifdef_token2] = ACTIONS(968), [aux_sym_preproc_else_token1] = ACTIONS(968), [aux_sym_preproc_elif_token1] = ACTIONS(968), [sym_preproc_directive] = ACTIONS(968), [anon_sym_LPAREN2] = ACTIONS(970), [anon_sym_BANG] = ACTIONS(970), [anon_sym_TILDE] = ACTIONS(970), [anon_sym_DASH] = ACTIONS(968), [anon_sym_PLUS] = ACTIONS(968), [anon_sym_STAR] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(970), [anon_sym_typedef] = ACTIONS(968), [anon_sym_extern] = ACTIONS(968), [anon_sym___attribute__] = ACTIONS(968), [anon_sym_LBRACK_LBRACK] = ACTIONS(970), [anon_sym___declspec] = ACTIONS(968), [anon_sym___cdecl] = ACTIONS(968), [anon_sym___clrcall] = ACTIONS(968), [anon_sym___stdcall] = ACTIONS(968), [anon_sym___fastcall] = ACTIONS(968), [anon_sym___thiscall] = ACTIONS(968), [anon_sym___vectorcall] = ACTIONS(968), [anon_sym_LBRACE] = ACTIONS(970), [anon_sym_static] = ACTIONS(968), [anon_sym_auto] = ACTIONS(968), [anon_sym_register] = ACTIONS(968), [anon_sym_inline] = ACTIONS(968), [anon_sym_const] = ACTIONS(968), [anon_sym_volatile] = ACTIONS(968), [anon_sym_restrict] = ACTIONS(968), [anon_sym__Atomic] = ACTIONS(968), [anon_sym_signed] = ACTIONS(968), [anon_sym_unsigned] = ACTIONS(968), [anon_sym_long] = ACTIONS(968), [anon_sym_short] = ACTIONS(968), [sym_primitive_type] = ACTIONS(968), [anon_sym_enum] = ACTIONS(968), [anon_sym_struct] = ACTIONS(968), [anon_sym_union] = ACTIONS(968), [anon_sym_if] = ACTIONS(968), [anon_sym_else] = ACTIONS(968), [anon_sym_switch] = ACTIONS(968), [anon_sym_case] = ACTIONS(968), [anon_sym_default] = ACTIONS(968), [anon_sym_while] = ACTIONS(968), [anon_sym_do] = ACTIONS(968), [anon_sym_for] = ACTIONS(968), [anon_sym_return] = ACTIONS(968), [anon_sym_break] = ACTIONS(968), [anon_sym_continue] = ACTIONS(968), [anon_sym_goto] = ACTIONS(968), [anon_sym_DASH_DASH] = ACTIONS(970), [anon_sym_PLUS_PLUS] = ACTIONS(970), [anon_sym_sizeof] = ACTIONS(968), [sym_number_literal] = ACTIONS(970), [anon_sym_L_SQUOTE] = ACTIONS(970), [anon_sym_u_SQUOTE] = ACTIONS(970), [anon_sym_U_SQUOTE] = ACTIONS(970), [anon_sym_u8_SQUOTE] = ACTIONS(970), [anon_sym_SQUOTE] = ACTIONS(970), [anon_sym_L_DQUOTE] = ACTIONS(970), [anon_sym_u_DQUOTE] = ACTIONS(970), [anon_sym_U_DQUOTE] = ACTIONS(970), [anon_sym_u8_DQUOTE] = ACTIONS(970), [anon_sym_DQUOTE] = ACTIONS(970), [sym_true] = ACTIONS(968), [sym_false] = ACTIONS(968), [sym_null] = ACTIONS(968), [sym_comment] = ACTIONS(3), }, [90] = { [sym_identifier] = ACTIONS(972), [aux_sym_preproc_include_token1] = ACTIONS(972), [aux_sym_preproc_def_token1] = ACTIONS(972), [aux_sym_preproc_if_token1] = ACTIONS(972), [aux_sym_preproc_if_token2] = ACTIONS(972), [aux_sym_preproc_ifdef_token1] = ACTIONS(972), [aux_sym_preproc_ifdef_token2] = ACTIONS(972), [aux_sym_preproc_else_token1] = ACTIONS(972), [aux_sym_preproc_elif_token1] = ACTIONS(972), [sym_preproc_directive] = ACTIONS(972), [anon_sym_LPAREN2] = ACTIONS(974), [anon_sym_BANG] = ACTIONS(974), [anon_sym_TILDE] = ACTIONS(974), [anon_sym_DASH] = ACTIONS(972), [anon_sym_PLUS] = ACTIONS(972), [anon_sym_STAR] = ACTIONS(974), [anon_sym_AMP] = ACTIONS(974), [anon_sym_SEMI] = ACTIONS(974), [anon_sym_typedef] = ACTIONS(972), [anon_sym_extern] = ACTIONS(972), [anon_sym___attribute__] = ACTIONS(972), [anon_sym_LBRACK_LBRACK] = ACTIONS(974), [anon_sym___declspec] = ACTIONS(972), [anon_sym___cdecl] = ACTIONS(972), [anon_sym___clrcall] = ACTIONS(972), [anon_sym___stdcall] = ACTIONS(972), [anon_sym___fastcall] = ACTIONS(972), [anon_sym___thiscall] = ACTIONS(972), [anon_sym___vectorcall] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(974), [anon_sym_static] = ACTIONS(972), [anon_sym_auto] = ACTIONS(972), [anon_sym_register] = ACTIONS(972), [anon_sym_inline] = ACTIONS(972), [anon_sym_const] = ACTIONS(972), [anon_sym_volatile] = ACTIONS(972), [anon_sym_restrict] = ACTIONS(972), [anon_sym__Atomic] = ACTIONS(972), [anon_sym_signed] = ACTIONS(972), [anon_sym_unsigned] = ACTIONS(972), [anon_sym_long] = ACTIONS(972), [anon_sym_short] = ACTIONS(972), [sym_primitive_type] = ACTIONS(972), [anon_sym_enum] = ACTIONS(972), [anon_sym_struct] = ACTIONS(972), [anon_sym_union] = ACTIONS(972), [anon_sym_if] = ACTIONS(972), [anon_sym_else] = ACTIONS(972), [anon_sym_switch] = ACTIONS(972), [anon_sym_case] = ACTIONS(972), [anon_sym_default] = ACTIONS(972), [anon_sym_while] = ACTIONS(972), [anon_sym_do] = ACTIONS(972), [anon_sym_for] = ACTIONS(972), [anon_sym_return] = ACTIONS(972), [anon_sym_break] = ACTIONS(972), [anon_sym_continue] = ACTIONS(972), [anon_sym_goto] = ACTIONS(972), [anon_sym_DASH_DASH] = ACTIONS(974), [anon_sym_PLUS_PLUS] = ACTIONS(974), [anon_sym_sizeof] = ACTIONS(972), [sym_number_literal] = ACTIONS(974), [anon_sym_L_SQUOTE] = ACTIONS(974), [anon_sym_u_SQUOTE] = ACTIONS(974), [anon_sym_U_SQUOTE] = ACTIONS(974), [anon_sym_u8_SQUOTE] = ACTIONS(974), [anon_sym_SQUOTE] = ACTIONS(974), [anon_sym_L_DQUOTE] = ACTIONS(974), [anon_sym_u_DQUOTE] = ACTIONS(974), [anon_sym_U_DQUOTE] = ACTIONS(974), [anon_sym_u8_DQUOTE] = ACTIONS(974), [anon_sym_DQUOTE] = ACTIONS(974), [sym_true] = ACTIONS(972), [sym_false] = ACTIONS(972), [sym_null] = ACTIONS(972), [sym_comment] = ACTIONS(3), }, [91] = { [sym_identifier] = ACTIONS(976), [aux_sym_preproc_include_token1] = ACTIONS(976), [aux_sym_preproc_def_token1] = ACTIONS(976), [aux_sym_preproc_if_token1] = ACTIONS(976), [aux_sym_preproc_if_token2] = ACTIONS(976), [aux_sym_preproc_ifdef_token1] = ACTIONS(976), [aux_sym_preproc_ifdef_token2] = ACTIONS(976), [aux_sym_preproc_else_token1] = ACTIONS(976), [aux_sym_preproc_elif_token1] = ACTIONS(976), [sym_preproc_directive] = ACTIONS(976), [anon_sym_LPAREN2] = ACTIONS(978), [anon_sym_BANG] = ACTIONS(978), [anon_sym_TILDE] = ACTIONS(978), [anon_sym_DASH] = ACTIONS(976), [anon_sym_PLUS] = ACTIONS(976), [anon_sym_STAR] = ACTIONS(978), [anon_sym_AMP] = ACTIONS(978), [anon_sym_SEMI] = ACTIONS(978), [anon_sym_typedef] = ACTIONS(976), [anon_sym_extern] = ACTIONS(976), [anon_sym___attribute__] = ACTIONS(976), [anon_sym_LBRACK_LBRACK] = ACTIONS(978), [anon_sym___declspec] = ACTIONS(976), [anon_sym___cdecl] = ACTIONS(976), [anon_sym___clrcall] = ACTIONS(976), [anon_sym___stdcall] = ACTIONS(976), [anon_sym___fastcall] = ACTIONS(976), [anon_sym___thiscall] = ACTIONS(976), [anon_sym___vectorcall] = ACTIONS(976), [anon_sym_LBRACE] = ACTIONS(978), [anon_sym_static] = ACTIONS(976), [anon_sym_auto] = ACTIONS(976), [anon_sym_register] = ACTIONS(976), [anon_sym_inline] = ACTIONS(976), [anon_sym_const] = ACTIONS(976), [anon_sym_volatile] = ACTIONS(976), [anon_sym_restrict] = ACTIONS(976), [anon_sym__Atomic] = ACTIONS(976), [anon_sym_signed] = ACTIONS(976), [anon_sym_unsigned] = ACTIONS(976), [anon_sym_long] = ACTIONS(976), [anon_sym_short] = ACTIONS(976), [sym_primitive_type] = ACTIONS(976), [anon_sym_enum] = ACTIONS(976), [anon_sym_struct] = ACTIONS(976), [anon_sym_union] = ACTIONS(976), [anon_sym_if] = ACTIONS(976), [anon_sym_else] = ACTIONS(976), [anon_sym_switch] = ACTIONS(976), [anon_sym_case] = ACTIONS(976), [anon_sym_default] = ACTIONS(976), [anon_sym_while] = ACTIONS(976), [anon_sym_do] = ACTIONS(976), [anon_sym_for] = ACTIONS(976), [anon_sym_return] = ACTIONS(976), [anon_sym_break] = ACTIONS(976), [anon_sym_continue] = ACTIONS(976), [anon_sym_goto] = ACTIONS(976), [anon_sym_DASH_DASH] = ACTIONS(978), [anon_sym_PLUS_PLUS] = ACTIONS(978), [anon_sym_sizeof] = ACTIONS(976), [sym_number_literal] = ACTIONS(978), [anon_sym_L_SQUOTE] = ACTIONS(978), [anon_sym_u_SQUOTE] = ACTIONS(978), [anon_sym_U_SQUOTE] = ACTIONS(978), [anon_sym_u8_SQUOTE] = ACTIONS(978), [anon_sym_SQUOTE] = ACTIONS(978), [anon_sym_L_DQUOTE] = ACTIONS(978), [anon_sym_u_DQUOTE] = ACTIONS(978), [anon_sym_U_DQUOTE] = ACTIONS(978), [anon_sym_u8_DQUOTE] = ACTIONS(978), [anon_sym_DQUOTE] = ACTIONS(978), [sym_true] = ACTIONS(976), [sym_false] = ACTIONS(976), [sym_null] = ACTIONS(976), [sym_comment] = ACTIONS(3), }, [92] = { [sym_identifier] = ACTIONS(980), [aux_sym_preproc_include_token1] = ACTIONS(980), [aux_sym_preproc_def_token1] = ACTIONS(980), [aux_sym_preproc_if_token1] = ACTIONS(980), [aux_sym_preproc_if_token2] = ACTIONS(980), [aux_sym_preproc_ifdef_token1] = ACTIONS(980), [aux_sym_preproc_ifdef_token2] = ACTIONS(980), [aux_sym_preproc_else_token1] = ACTIONS(980), [aux_sym_preproc_elif_token1] = ACTIONS(980), [sym_preproc_directive] = ACTIONS(980), [anon_sym_LPAREN2] = ACTIONS(982), [anon_sym_BANG] = ACTIONS(982), [anon_sym_TILDE] = ACTIONS(982), [anon_sym_DASH] = ACTIONS(980), [anon_sym_PLUS] = ACTIONS(980), [anon_sym_STAR] = ACTIONS(982), [anon_sym_AMP] = ACTIONS(982), [anon_sym_SEMI] = ACTIONS(982), [anon_sym_typedef] = ACTIONS(980), [anon_sym_extern] = ACTIONS(980), [anon_sym___attribute__] = ACTIONS(980), [anon_sym_LBRACK_LBRACK] = ACTIONS(982), [anon_sym___declspec] = ACTIONS(980), [anon_sym___cdecl] = ACTIONS(980), [anon_sym___clrcall] = ACTIONS(980), [anon_sym___stdcall] = ACTIONS(980), [anon_sym___fastcall] = ACTIONS(980), [anon_sym___thiscall] = ACTIONS(980), [anon_sym___vectorcall] = ACTIONS(980), [anon_sym_LBRACE] = ACTIONS(982), [anon_sym_static] = ACTIONS(980), [anon_sym_auto] = ACTIONS(980), [anon_sym_register] = ACTIONS(980), [anon_sym_inline] = ACTIONS(980), [anon_sym_const] = ACTIONS(980), [anon_sym_volatile] = ACTIONS(980), [anon_sym_restrict] = ACTIONS(980), [anon_sym__Atomic] = ACTIONS(980), [anon_sym_signed] = ACTIONS(980), [anon_sym_unsigned] = ACTIONS(980), [anon_sym_long] = ACTIONS(980), [anon_sym_short] = ACTIONS(980), [sym_primitive_type] = ACTIONS(980), [anon_sym_enum] = ACTIONS(980), [anon_sym_struct] = ACTIONS(980), [anon_sym_union] = ACTIONS(980), [anon_sym_if] = ACTIONS(980), [anon_sym_else] = ACTIONS(980), [anon_sym_switch] = ACTIONS(980), [anon_sym_case] = ACTIONS(980), [anon_sym_default] = ACTIONS(980), [anon_sym_while] = ACTIONS(980), [anon_sym_do] = ACTIONS(980), [anon_sym_for] = ACTIONS(980), [anon_sym_return] = ACTIONS(980), [anon_sym_break] = ACTIONS(980), [anon_sym_continue] = ACTIONS(980), [anon_sym_goto] = ACTIONS(980), [anon_sym_DASH_DASH] = ACTIONS(982), [anon_sym_PLUS_PLUS] = ACTIONS(982), [anon_sym_sizeof] = ACTIONS(980), [sym_number_literal] = ACTIONS(982), [anon_sym_L_SQUOTE] = ACTIONS(982), [anon_sym_u_SQUOTE] = ACTIONS(982), [anon_sym_U_SQUOTE] = ACTIONS(982), [anon_sym_u8_SQUOTE] = ACTIONS(982), [anon_sym_SQUOTE] = ACTIONS(982), [anon_sym_L_DQUOTE] = ACTIONS(982), [anon_sym_u_DQUOTE] = ACTIONS(982), [anon_sym_U_DQUOTE] = ACTIONS(982), [anon_sym_u8_DQUOTE] = ACTIONS(982), [anon_sym_DQUOTE] = ACTIONS(982), [sym_true] = ACTIONS(980), [sym_false] = ACTIONS(980), [sym_null] = ACTIONS(980), [sym_comment] = ACTIONS(3), }, [93] = { [sym_identifier] = ACTIONS(984), [aux_sym_preproc_include_token1] = ACTIONS(984), [aux_sym_preproc_def_token1] = ACTIONS(984), [aux_sym_preproc_if_token1] = ACTIONS(984), [aux_sym_preproc_if_token2] = ACTIONS(984), [aux_sym_preproc_ifdef_token1] = ACTIONS(984), [aux_sym_preproc_ifdef_token2] = ACTIONS(984), [aux_sym_preproc_else_token1] = ACTIONS(984), [aux_sym_preproc_elif_token1] = ACTIONS(984), [sym_preproc_directive] = ACTIONS(984), [anon_sym_LPAREN2] = ACTIONS(986), [anon_sym_BANG] = ACTIONS(986), [anon_sym_TILDE] = ACTIONS(986), [anon_sym_DASH] = ACTIONS(984), [anon_sym_PLUS] = ACTIONS(984), [anon_sym_STAR] = ACTIONS(986), [anon_sym_AMP] = ACTIONS(986), [anon_sym_SEMI] = ACTIONS(986), [anon_sym_typedef] = ACTIONS(984), [anon_sym_extern] = ACTIONS(984), [anon_sym___attribute__] = ACTIONS(984), [anon_sym_LBRACK_LBRACK] = ACTIONS(986), [anon_sym___declspec] = ACTIONS(984), [anon_sym___cdecl] = ACTIONS(984), [anon_sym___clrcall] = ACTIONS(984), [anon_sym___stdcall] = ACTIONS(984), [anon_sym___fastcall] = ACTIONS(984), [anon_sym___thiscall] = ACTIONS(984), [anon_sym___vectorcall] = ACTIONS(984), [anon_sym_LBRACE] = ACTIONS(986), [anon_sym_static] = ACTIONS(984), [anon_sym_auto] = ACTIONS(984), [anon_sym_register] = ACTIONS(984), [anon_sym_inline] = ACTIONS(984), [anon_sym_const] = ACTIONS(984), [anon_sym_volatile] = ACTIONS(984), [anon_sym_restrict] = ACTIONS(984), [anon_sym__Atomic] = ACTIONS(984), [anon_sym_signed] = ACTIONS(984), [anon_sym_unsigned] = ACTIONS(984), [anon_sym_long] = ACTIONS(984), [anon_sym_short] = ACTIONS(984), [sym_primitive_type] = ACTIONS(984), [anon_sym_enum] = ACTIONS(984), [anon_sym_struct] = ACTIONS(984), [anon_sym_union] = ACTIONS(984), [anon_sym_if] = ACTIONS(984), [anon_sym_else] = ACTIONS(984), [anon_sym_switch] = ACTIONS(984), [anon_sym_case] = ACTIONS(984), [anon_sym_default] = ACTIONS(984), [anon_sym_while] = ACTIONS(984), [anon_sym_do] = ACTIONS(984), [anon_sym_for] = ACTIONS(984), [anon_sym_return] = ACTIONS(984), [anon_sym_break] = ACTIONS(984), [anon_sym_continue] = ACTIONS(984), [anon_sym_goto] = ACTIONS(984), [anon_sym_DASH_DASH] = ACTIONS(986), [anon_sym_PLUS_PLUS] = ACTIONS(986), [anon_sym_sizeof] = ACTIONS(984), [sym_number_literal] = ACTIONS(986), [anon_sym_L_SQUOTE] = ACTIONS(986), [anon_sym_u_SQUOTE] = ACTIONS(986), [anon_sym_U_SQUOTE] = ACTIONS(986), [anon_sym_u8_SQUOTE] = ACTIONS(986), [anon_sym_SQUOTE] = ACTIONS(986), [anon_sym_L_DQUOTE] = ACTIONS(986), [anon_sym_u_DQUOTE] = ACTIONS(986), [anon_sym_U_DQUOTE] = ACTIONS(986), [anon_sym_u8_DQUOTE] = ACTIONS(986), [anon_sym_DQUOTE] = ACTIONS(986), [sym_true] = ACTIONS(984), [sym_false] = ACTIONS(984), [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, [94] = { [sym_identifier] = ACTIONS(988), [aux_sym_preproc_include_token1] = ACTIONS(988), [aux_sym_preproc_def_token1] = ACTIONS(988), [aux_sym_preproc_if_token1] = ACTIONS(988), [aux_sym_preproc_if_token2] = ACTIONS(988), [aux_sym_preproc_ifdef_token1] = ACTIONS(988), [aux_sym_preproc_ifdef_token2] = ACTIONS(988), [aux_sym_preproc_else_token1] = ACTIONS(988), [aux_sym_preproc_elif_token1] = ACTIONS(988), [sym_preproc_directive] = ACTIONS(988), [anon_sym_LPAREN2] = ACTIONS(990), [anon_sym_BANG] = ACTIONS(990), [anon_sym_TILDE] = ACTIONS(990), [anon_sym_DASH] = ACTIONS(988), [anon_sym_PLUS] = ACTIONS(988), [anon_sym_STAR] = ACTIONS(990), [anon_sym_AMP] = ACTIONS(990), [anon_sym_SEMI] = ACTIONS(990), [anon_sym_typedef] = ACTIONS(988), [anon_sym_extern] = ACTIONS(988), [anon_sym___attribute__] = ACTIONS(988), [anon_sym_LBRACK_LBRACK] = ACTIONS(990), [anon_sym___declspec] = ACTIONS(988), [anon_sym___cdecl] = ACTIONS(988), [anon_sym___clrcall] = ACTIONS(988), [anon_sym___stdcall] = ACTIONS(988), [anon_sym___fastcall] = ACTIONS(988), [anon_sym___thiscall] = ACTIONS(988), [anon_sym___vectorcall] = ACTIONS(988), [anon_sym_LBRACE] = ACTIONS(990), [anon_sym_static] = ACTIONS(988), [anon_sym_auto] = ACTIONS(988), [anon_sym_register] = ACTIONS(988), [anon_sym_inline] = ACTIONS(988), [anon_sym_const] = ACTIONS(988), [anon_sym_volatile] = ACTIONS(988), [anon_sym_restrict] = ACTIONS(988), [anon_sym__Atomic] = ACTIONS(988), [anon_sym_signed] = ACTIONS(988), [anon_sym_unsigned] = ACTIONS(988), [anon_sym_long] = ACTIONS(988), [anon_sym_short] = ACTIONS(988), [sym_primitive_type] = ACTIONS(988), [anon_sym_enum] = ACTIONS(988), [anon_sym_struct] = ACTIONS(988), [anon_sym_union] = ACTIONS(988), [anon_sym_if] = ACTIONS(988), [anon_sym_else] = ACTIONS(988), [anon_sym_switch] = ACTIONS(988), [anon_sym_case] = ACTIONS(988), [anon_sym_default] = ACTIONS(988), [anon_sym_while] = ACTIONS(988), [anon_sym_do] = ACTIONS(988), [anon_sym_for] = ACTIONS(988), [anon_sym_return] = ACTIONS(988), [anon_sym_break] = ACTIONS(988), [anon_sym_continue] = ACTIONS(988), [anon_sym_goto] = ACTIONS(988), [anon_sym_DASH_DASH] = ACTIONS(990), [anon_sym_PLUS_PLUS] = ACTIONS(990), [anon_sym_sizeof] = ACTIONS(988), [sym_number_literal] = ACTIONS(990), [anon_sym_L_SQUOTE] = ACTIONS(990), [anon_sym_u_SQUOTE] = ACTIONS(990), [anon_sym_U_SQUOTE] = ACTIONS(990), [anon_sym_u8_SQUOTE] = ACTIONS(990), [anon_sym_SQUOTE] = ACTIONS(990), [anon_sym_L_DQUOTE] = ACTIONS(990), [anon_sym_u_DQUOTE] = ACTIONS(990), [anon_sym_U_DQUOTE] = ACTIONS(990), [anon_sym_u8_DQUOTE] = ACTIONS(990), [anon_sym_DQUOTE] = ACTIONS(990), [sym_true] = ACTIONS(988), [sym_false] = ACTIONS(988), [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, [95] = { [sym_identifier] = ACTIONS(992), [aux_sym_preproc_include_token1] = ACTIONS(992), [aux_sym_preproc_def_token1] = ACTIONS(992), [aux_sym_preproc_if_token1] = ACTIONS(992), [aux_sym_preproc_if_token2] = ACTIONS(992), [aux_sym_preproc_ifdef_token1] = ACTIONS(992), [aux_sym_preproc_ifdef_token2] = ACTIONS(992), [aux_sym_preproc_else_token1] = ACTIONS(992), [aux_sym_preproc_elif_token1] = ACTIONS(992), [sym_preproc_directive] = ACTIONS(992), [anon_sym_LPAREN2] = ACTIONS(994), [anon_sym_BANG] = ACTIONS(994), [anon_sym_TILDE] = ACTIONS(994), [anon_sym_DASH] = ACTIONS(992), [anon_sym_PLUS] = ACTIONS(992), [anon_sym_STAR] = ACTIONS(994), [anon_sym_AMP] = ACTIONS(994), [anon_sym_SEMI] = ACTIONS(994), [anon_sym_typedef] = ACTIONS(992), [anon_sym_extern] = ACTIONS(992), [anon_sym___attribute__] = ACTIONS(992), [anon_sym_LBRACK_LBRACK] = ACTIONS(994), [anon_sym___declspec] = ACTIONS(992), [anon_sym___cdecl] = ACTIONS(992), [anon_sym___clrcall] = ACTIONS(992), [anon_sym___stdcall] = ACTIONS(992), [anon_sym___fastcall] = ACTIONS(992), [anon_sym___thiscall] = ACTIONS(992), [anon_sym___vectorcall] = ACTIONS(992), [anon_sym_LBRACE] = ACTIONS(994), [anon_sym_static] = ACTIONS(992), [anon_sym_auto] = ACTIONS(992), [anon_sym_register] = ACTIONS(992), [anon_sym_inline] = ACTIONS(992), [anon_sym_const] = ACTIONS(992), [anon_sym_volatile] = ACTIONS(992), [anon_sym_restrict] = ACTIONS(992), [anon_sym__Atomic] = ACTIONS(992), [anon_sym_signed] = ACTIONS(992), [anon_sym_unsigned] = ACTIONS(992), [anon_sym_long] = ACTIONS(992), [anon_sym_short] = ACTIONS(992), [sym_primitive_type] = ACTIONS(992), [anon_sym_enum] = ACTIONS(992), [anon_sym_struct] = ACTIONS(992), [anon_sym_union] = ACTIONS(992), [anon_sym_if] = ACTIONS(992), [anon_sym_else] = ACTIONS(992), [anon_sym_switch] = ACTIONS(992), [anon_sym_case] = ACTIONS(992), [anon_sym_default] = ACTIONS(992), [anon_sym_while] = ACTIONS(992), [anon_sym_do] = ACTIONS(992), [anon_sym_for] = ACTIONS(992), [anon_sym_return] = ACTIONS(992), [anon_sym_break] = ACTIONS(992), [anon_sym_continue] = ACTIONS(992), [anon_sym_goto] = ACTIONS(992), [anon_sym_DASH_DASH] = ACTIONS(994), [anon_sym_PLUS_PLUS] = ACTIONS(994), [anon_sym_sizeof] = ACTIONS(992), [sym_number_literal] = ACTIONS(994), [anon_sym_L_SQUOTE] = ACTIONS(994), [anon_sym_u_SQUOTE] = ACTIONS(994), [anon_sym_U_SQUOTE] = ACTIONS(994), [anon_sym_u8_SQUOTE] = ACTIONS(994), [anon_sym_SQUOTE] = ACTIONS(994), [anon_sym_L_DQUOTE] = ACTIONS(994), [anon_sym_u_DQUOTE] = ACTIONS(994), [anon_sym_U_DQUOTE] = ACTIONS(994), [anon_sym_u8_DQUOTE] = ACTIONS(994), [anon_sym_DQUOTE] = ACTIONS(994), [sym_true] = ACTIONS(992), [sym_false] = ACTIONS(992), [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, [96] = { [sym_identifier] = ACTIONS(996), [aux_sym_preproc_include_token1] = ACTIONS(996), [aux_sym_preproc_def_token1] = ACTIONS(996), [aux_sym_preproc_if_token1] = ACTIONS(996), [aux_sym_preproc_if_token2] = ACTIONS(996), [aux_sym_preproc_ifdef_token1] = ACTIONS(996), [aux_sym_preproc_ifdef_token2] = ACTIONS(996), [aux_sym_preproc_else_token1] = ACTIONS(996), [aux_sym_preproc_elif_token1] = ACTIONS(996), [sym_preproc_directive] = ACTIONS(996), [anon_sym_LPAREN2] = ACTIONS(998), [anon_sym_BANG] = ACTIONS(998), [anon_sym_TILDE] = ACTIONS(998), [anon_sym_DASH] = ACTIONS(996), [anon_sym_PLUS] = ACTIONS(996), [anon_sym_STAR] = ACTIONS(998), [anon_sym_AMP] = ACTIONS(998), [anon_sym_SEMI] = ACTIONS(998), [anon_sym_typedef] = ACTIONS(996), [anon_sym_extern] = ACTIONS(996), [anon_sym___attribute__] = ACTIONS(996), [anon_sym_LBRACK_LBRACK] = ACTIONS(998), [anon_sym___declspec] = ACTIONS(996), [anon_sym___cdecl] = ACTIONS(996), [anon_sym___clrcall] = ACTIONS(996), [anon_sym___stdcall] = ACTIONS(996), [anon_sym___fastcall] = ACTIONS(996), [anon_sym___thiscall] = ACTIONS(996), [anon_sym___vectorcall] = ACTIONS(996), [anon_sym_LBRACE] = ACTIONS(998), [anon_sym_static] = ACTIONS(996), [anon_sym_auto] = ACTIONS(996), [anon_sym_register] = ACTIONS(996), [anon_sym_inline] = ACTIONS(996), [anon_sym_const] = ACTIONS(996), [anon_sym_volatile] = ACTIONS(996), [anon_sym_restrict] = ACTIONS(996), [anon_sym__Atomic] = ACTIONS(996), [anon_sym_signed] = ACTIONS(996), [anon_sym_unsigned] = ACTIONS(996), [anon_sym_long] = ACTIONS(996), [anon_sym_short] = ACTIONS(996), [sym_primitive_type] = ACTIONS(996), [anon_sym_enum] = ACTIONS(996), [anon_sym_struct] = ACTIONS(996), [anon_sym_union] = ACTIONS(996), [anon_sym_if] = ACTIONS(996), [anon_sym_else] = ACTIONS(996), [anon_sym_switch] = ACTIONS(996), [anon_sym_case] = ACTIONS(996), [anon_sym_default] = ACTIONS(996), [anon_sym_while] = ACTIONS(996), [anon_sym_do] = ACTIONS(996), [anon_sym_for] = ACTIONS(996), [anon_sym_return] = ACTIONS(996), [anon_sym_break] = ACTIONS(996), [anon_sym_continue] = ACTIONS(996), [anon_sym_goto] = ACTIONS(996), [anon_sym_DASH_DASH] = ACTIONS(998), [anon_sym_PLUS_PLUS] = ACTIONS(998), [anon_sym_sizeof] = ACTIONS(996), [sym_number_literal] = ACTIONS(998), [anon_sym_L_SQUOTE] = ACTIONS(998), [anon_sym_u_SQUOTE] = ACTIONS(998), [anon_sym_U_SQUOTE] = ACTIONS(998), [anon_sym_u8_SQUOTE] = ACTIONS(998), [anon_sym_SQUOTE] = ACTIONS(998), [anon_sym_L_DQUOTE] = ACTIONS(998), [anon_sym_u_DQUOTE] = ACTIONS(998), [anon_sym_U_DQUOTE] = ACTIONS(998), [anon_sym_u8_DQUOTE] = ACTIONS(998), [anon_sym_DQUOTE] = ACTIONS(998), [sym_true] = ACTIONS(996), [sym_false] = ACTIONS(996), [sym_null] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, [97] = { [sym_identifier] = ACTIONS(1000), [aux_sym_preproc_include_token1] = ACTIONS(1000), [aux_sym_preproc_def_token1] = ACTIONS(1000), [aux_sym_preproc_if_token1] = ACTIONS(1000), [aux_sym_preproc_if_token2] = ACTIONS(1000), [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), [aux_sym_preproc_else_token1] = ACTIONS(1000), [aux_sym_preproc_elif_token1] = ACTIONS(1000), [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(1002), [anon_sym_BANG] = ACTIONS(1002), [anon_sym_TILDE] = ACTIONS(1002), [anon_sym_DASH] = ACTIONS(1000), [anon_sym_PLUS] = ACTIONS(1000), [anon_sym_STAR] = ACTIONS(1002), [anon_sym_AMP] = ACTIONS(1002), [anon_sym_SEMI] = ACTIONS(1002), [anon_sym_typedef] = ACTIONS(1000), [anon_sym_extern] = ACTIONS(1000), [anon_sym___attribute__] = ACTIONS(1000), [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), [anon_sym___declspec] = ACTIONS(1000), [anon_sym___cdecl] = ACTIONS(1000), [anon_sym___clrcall] = ACTIONS(1000), [anon_sym___stdcall] = ACTIONS(1000), [anon_sym___fastcall] = ACTIONS(1000), [anon_sym___thiscall] = ACTIONS(1000), [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(1002), [anon_sym_static] = ACTIONS(1000), [anon_sym_auto] = ACTIONS(1000), [anon_sym_register] = ACTIONS(1000), [anon_sym_inline] = ACTIONS(1000), [anon_sym_const] = ACTIONS(1000), [anon_sym_volatile] = ACTIONS(1000), [anon_sym_restrict] = ACTIONS(1000), [anon_sym__Atomic] = ACTIONS(1000), [anon_sym_signed] = ACTIONS(1000), [anon_sym_unsigned] = ACTIONS(1000), [anon_sym_long] = ACTIONS(1000), [anon_sym_short] = ACTIONS(1000), [sym_primitive_type] = ACTIONS(1000), [anon_sym_enum] = ACTIONS(1000), [anon_sym_struct] = ACTIONS(1000), [anon_sym_union] = ACTIONS(1000), [anon_sym_if] = ACTIONS(1000), [anon_sym_else] = ACTIONS(1000), [anon_sym_switch] = ACTIONS(1000), [anon_sym_case] = ACTIONS(1000), [anon_sym_default] = ACTIONS(1000), [anon_sym_while] = ACTIONS(1000), [anon_sym_do] = ACTIONS(1000), [anon_sym_for] = ACTIONS(1000), [anon_sym_return] = ACTIONS(1000), [anon_sym_break] = ACTIONS(1000), [anon_sym_continue] = ACTIONS(1000), [anon_sym_goto] = ACTIONS(1000), [anon_sym_DASH_DASH] = ACTIONS(1002), [anon_sym_PLUS_PLUS] = ACTIONS(1002), [anon_sym_sizeof] = ACTIONS(1000), [sym_number_literal] = ACTIONS(1002), [anon_sym_L_SQUOTE] = ACTIONS(1002), [anon_sym_u_SQUOTE] = ACTIONS(1002), [anon_sym_U_SQUOTE] = ACTIONS(1002), [anon_sym_u8_SQUOTE] = ACTIONS(1002), [anon_sym_SQUOTE] = ACTIONS(1002), [anon_sym_L_DQUOTE] = ACTIONS(1002), [anon_sym_u_DQUOTE] = ACTIONS(1002), [anon_sym_U_DQUOTE] = ACTIONS(1002), [anon_sym_u8_DQUOTE] = ACTIONS(1002), [anon_sym_DQUOTE] = ACTIONS(1002), [sym_true] = ACTIONS(1000), [sym_false] = ACTIONS(1000), [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, [98] = { [sym_identifier] = ACTIONS(1004), [aux_sym_preproc_include_token1] = ACTIONS(1004), [aux_sym_preproc_def_token1] = ACTIONS(1004), [aux_sym_preproc_if_token1] = ACTIONS(1004), [aux_sym_preproc_if_token2] = ACTIONS(1004), [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), [aux_sym_preproc_else_token1] = ACTIONS(1004), [aux_sym_preproc_elif_token1] = ACTIONS(1004), [sym_preproc_directive] = ACTIONS(1004), [anon_sym_LPAREN2] = ACTIONS(1006), [anon_sym_BANG] = ACTIONS(1006), [anon_sym_TILDE] = ACTIONS(1006), [anon_sym_DASH] = ACTIONS(1004), [anon_sym_PLUS] = ACTIONS(1004), [anon_sym_STAR] = ACTIONS(1006), [anon_sym_AMP] = ACTIONS(1006), [anon_sym_SEMI] = ACTIONS(1006), [anon_sym_typedef] = ACTIONS(1004), [anon_sym_extern] = ACTIONS(1004), [anon_sym___attribute__] = ACTIONS(1004), [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), [anon_sym___declspec] = ACTIONS(1004), [anon_sym___cdecl] = ACTIONS(1004), [anon_sym___clrcall] = ACTIONS(1004), [anon_sym___stdcall] = ACTIONS(1004), [anon_sym___fastcall] = ACTIONS(1004), [anon_sym___thiscall] = ACTIONS(1004), [anon_sym___vectorcall] = ACTIONS(1004), [anon_sym_LBRACE] = ACTIONS(1006), [anon_sym_static] = ACTIONS(1004), [anon_sym_auto] = ACTIONS(1004), [anon_sym_register] = ACTIONS(1004), [anon_sym_inline] = ACTIONS(1004), [anon_sym_const] = ACTIONS(1004), [anon_sym_volatile] = ACTIONS(1004), [anon_sym_restrict] = ACTIONS(1004), [anon_sym__Atomic] = ACTIONS(1004), [anon_sym_signed] = ACTIONS(1004), [anon_sym_unsigned] = ACTIONS(1004), [anon_sym_long] = ACTIONS(1004), [anon_sym_short] = ACTIONS(1004), [sym_primitive_type] = ACTIONS(1004), [anon_sym_enum] = ACTIONS(1004), [anon_sym_struct] = ACTIONS(1004), [anon_sym_union] = ACTIONS(1004), [anon_sym_if] = ACTIONS(1004), [anon_sym_else] = ACTIONS(1004), [anon_sym_switch] = ACTIONS(1004), [anon_sym_case] = ACTIONS(1004), [anon_sym_default] = ACTIONS(1004), [anon_sym_while] = ACTIONS(1004), [anon_sym_do] = ACTIONS(1004), [anon_sym_for] = ACTIONS(1004), [anon_sym_return] = ACTIONS(1004), [anon_sym_break] = ACTIONS(1004), [anon_sym_continue] = ACTIONS(1004), [anon_sym_goto] = ACTIONS(1004), [anon_sym_DASH_DASH] = ACTIONS(1006), [anon_sym_PLUS_PLUS] = ACTIONS(1006), [anon_sym_sizeof] = ACTIONS(1004), [sym_number_literal] = ACTIONS(1006), [anon_sym_L_SQUOTE] = ACTIONS(1006), [anon_sym_u_SQUOTE] = ACTIONS(1006), [anon_sym_U_SQUOTE] = ACTIONS(1006), [anon_sym_u8_SQUOTE] = ACTIONS(1006), [anon_sym_SQUOTE] = ACTIONS(1006), [anon_sym_L_DQUOTE] = ACTIONS(1006), [anon_sym_u_DQUOTE] = ACTIONS(1006), [anon_sym_U_DQUOTE] = ACTIONS(1006), [anon_sym_u8_DQUOTE] = ACTIONS(1006), [anon_sym_DQUOTE] = ACTIONS(1006), [sym_true] = ACTIONS(1004), [sym_false] = ACTIONS(1004), [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, [99] = { [sym_identifier] = ACTIONS(1008), [aux_sym_preproc_include_token1] = ACTIONS(1008), [aux_sym_preproc_def_token1] = ACTIONS(1008), [aux_sym_preproc_if_token1] = ACTIONS(1008), [aux_sym_preproc_if_token2] = ACTIONS(1008), [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), [aux_sym_preproc_else_token1] = ACTIONS(1008), [aux_sym_preproc_elif_token1] = ACTIONS(1008), [sym_preproc_directive] = ACTIONS(1008), [anon_sym_LPAREN2] = ACTIONS(1010), [anon_sym_BANG] = ACTIONS(1010), [anon_sym_TILDE] = ACTIONS(1010), [anon_sym_DASH] = ACTIONS(1008), [anon_sym_PLUS] = ACTIONS(1008), [anon_sym_STAR] = ACTIONS(1010), [anon_sym_AMP] = ACTIONS(1010), [anon_sym_SEMI] = ACTIONS(1010), [anon_sym_typedef] = ACTIONS(1008), [anon_sym_extern] = ACTIONS(1008), [anon_sym___attribute__] = ACTIONS(1008), [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), [anon_sym___declspec] = ACTIONS(1008), [anon_sym___cdecl] = ACTIONS(1008), [anon_sym___clrcall] = ACTIONS(1008), [anon_sym___stdcall] = ACTIONS(1008), [anon_sym___fastcall] = ACTIONS(1008), [anon_sym___thiscall] = ACTIONS(1008), [anon_sym___vectorcall] = ACTIONS(1008), [anon_sym_LBRACE] = ACTIONS(1010), [anon_sym_static] = ACTIONS(1008), [anon_sym_auto] = ACTIONS(1008), [anon_sym_register] = ACTIONS(1008), [anon_sym_inline] = ACTIONS(1008), [anon_sym_const] = ACTIONS(1008), [anon_sym_volatile] = ACTIONS(1008), [anon_sym_restrict] = ACTIONS(1008), [anon_sym__Atomic] = ACTIONS(1008), [anon_sym_signed] = ACTIONS(1008), [anon_sym_unsigned] = ACTIONS(1008), [anon_sym_long] = ACTIONS(1008), [anon_sym_short] = ACTIONS(1008), [sym_primitive_type] = ACTIONS(1008), [anon_sym_enum] = ACTIONS(1008), [anon_sym_struct] = ACTIONS(1008), [anon_sym_union] = ACTIONS(1008), [anon_sym_if] = ACTIONS(1008), [anon_sym_else] = ACTIONS(1008), [anon_sym_switch] = ACTIONS(1008), [anon_sym_case] = ACTIONS(1008), [anon_sym_default] = ACTIONS(1008), [anon_sym_while] = ACTIONS(1008), [anon_sym_do] = ACTIONS(1008), [anon_sym_for] = ACTIONS(1008), [anon_sym_return] = ACTIONS(1008), [anon_sym_break] = ACTIONS(1008), [anon_sym_continue] = ACTIONS(1008), [anon_sym_goto] = ACTIONS(1008), [anon_sym_DASH_DASH] = ACTIONS(1010), [anon_sym_PLUS_PLUS] = ACTIONS(1010), [anon_sym_sizeof] = ACTIONS(1008), [sym_number_literal] = ACTIONS(1010), [anon_sym_L_SQUOTE] = ACTIONS(1010), [anon_sym_u_SQUOTE] = ACTIONS(1010), [anon_sym_U_SQUOTE] = ACTIONS(1010), [anon_sym_u8_SQUOTE] = ACTIONS(1010), [anon_sym_SQUOTE] = ACTIONS(1010), [anon_sym_L_DQUOTE] = ACTIONS(1010), [anon_sym_u_DQUOTE] = ACTIONS(1010), [anon_sym_U_DQUOTE] = ACTIONS(1010), [anon_sym_u8_DQUOTE] = ACTIONS(1010), [anon_sym_DQUOTE] = ACTIONS(1010), [sym_true] = ACTIONS(1008), [sym_false] = ACTIONS(1008), [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, [100] = { [sym_identifier] = ACTIONS(1012), [aux_sym_preproc_include_token1] = ACTIONS(1012), [aux_sym_preproc_def_token1] = ACTIONS(1012), [aux_sym_preproc_if_token1] = ACTIONS(1012), [aux_sym_preproc_if_token2] = ACTIONS(1012), [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), [aux_sym_preproc_else_token1] = ACTIONS(1012), [aux_sym_preproc_elif_token1] = ACTIONS(1012), [sym_preproc_directive] = ACTIONS(1012), [anon_sym_LPAREN2] = ACTIONS(1014), [anon_sym_BANG] = ACTIONS(1014), [anon_sym_TILDE] = ACTIONS(1014), [anon_sym_DASH] = ACTIONS(1012), [anon_sym_PLUS] = ACTIONS(1012), [anon_sym_STAR] = ACTIONS(1014), [anon_sym_AMP] = ACTIONS(1014), [anon_sym_SEMI] = ACTIONS(1014), [anon_sym_typedef] = ACTIONS(1012), [anon_sym_extern] = ACTIONS(1012), [anon_sym___attribute__] = ACTIONS(1012), [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), [anon_sym___declspec] = ACTIONS(1012), [anon_sym___cdecl] = ACTIONS(1012), [anon_sym___clrcall] = ACTIONS(1012), [anon_sym___stdcall] = ACTIONS(1012), [anon_sym___fastcall] = ACTIONS(1012), [anon_sym___thiscall] = ACTIONS(1012), [anon_sym___vectorcall] = ACTIONS(1012), [anon_sym_LBRACE] = ACTIONS(1014), [anon_sym_static] = ACTIONS(1012), [anon_sym_auto] = ACTIONS(1012), [anon_sym_register] = ACTIONS(1012), [anon_sym_inline] = ACTIONS(1012), [anon_sym_const] = ACTIONS(1012), [anon_sym_volatile] = ACTIONS(1012), [anon_sym_restrict] = ACTIONS(1012), [anon_sym__Atomic] = ACTIONS(1012), [anon_sym_signed] = ACTIONS(1012), [anon_sym_unsigned] = ACTIONS(1012), [anon_sym_long] = ACTIONS(1012), [anon_sym_short] = ACTIONS(1012), [sym_primitive_type] = ACTIONS(1012), [anon_sym_enum] = ACTIONS(1012), [anon_sym_struct] = ACTIONS(1012), [anon_sym_union] = ACTIONS(1012), [anon_sym_if] = ACTIONS(1012), [anon_sym_else] = ACTIONS(1012), [anon_sym_switch] = ACTIONS(1012), [anon_sym_case] = ACTIONS(1012), [anon_sym_default] = ACTIONS(1012), [anon_sym_while] = ACTIONS(1012), [anon_sym_do] = ACTIONS(1012), [anon_sym_for] = ACTIONS(1012), [anon_sym_return] = ACTIONS(1012), [anon_sym_break] = ACTIONS(1012), [anon_sym_continue] = ACTIONS(1012), [anon_sym_goto] = ACTIONS(1012), [anon_sym_DASH_DASH] = ACTIONS(1014), [anon_sym_PLUS_PLUS] = ACTIONS(1014), [anon_sym_sizeof] = ACTIONS(1012), [sym_number_literal] = ACTIONS(1014), [anon_sym_L_SQUOTE] = ACTIONS(1014), [anon_sym_u_SQUOTE] = ACTIONS(1014), [anon_sym_U_SQUOTE] = ACTIONS(1014), [anon_sym_u8_SQUOTE] = ACTIONS(1014), [anon_sym_SQUOTE] = ACTIONS(1014), [anon_sym_L_DQUOTE] = ACTIONS(1014), [anon_sym_u_DQUOTE] = ACTIONS(1014), [anon_sym_U_DQUOTE] = ACTIONS(1014), [anon_sym_u8_DQUOTE] = ACTIONS(1014), [anon_sym_DQUOTE] = ACTIONS(1014), [sym_true] = ACTIONS(1012), [sym_false] = ACTIONS(1012), [sym_null] = ACTIONS(1012), [sym_comment] = ACTIONS(3), }, [101] = { [sym_identifier] = ACTIONS(1016), [aux_sym_preproc_include_token1] = ACTIONS(1016), [aux_sym_preproc_def_token1] = ACTIONS(1016), [aux_sym_preproc_if_token1] = ACTIONS(1016), [aux_sym_preproc_if_token2] = ACTIONS(1016), [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), [aux_sym_preproc_else_token1] = ACTIONS(1016), [aux_sym_preproc_elif_token1] = ACTIONS(1016), [sym_preproc_directive] = ACTIONS(1016), [anon_sym_LPAREN2] = ACTIONS(1018), [anon_sym_BANG] = ACTIONS(1018), [anon_sym_TILDE] = ACTIONS(1018), [anon_sym_DASH] = ACTIONS(1016), [anon_sym_PLUS] = ACTIONS(1016), [anon_sym_STAR] = ACTIONS(1018), [anon_sym_AMP] = ACTIONS(1018), [anon_sym_SEMI] = ACTIONS(1018), [anon_sym_typedef] = ACTIONS(1016), [anon_sym_extern] = ACTIONS(1016), [anon_sym___attribute__] = ACTIONS(1016), [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), [anon_sym___declspec] = ACTIONS(1016), [anon_sym___cdecl] = ACTIONS(1016), [anon_sym___clrcall] = ACTIONS(1016), [anon_sym___stdcall] = ACTIONS(1016), [anon_sym___fastcall] = ACTIONS(1016), [anon_sym___thiscall] = ACTIONS(1016), [anon_sym___vectorcall] = ACTIONS(1016), [anon_sym_LBRACE] = ACTIONS(1018), [anon_sym_static] = ACTIONS(1016), [anon_sym_auto] = ACTIONS(1016), [anon_sym_register] = ACTIONS(1016), [anon_sym_inline] = ACTIONS(1016), [anon_sym_const] = ACTIONS(1016), [anon_sym_volatile] = ACTIONS(1016), [anon_sym_restrict] = ACTIONS(1016), [anon_sym__Atomic] = ACTIONS(1016), [anon_sym_signed] = ACTIONS(1016), [anon_sym_unsigned] = ACTIONS(1016), [anon_sym_long] = ACTIONS(1016), [anon_sym_short] = ACTIONS(1016), [sym_primitive_type] = ACTIONS(1016), [anon_sym_enum] = ACTIONS(1016), [anon_sym_struct] = ACTIONS(1016), [anon_sym_union] = ACTIONS(1016), [anon_sym_if] = ACTIONS(1016), [anon_sym_else] = ACTIONS(1016), [anon_sym_switch] = ACTIONS(1016), [anon_sym_case] = ACTIONS(1016), [anon_sym_default] = ACTIONS(1016), [anon_sym_while] = ACTIONS(1016), [anon_sym_do] = ACTIONS(1016), [anon_sym_for] = ACTIONS(1016), [anon_sym_return] = ACTIONS(1016), [anon_sym_break] = ACTIONS(1016), [anon_sym_continue] = ACTIONS(1016), [anon_sym_goto] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(1018), [anon_sym_PLUS_PLUS] = ACTIONS(1018), [anon_sym_sizeof] = ACTIONS(1016), [sym_number_literal] = ACTIONS(1018), [anon_sym_L_SQUOTE] = ACTIONS(1018), [anon_sym_u_SQUOTE] = ACTIONS(1018), [anon_sym_U_SQUOTE] = ACTIONS(1018), [anon_sym_u8_SQUOTE] = ACTIONS(1018), [anon_sym_SQUOTE] = ACTIONS(1018), [anon_sym_L_DQUOTE] = ACTIONS(1018), [anon_sym_u_DQUOTE] = ACTIONS(1018), [anon_sym_U_DQUOTE] = ACTIONS(1018), [anon_sym_u8_DQUOTE] = ACTIONS(1018), [anon_sym_DQUOTE] = ACTIONS(1018), [sym_true] = ACTIONS(1016), [sym_false] = ACTIONS(1016), [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, [102] = { [sym_identifier] = ACTIONS(1020), [aux_sym_preproc_include_token1] = ACTIONS(1020), [aux_sym_preproc_def_token1] = ACTIONS(1020), [aux_sym_preproc_if_token1] = ACTIONS(1020), [aux_sym_preproc_if_token2] = ACTIONS(1020), [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), [aux_sym_preproc_else_token1] = ACTIONS(1020), [aux_sym_preproc_elif_token1] = ACTIONS(1020), [sym_preproc_directive] = ACTIONS(1020), [anon_sym_LPAREN2] = ACTIONS(1022), [anon_sym_BANG] = ACTIONS(1022), [anon_sym_TILDE] = ACTIONS(1022), [anon_sym_DASH] = ACTIONS(1020), [anon_sym_PLUS] = ACTIONS(1020), [anon_sym_STAR] = ACTIONS(1022), [anon_sym_AMP] = ACTIONS(1022), [anon_sym_SEMI] = ACTIONS(1022), [anon_sym_typedef] = ACTIONS(1020), [anon_sym_extern] = ACTIONS(1020), [anon_sym___attribute__] = ACTIONS(1020), [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), [anon_sym___declspec] = ACTIONS(1020), [anon_sym___cdecl] = ACTIONS(1020), [anon_sym___clrcall] = ACTIONS(1020), [anon_sym___stdcall] = ACTIONS(1020), [anon_sym___fastcall] = ACTIONS(1020), [anon_sym___thiscall] = ACTIONS(1020), [anon_sym___vectorcall] = ACTIONS(1020), [anon_sym_LBRACE] = ACTIONS(1022), [anon_sym_static] = ACTIONS(1020), [anon_sym_auto] = ACTIONS(1020), [anon_sym_register] = ACTIONS(1020), [anon_sym_inline] = ACTIONS(1020), [anon_sym_const] = ACTIONS(1020), [anon_sym_volatile] = ACTIONS(1020), [anon_sym_restrict] = ACTIONS(1020), [anon_sym__Atomic] = ACTIONS(1020), [anon_sym_signed] = ACTIONS(1020), [anon_sym_unsigned] = ACTIONS(1020), [anon_sym_long] = ACTIONS(1020), [anon_sym_short] = ACTIONS(1020), [sym_primitive_type] = ACTIONS(1020), [anon_sym_enum] = ACTIONS(1020), [anon_sym_struct] = ACTIONS(1020), [anon_sym_union] = ACTIONS(1020), [anon_sym_if] = ACTIONS(1020), [anon_sym_else] = ACTIONS(1020), [anon_sym_switch] = ACTIONS(1020), [anon_sym_case] = ACTIONS(1020), [anon_sym_default] = ACTIONS(1020), [anon_sym_while] = ACTIONS(1020), [anon_sym_do] = ACTIONS(1020), [anon_sym_for] = ACTIONS(1020), [anon_sym_return] = ACTIONS(1020), [anon_sym_break] = ACTIONS(1020), [anon_sym_continue] = ACTIONS(1020), [anon_sym_goto] = ACTIONS(1020), [anon_sym_DASH_DASH] = ACTIONS(1022), [anon_sym_PLUS_PLUS] = ACTIONS(1022), [anon_sym_sizeof] = ACTIONS(1020), [sym_number_literal] = ACTIONS(1022), [anon_sym_L_SQUOTE] = ACTIONS(1022), [anon_sym_u_SQUOTE] = ACTIONS(1022), [anon_sym_U_SQUOTE] = ACTIONS(1022), [anon_sym_u8_SQUOTE] = ACTIONS(1022), [anon_sym_SQUOTE] = ACTIONS(1022), [anon_sym_L_DQUOTE] = ACTIONS(1022), [anon_sym_u_DQUOTE] = ACTIONS(1022), [anon_sym_U_DQUOTE] = ACTIONS(1022), [anon_sym_u8_DQUOTE] = ACTIONS(1022), [anon_sym_DQUOTE] = ACTIONS(1022), [sym_true] = ACTIONS(1020), [sym_false] = ACTIONS(1020), [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, [103] = { [sym_identifier] = ACTIONS(1024), [aux_sym_preproc_include_token1] = ACTIONS(1024), [aux_sym_preproc_def_token1] = ACTIONS(1024), [aux_sym_preproc_if_token1] = ACTIONS(1024), [aux_sym_preproc_if_token2] = ACTIONS(1024), [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), [aux_sym_preproc_else_token1] = ACTIONS(1024), [aux_sym_preproc_elif_token1] = ACTIONS(1024), [sym_preproc_directive] = ACTIONS(1024), [anon_sym_LPAREN2] = ACTIONS(1026), [anon_sym_BANG] = ACTIONS(1026), [anon_sym_TILDE] = ACTIONS(1026), [anon_sym_DASH] = ACTIONS(1024), [anon_sym_PLUS] = ACTIONS(1024), [anon_sym_STAR] = ACTIONS(1026), [anon_sym_AMP] = ACTIONS(1026), [anon_sym_SEMI] = ACTIONS(1026), [anon_sym_typedef] = ACTIONS(1024), [anon_sym_extern] = ACTIONS(1024), [anon_sym___attribute__] = ACTIONS(1024), [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), [anon_sym___declspec] = ACTIONS(1024), [anon_sym___cdecl] = ACTIONS(1024), [anon_sym___clrcall] = ACTIONS(1024), [anon_sym___stdcall] = ACTIONS(1024), [anon_sym___fastcall] = ACTIONS(1024), [anon_sym___thiscall] = ACTIONS(1024), [anon_sym___vectorcall] = ACTIONS(1024), [anon_sym_LBRACE] = ACTIONS(1026), [anon_sym_static] = ACTIONS(1024), [anon_sym_auto] = ACTIONS(1024), [anon_sym_register] = ACTIONS(1024), [anon_sym_inline] = ACTIONS(1024), [anon_sym_const] = ACTIONS(1024), [anon_sym_volatile] = ACTIONS(1024), [anon_sym_restrict] = ACTIONS(1024), [anon_sym__Atomic] = ACTIONS(1024), [anon_sym_signed] = ACTIONS(1024), [anon_sym_unsigned] = ACTIONS(1024), [anon_sym_long] = ACTIONS(1024), [anon_sym_short] = ACTIONS(1024), [sym_primitive_type] = ACTIONS(1024), [anon_sym_enum] = ACTIONS(1024), [anon_sym_struct] = ACTIONS(1024), [anon_sym_union] = ACTIONS(1024), [anon_sym_if] = ACTIONS(1024), [anon_sym_else] = ACTIONS(1024), [anon_sym_switch] = ACTIONS(1024), [anon_sym_case] = ACTIONS(1024), [anon_sym_default] = ACTIONS(1024), [anon_sym_while] = ACTIONS(1024), [anon_sym_do] = ACTIONS(1024), [anon_sym_for] = ACTIONS(1024), [anon_sym_return] = ACTIONS(1024), [anon_sym_break] = ACTIONS(1024), [anon_sym_continue] = ACTIONS(1024), [anon_sym_goto] = ACTIONS(1024), [anon_sym_DASH_DASH] = ACTIONS(1026), [anon_sym_PLUS_PLUS] = ACTIONS(1026), [anon_sym_sizeof] = ACTIONS(1024), [sym_number_literal] = ACTIONS(1026), [anon_sym_L_SQUOTE] = ACTIONS(1026), [anon_sym_u_SQUOTE] = ACTIONS(1026), [anon_sym_U_SQUOTE] = ACTIONS(1026), [anon_sym_u8_SQUOTE] = ACTIONS(1026), [anon_sym_SQUOTE] = ACTIONS(1026), [anon_sym_L_DQUOTE] = ACTIONS(1026), [anon_sym_u_DQUOTE] = ACTIONS(1026), [anon_sym_U_DQUOTE] = ACTIONS(1026), [anon_sym_u8_DQUOTE] = ACTIONS(1026), [anon_sym_DQUOTE] = ACTIONS(1026), [sym_true] = ACTIONS(1024), [sym_false] = ACTIONS(1024), [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, [104] = { [sym_identifier] = ACTIONS(1028), [aux_sym_preproc_include_token1] = ACTIONS(1028), [aux_sym_preproc_def_token1] = ACTIONS(1028), [aux_sym_preproc_if_token1] = ACTIONS(1028), [aux_sym_preproc_if_token2] = ACTIONS(1028), [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), [aux_sym_preproc_else_token1] = ACTIONS(1028), [aux_sym_preproc_elif_token1] = ACTIONS(1028), [sym_preproc_directive] = ACTIONS(1028), [anon_sym_LPAREN2] = ACTIONS(1030), [anon_sym_BANG] = ACTIONS(1030), [anon_sym_TILDE] = ACTIONS(1030), [anon_sym_DASH] = ACTIONS(1028), [anon_sym_PLUS] = ACTIONS(1028), [anon_sym_STAR] = ACTIONS(1030), [anon_sym_AMP] = ACTIONS(1030), [anon_sym_SEMI] = ACTIONS(1030), [anon_sym_typedef] = ACTIONS(1028), [anon_sym_extern] = ACTIONS(1028), [anon_sym___attribute__] = ACTIONS(1028), [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), [anon_sym___declspec] = ACTIONS(1028), [anon_sym___cdecl] = ACTIONS(1028), [anon_sym___clrcall] = ACTIONS(1028), [anon_sym___stdcall] = ACTIONS(1028), [anon_sym___fastcall] = ACTIONS(1028), [anon_sym___thiscall] = ACTIONS(1028), [anon_sym___vectorcall] = ACTIONS(1028), [anon_sym_LBRACE] = ACTIONS(1030), [anon_sym_static] = ACTIONS(1028), [anon_sym_auto] = ACTIONS(1028), [anon_sym_register] = ACTIONS(1028), [anon_sym_inline] = ACTIONS(1028), [anon_sym_const] = ACTIONS(1028), [anon_sym_volatile] = ACTIONS(1028), [anon_sym_restrict] = ACTIONS(1028), [anon_sym__Atomic] = ACTIONS(1028), [anon_sym_signed] = ACTIONS(1028), [anon_sym_unsigned] = ACTIONS(1028), [anon_sym_long] = ACTIONS(1028), [anon_sym_short] = ACTIONS(1028), [sym_primitive_type] = ACTIONS(1028), [anon_sym_enum] = ACTIONS(1028), [anon_sym_struct] = ACTIONS(1028), [anon_sym_union] = ACTIONS(1028), [anon_sym_if] = ACTIONS(1028), [anon_sym_switch] = ACTIONS(1028), [anon_sym_case] = ACTIONS(1028), [anon_sym_default] = ACTIONS(1028), [anon_sym_while] = ACTIONS(1028), [anon_sym_do] = ACTIONS(1028), [anon_sym_for] = ACTIONS(1028), [anon_sym_return] = ACTIONS(1028), [anon_sym_break] = ACTIONS(1028), [anon_sym_continue] = ACTIONS(1028), [anon_sym_goto] = ACTIONS(1028), [anon_sym_DASH_DASH] = ACTIONS(1030), [anon_sym_PLUS_PLUS] = ACTIONS(1030), [anon_sym_sizeof] = ACTIONS(1028), [sym_number_literal] = ACTIONS(1030), [anon_sym_L_SQUOTE] = ACTIONS(1030), [anon_sym_u_SQUOTE] = ACTIONS(1030), [anon_sym_U_SQUOTE] = ACTIONS(1030), [anon_sym_u8_SQUOTE] = ACTIONS(1030), [anon_sym_SQUOTE] = ACTIONS(1030), [anon_sym_L_DQUOTE] = ACTIONS(1030), [anon_sym_u_DQUOTE] = ACTIONS(1030), [anon_sym_U_DQUOTE] = ACTIONS(1030), [anon_sym_u8_DQUOTE] = ACTIONS(1030), [anon_sym_DQUOTE] = ACTIONS(1030), [sym_true] = ACTIONS(1028), [sym_false] = ACTIONS(1028), [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, [105] = { [sym_identifier] = ACTIONS(1032), [aux_sym_preproc_include_token1] = ACTIONS(1032), [aux_sym_preproc_def_token1] = ACTIONS(1032), [aux_sym_preproc_if_token1] = ACTIONS(1032), [aux_sym_preproc_if_token2] = ACTIONS(1032), [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), [aux_sym_preproc_else_token1] = ACTIONS(1032), [aux_sym_preproc_elif_token1] = ACTIONS(1032), [sym_preproc_directive] = ACTIONS(1032), [anon_sym_LPAREN2] = ACTIONS(1034), [anon_sym_BANG] = ACTIONS(1034), [anon_sym_TILDE] = ACTIONS(1034), [anon_sym_DASH] = ACTIONS(1032), [anon_sym_PLUS] = ACTIONS(1032), [anon_sym_STAR] = ACTIONS(1034), [anon_sym_AMP] = ACTIONS(1034), [anon_sym_SEMI] = ACTIONS(1034), [anon_sym_typedef] = ACTIONS(1032), [anon_sym_extern] = ACTIONS(1032), [anon_sym___attribute__] = ACTIONS(1032), [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), [anon_sym___declspec] = ACTIONS(1032), [anon_sym___cdecl] = ACTIONS(1032), [anon_sym___clrcall] = ACTIONS(1032), [anon_sym___stdcall] = ACTIONS(1032), [anon_sym___fastcall] = ACTIONS(1032), [anon_sym___thiscall] = ACTIONS(1032), [anon_sym___vectorcall] = ACTIONS(1032), [anon_sym_LBRACE] = ACTIONS(1034), [anon_sym_static] = ACTIONS(1032), [anon_sym_auto] = ACTIONS(1032), [anon_sym_register] = ACTIONS(1032), [anon_sym_inline] = ACTIONS(1032), [anon_sym_const] = ACTIONS(1032), [anon_sym_volatile] = ACTIONS(1032), [anon_sym_restrict] = ACTIONS(1032), [anon_sym__Atomic] = ACTIONS(1032), [anon_sym_signed] = ACTIONS(1032), [anon_sym_unsigned] = ACTIONS(1032), [anon_sym_long] = ACTIONS(1032), [anon_sym_short] = ACTIONS(1032), [sym_primitive_type] = ACTIONS(1032), [anon_sym_enum] = ACTIONS(1032), [anon_sym_struct] = ACTIONS(1032), [anon_sym_union] = ACTIONS(1032), [anon_sym_if] = ACTIONS(1032), [anon_sym_switch] = ACTIONS(1032), [anon_sym_case] = ACTIONS(1032), [anon_sym_default] = ACTIONS(1032), [anon_sym_while] = ACTIONS(1032), [anon_sym_do] = ACTIONS(1032), [anon_sym_for] = ACTIONS(1032), [anon_sym_return] = ACTIONS(1032), [anon_sym_break] = ACTIONS(1032), [anon_sym_continue] = ACTIONS(1032), [anon_sym_goto] = ACTIONS(1032), [anon_sym_DASH_DASH] = ACTIONS(1034), [anon_sym_PLUS_PLUS] = ACTIONS(1034), [anon_sym_sizeof] = ACTIONS(1032), [sym_number_literal] = ACTIONS(1034), [anon_sym_L_SQUOTE] = ACTIONS(1034), [anon_sym_u_SQUOTE] = ACTIONS(1034), [anon_sym_U_SQUOTE] = ACTIONS(1034), [anon_sym_u8_SQUOTE] = ACTIONS(1034), [anon_sym_SQUOTE] = ACTIONS(1034), [anon_sym_L_DQUOTE] = ACTIONS(1034), [anon_sym_u_DQUOTE] = ACTIONS(1034), [anon_sym_U_DQUOTE] = ACTIONS(1034), [anon_sym_u8_DQUOTE] = ACTIONS(1034), [anon_sym_DQUOTE] = ACTIONS(1034), [sym_true] = ACTIONS(1032), [sym_false] = ACTIONS(1032), [sym_null] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, [106] = { [sym_identifier] = ACTIONS(1036), [aux_sym_preproc_include_token1] = ACTIONS(1036), [aux_sym_preproc_def_token1] = ACTIONS(1036), [aux_sym_preproc_if_token1] = ACTIONS(1036), [aux_sym_preproc_if_token2] = ACTIONS(1036), [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), [aux_sym_preproc_else_token1] = ACTIONS(1036), [aux_sym_preproc_elif_token1] = ACTIONS(1036), [sym_preproc_directive] = ACTIONS(1036), [anon_sym_LPAREN2] = ACTIONS(1038), [anon_sym_BANG] = ACTIONS(1038), [anon_sym_TILDE] = ACTIONS(1038), [anon_sym_DASH] = ACTIONS(1036), [anon_sym_PLUS] = ACTIONS(1036), [anon_sym_STAR] = ACTIONS(1038), [anon_sym_AMP] = ACTIONS(1038), [anon_sym_SEMI] = ACTIONS(1038), [anon_sym_typedef] = ACTIONS(1036), [anon_sym_extern] = ACTIONS(1036), [anon_sym___attribute__] = ACTIONS(1036), [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), [anon_sym___declspec] = ACTIONS(1036), [anon_sym___cdecl] = ACTIONS(1036), [anon_sym___clrcall] = ACTIONS(1036), [anon_sym___stdcall] = ACTIONS(1036), [anon_sym___fastcall] = ACTIONS(1036), [anon_sym___thiscall] = ACTIONS(1036), [anon_sym___vectorcall] = ACTIONS(1036), [anon_sym_LBRACE] = ACTIONS(1038), [anon_sym_static] = ACTIONS(1036), [anon_sym_auto] = ACTIONS(1036), [anon_sym_register] = ACTIONS(1036), [anon_sym_inline] = ACTIONS(1036), [anon_sym_const] = ACTIONS(1036), [anon_sym_volatile] = ACTIONS(1036), [anon_sym_restrict] = ACTIONS(1036), [anon_sym__Atomic] = ACTIONS(1036), [anon_sym_signed] = ACTIONS(1036), [anon_sym_unsigned] = ACTIONS(1036), [anon_sym_long] = ACTIONS(1036), [anon_sym_short] = ACTIONS(1036), [sym_primitive_type] = ACTIONS(1036), [anon_sym_enum] = ACTIONS(1036), [anon_sym_struct] = ACTIONS(1036), [anon_sym_union] = ACTIONS(1036), [anon_sym_if] = ACTIONS(1036), [anon_sym_switch] = ACTIONS(1036), [anon_sym_case] = ACTIONS(1036), [anon_sym_default] = ACTIONS(1036), [anon_sym_while] = ACTIONS(1036), [anon_sym_do] = ACTIONS(1036), [anon_sym_for] = ACTIONS(1036), [anon_sym_return] = ACTIONS(1036), [anon_sym_break] = ACTIONS(1036), [anon_sym_continue] = ACTIONS(1036), [anon_sym_goto] = ACTIONS(1036), [anon_sym_DASH_DASH] = ACTIONS(1038), [anon_sym_PLUS_PLUS] = ACTIONS(1038), [anon_sym_sizeof] = ACTIONS(1036), [sym_number_literal] = ACTIONS(1038), [anon_sym_L_SQUOTE] = ACTIONS(1038), [anon_sym_u_SQUOTE] = ACTIONS(1038), [anon_sym_U_SQUOTE] = ACTIONS(1038), [anon_sym_u8_SQUOTE] = ACTIONS(1038), [anon_sym_SQUOTE] = ACTIONS(1038), [anon_sym_L_DQUOTE] = ACTIONS(1038), [anon_sym_u_DQUOTE] = ACTIONS(1038), [anon_sym_U_DQUOTE] = ACTIONS(1038), [anon_sym_u8_DQUOTE] = ACTIONS(1038), [anon_sym_DQUOTE] = ACTIONS(1038), [sym_true] = ACTIONS(1036), [sym_false] = ACTIONS(1036), [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, [107] = { [sym_identifier] = ACTIONS(1040), [aux_sym_preproc_include_token1] = ACTIONS(1040), [aux_sym_preproc_def_token1] = ACTIONS(1040), [aux_sym_preproc_if_token1] = ACTIONS(1040), [aux_sym_preproc_if_token2] = ACTIONS(1040), [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), [aux_sym_preproc_else_token1] = ACTIONS(1040), [aux_sym_preproc_elif_token1] = ACTIONS(1040), [sym_preproc_directive] = ACTIONS(1040), [anon_sym_LPAREN2] = ACTIONS(1042), [anon_sym_BANG] = ACTIONS(1042), [anon_sym_TILDE] = ACTIONS(1042), [anon_sym_DASH] = ACTIONS(1040), [anon_sym_PLUS] = ACTIONS(1040), [anon_sym_STAR] = ACTIONS(1042), [anon_sym_AMP] = ACTIONS(1042), [anon_sym_SEMI] = ACTIONS(1042), [anon_sym_typedef] = ACTIONS(1040), [anon_sym_extern] = ACTIONS(1040), [anon_sym___attribute__] = ACTIONS(1040), [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), [anon_sym___declspec] = ACTIONS(1040), [anon_sym___cdecl] = ACTIONS(1040), [anon_sym___clrcall] = ACTIONS(1040), [anon_sym___stdcall] = ACTIONS(1040), [anon_sym___fastcall] = ACTIONS(1040), [anon_sym___thiscall] = ACTIONS(1040), [anon_sym___vectorcall] = ACTIONS(1040), [anon_sym_LBRACE] = ACTIONS(1042), [anon_sym_static] = ACTIONS(1040), [anon_sym_auto] = ACTIONS(1040), [anon_sym_register] = ACTIONS(1040), [anon_sym_inline] = ACTIONS(1040), [anon_sym_const] = ACTIONS(1040), [anon_sym_volatile] = ACTIONS(1040), [anon_sym_restrict] = ACTIONS(1040), [anon_sym__Atomic] = ACTIONS(1040), [anon_sym_signed] = ACTIONS(1040), [anon_sym_unsigned] = ACTIONS(1040), [anon_sym_long] = ACTIONS(1040), [anon_sym_short] = ACTIONS(1040), [sym_primitive_type] = ACTIONS(1040), [anon_sym_enum] = ACTIONS(1040), [anon_sym_struct] = ACTIONS(1040), [anon_sym_union] = ACTIONS(1040), [anon_sym_if] = ACTIONS(1040), [anon_sym_switch] = ACTIONS(1040), [anon_sym_case] = ACTIONS(1040), [anon_sym_default] = ACTIONS(1040), [anon_sym_while] = ACTIONS(1040), [anon_sym_do] = ACTIONS(1040), [anon_sym_for] = ACTIONS(1040), [anon_sym_return] = ACTIONS(1040), [anon_sym_break] = ACTIONS(1040), [anon_sym_continue] = ACTIONS(1040), [anon_sym_goto] = ACTIONS(1040), [anon_sym_DASH_DASH] = ACTIONS(1042), [anon_sym_PLUS_PLUS] = ACTIONS(1042), [anon_sym_sizeof] = ACTIONS(1040), [sym_number_literal] = ACTIONS(1042), [anon_sym_L_SQUOTE] = ACTIONS(1042), [anon_sym_u_SQUOTE] = ACTIONS(1042), [anon_sym_U_SQUOTE] = ACTIONS(1042), [anon_sym_u8_SQUOTE] = ACTIONS(1042), [anon_sym_SQUOTE] = ACTIONS(1042), [anon_sym_L_DQUOTE] = ACTIONS(1042), [anon_sym_u_DQUOTE] = ACTIONS(1042), [anon_sym_U_DQUOTE] = ACTIONS(1042), [anon_sym_u8_DQUOTE] = ACTIONS(1042), [anon_sym_DQUOTE] = ACTIONS(1042), [sym_true] = ACTIONS(1040), [sym_false] = ACTIONS(1040), [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, [108] = { [sym_identifier] = ACTIONS(1044), [aux_sym_preproc_include_token1] = ACTIONS(1044), [aux_sym_preproc_def_token1] = ACTIONS(1044), [aux_sym_preproc_if_token1] = ACTIONS(1044), [aux_sym_preproc_if_token2] = ACTIONS(1044), [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), [aux_sym_preproc_else_token1] = ACTIONS(1044), [aux_sym_preproc_elif_token1] = ACTIONS(1044), [sym_preproc_directive] = ACTIONS(1044), [anon_sym_LPAREN2] = ACTIONS(1046), [anon_sym_BANG] = ACTIONS(1046), [anon_sym_TILDE] = ACTIONS(1046), [anon_sym_DASH] = ACTIONS(1044), [anon_sym_PLUS] = ACTIONS(1044), [anon_sym_STAR] = ACTIONS(1046), [anon_sym_AMP] = ACTIONS(1046), [anon_sym_SEMI] = ACTIONS(1046), [anon_sym_typedef] = ACTIONS(1044), [anon_sym_extern] = ACTIONS(1044), [anon_sym___attribute__] = ACTIONS(1044), [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), [anon_sym___declspec] = ACTIONS(1044), [anon_sym___cdecl] = ACTIONS(1044), [anon_sym___clrcall] = ACTIONS(1044), [anon_sym___stdcall] = ACTIONS(1044), [anon_sym___fastcall] = ACTIONS(1044), [anon_sym___thiscall] = ACTIONS(1044), [anon_sym___vectorcall] = ACTIONS(1044), [anon_sym_LBRACE] = ACTIONS(1046), [anon_sym_static] = ACTIONS(1044), [anon_sym_auto] = ACTIONS(1044), [anon_sym_register] = ACTIONS(1044), [anon_sym_inline] = ACTIONS(1044), [anon_sym_const] = ACTIONS(1044), [anon_sym_volatile] = ACTIONS(1044), [anon_sym_restrict] = ACTIONS(1044), [anon_sym__Atomic] = ACTIONS(1044), [anon_sym_signed] = ACTIONS(1044), [anon_sym_unsigned] = ACTIONS(1044), [anon_sym_long] = ACTIONS(1044), [anon_sym_short] = ACTIONS(1044), [sym_primitive_type] = ACTIONS(1044), [anon_sym_enum] = ACTIONS(1044), [anon_sym_struct] = ACTIONS(1044), [anon_sym_union] = ACTIONS(1044), [anon_sym_if] = ACTIONS(1044), [anon_sym_switch] = ACTIONS(1044), [anon_sym_case] = ACTIONS(1044), [anon_sym_default] = ACTIONS(1044), [anon_sym_while] = ACTIONS(1044), [anon_sym_do] = ACTIONS(1044), [anon_sym_for] = ACTIONS(1044), [anon_sym_return] = ACTIONS(1044), [anon_sym_break] = ACTIONS(1044), [anon_sym_continue] = ACTIONS(1044), [anon_sym_goto] = ACTIONS(1044), [anon_sym_DASH_DASH] = ACTIONS(1046), [anon_sym_PLUS_PLUS] = ACTIONS(1046), [anon_sym_sizeof] = ACTIONS(1044), [sym_number_literal] = ACTIONS(1046), [anon_sym_L_SQUOTE] = ACTIONS(1046), [anon_sym_u_SQUOTE] = ACTIONS(1046), [anon_sym_U_SQUOTE] = ACTIONS(1046), [anon_sym_u8_SQUOTE] = ACTIONS(1046), [anon_sym_SQUOTE] = ACTIONS(1046), [anon_sym_L_DQUOTE] = ACTIONS(1046), [anon_sym_u_DQUOTE] = ACTIONS(1046), [anon_sym_U_DQUOTE] = ACTIONS(1046), [anon_sym_u8_DQUOTE] = ACTIONS(1046), [anon_sym_DQUOTE] = ACTIONS(1046), [sym_true] = ACTIONS(1044), [sym_false] = ACTIONS(1044), [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, [109] = { [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), [aux_sym_preproc_if_token1] = ACTIONS(1048), [aux_sym_preproc_if_token2] = ACTIONS(1048), [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), [aux_sym_preproc_else_token1] = ACTIONS(1048), [aux_sym_preproc_elif_token1] = ACTIONS(1048), [sym_preproc_directive] = ACTIONS(1048), [anon_sym_LPAREN2] = ACTIONS(1050), [anon_sym_BANG] = ACTIONS(1050), [anon_sym_TILDE] = ACTIONS(1050), [anon_sym_DASH] = ACTIONS(1048), [anon_sym_PLUS] = ACTIONS(1048), [anon_sym_STAR] = ACTIONS(1050), [anon_sym_AMP] = ACTIONS(1050), [anon_sym_SEMI] = ACTIONS(1050), [anon_sym_typedef] = ACTIONS(1048), [anon_sym_extern] = ACTIONS(1048), [anon_sym___attribute__] = ACTIONS(1048), [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), [anon_sym___declspec] = ACTIONS(1048), [anon_sym___cdecl] = ACTIONS(1048), [anon_sym___clrcall] = ACTIONS(1048), [anon_sym___stdcall] = ACTIONS(1048), [anon_sym___fastcall] = ACTIONS(1048), [anon_sym___thiscall] = ACTIONS(1048), [anon_sym___vectorcall] = ACTIONS(1048), [anon_sym_LBRACE] = ACTIONS(1050), [anon_sym_static] = ACTIONS(1048), [anon_sym_auto] = ACTIONS(1048), [anon_sym_register] = ACTIONS(1048), [anon_sym_inline] = ACTIONS(1048), [anon_sym_const] = ACTIONS(1048), [anon_sym_volatile] = ACTIONS(1048), [anon_sym_restrict] = ACTIONS(1048), [anon_sym__Atomic] = ACTIONS(1048), [anon_sym_signed] = ACTIONS(1048), [anon_sym_unsigned] = ACTIONS(1048), [anon_sym_long] = ACTIONS(1048), [anon_sym_short] = ACTIONS(1048), [sym_primitive_type] = ACTIONS(1048), [anon_sym_enum] = ACTIONS(1048), [anon_sym_struct] = ACTIONS(1048), [anon_sym_union] = ACTIONS(1048), [anon_sym_if] = ACTIONS(1048), [anon_sym_switch] = ACTIONS(1048), [anon_sym_case] = ACTIONS(1048), [anon_sym_default] = ACTIONS(1048), [anon_sym_while] = ACTIONS(1048), [anon_sym_do] = ACTIONS(1048), [anon_sym_for] = ACTIONS(1048), [anon_sym_return] = ACTIONS(1048), [anon_sym_break] = ACTIONS(1048), [anon_sym_continue] = ACTIONS(1048), [anon_sym_goto] = ACTIONS(1048), [anon_sym_DASH_DASH] = ACTIONS(1050), [anon_sym_PLUS_PLUS] = ACTIONS(1050), [anon_sym_sizeof] = ACTIONS(1048), [sym_number_literal] = ACTIONS(1050), [anon_sym_L_SQUOTE] = ACTIONS(1050), [anon_sym_u_SQUOTE] = ACTIONS(1050), [anon_sym_U_SQUOTE] = ACTIONS(1050), [anon_sym_u8_SQUOTE] = ACTIONS(1050), [anon_sym_SQUOTE] = ACTIONS(1050), [anon_sym_L_DQUOTE] = ACTIONS(1050), [anon_sym_u_DQUOTE] = ACTIONS(1050), [anon_sym_U_DQUOTE] = ACTIONS(1050), [anon_sym_u8_DQUOTE] = ACTIONS(1050), [anon_sym_DQUOTE] = ACTIONS(1050), [sym_true] = ACTIONS(1048), [sym_false] = ACTIONS(1048), [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, [110] = { [sym_identifier] = ACTIONS(1052), [aux_sym_preproc_include_token1] = ACTIONS(1052), [aux_sym_preproc_def_token1] = ACTIONS(1052), [aux_sym_preproc_if_token1] = ACTIONS(1052), [aux_sym_preproc_if_token2] = ACTIONS(1052), [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), [aux_sym_preproc_else_token1] = ACTIONS(1052), [aux_sym_preproc_elif_token1] = ACTIONS(1052), [sym_preproc_directive] = ACTIONS(1052), [anon_sym_LPAREN2] = ACTIONS(1054), [anon_sym_BANG] = ACTIONS(1054), [anon_sym_TILDE] = ACTIONS(1054), [anon_sym_DASH] = ACTIONS(1052), [anon_sym_PLUS] = ACTIONS(1052), [anon_sym_STAR] = ACTIONS(1054), [anon_sym_AMP] = ACTIONS(1054), [anon_sym_SEMI] = ACTIONS(1054), [anon_sym_typedef] = ACTIONS(1052), [anon_sym_extern] = ACTIONS(1052), [anon_sym___attribute__] = ACTIONS(1052), [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), [anon_sym___declspec] = ACTIONS(1052), [anon_sym___cdecl] = ACTIONS(1052), [anon_sym___clrcall] = ACTIONS(1052), [anon_sym___stdcall] = ACTIONS(1052), [anon_sym___fastcall] = ACTIONS(1052), [anon_sym___thiscall] = ACTIONS(1052), [anon_sym___vectorcall] = ACTIONS(1052), [anon_sym_LBRACE] = ACTIONS(1054), [anon_sym_static] = ACTIONS(1052), [anon_sym_auto] = ACTIONS(1052), [anon_sym_register] = ACTIONS(1052), [anon_sym_inline] = ACTIONS(1052), [anon_sym_const] = ACTIONS(1052), [anon_sym_volatile] = ACTIONS(1052), [anon_sym_restrict] = ACTIONS(1052), [anon_sym__Atomic] = ACTIONS(1052), [anon_sym_signed] = ACTIONS(1052), [anon_sym_unsigned] = ACTIONS(1052), [anon_sym_long] = ACTIONS(1052), [anon_sym_short] = ACTIONS(1052), [sym_primitive_type] = ACTIONS(1052), [anon_sym_enum] = ACTIONS(1052), [anon_sym_struct] = ACTIONS(1052), [anon_sym_union] = ACTIONS(1052), [anon_sym_if] = ACTIONS(1052), [anon_sym_switch] = ACTIONS(1052), [anon_sym_case] = ACTIONS(1052), [anon_sym_default] = ACTIONS(1052), [anon_sym_while] = ACTIONS(1052), [anon_sym_do] = ACTIONS(1052), [anon_sym_for] = ACTIONS(1052), [anon_sym_return] = ACTIONS(1052), [anon_sym_break] = ACTIONS(1052), [anon_sym_continue] = ACTIONS(1052), [anon_sym_goto] = ACTIONS(1052), [anon_sym_DASH_DASH] = ACTIONS(1054), [anon_sym_PLUS_PLUS] = ACTIONS(1054), [anon_sym_sizeof] = ACTIONS(1052), [sym_number_literal] = ACTIONS(1054), [anon_sym_L_SQUOTE] = ACTIONS(1054), [anon_sym_u_SQUOTE] = ACTIONS(1054), [anon_sym_U_SQUOTE] = ACTIONS(1054), [anon_sym_u8_SQUOTE] = ACTIONS(1054), [anon_sym_SQUOTE] = ACTIONS(1054), [anon_sym_L_DQUOTE] = ACTIONS(1054), [anon_sym_u_DQUOTE] = ACTIONS(1054), [anon_sym_U_DQUOTE] = ACTIONS(1054), [anon_sym_u8_DQUOTE] = ACTIONS(1054), [anon_sym_DQUOTE] = ACTIONS(1054), [sym_true] = ACTIONS(1052), [sym_false] = ACTIONS(1052), [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, [111] = { [sym_identifier] = ACTIONS(1056), [aux_sym_preproc_include_token1] = ACTIONS(1056), [aux_sym_preproc_def_token1] = ACTIONS(1056), [aux_sym_preproc_if_token1] = ACTIONS(1056), [aux_sym_preproc_if_token2] = ACTIONS(1056), [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), [aux_sym_preproc_else_token1] = ACTIONS(1056), [aux_sym_preproc_elif_token1] = ACTIONS(1056), [sym_preproc_directive] = ACTIONS(1056), [anon_sym_LPAREN2] = ACTIONS(1058), [anon_sym_BANG] = ACTIONS(1058), [anon_sym_TILDE] = ACTIONS(1058), [anon_sym_DASH] = ACTIONS(1056), [anon_sym_PLUS] = ACTIONS(1056), [anon_sym_STAR] = ACTIONS(1058), [anon_sym_AMP] = ACTIONS(1058), [anon_sym_SEMI] = ACTIONS(1058), [anon_sym_typedef] = ACTIONS(1056), [anon_sym_extern] = ACTIONS(1056), [anon_sym___attribute__] = ACTIONS(1056), [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), [anon_sym___declspec] = ACTIONS(1056), [anon_sym___cdecl] = ACTIONS(1056), [anon_sym___clrcall] = ACTIONS(1056), [anon_sym___stdcall] = ACTIONS(1056), [anon_sym___fastcall] = ACTIONS(1056), [anon_sym___thiscall] = ACTIONS(1056), [anon_sym___vectorcall] = ACTIONS(1056), [anon_sym_LBRACE] = ACTIONS(1058), [anon_sym_static] = ACTIONS(1056), [anon_sym_auto] = ACTIONS(1056), [anon_sym_register] = ACTIONS(1056), [anon_sym_inline] = ACTIONS(1056), [anon_sym_const] = ACTIONS(1056), [anon_sym_volatile] = ACTIONS(1056), [anon_sym_restrict] = ACTIONS(1056), [anon_sym__Atomic] = ACTIONS(1056), [anon_sym_signed] = ACTIONS(1056), [anon_sym_unsigned] = ACTIONS(1056), [anon_sym_long] = ACTIONS(1056), [anon_sym_short] = ACTIONS(1056), [sym_primitive_type] = ACTIONS(1056), [anon_sym_enum] = ACTIONS(1056), [anon_sym_struct] = ACTIONS(1056), [anon_sym_union] = ACTIONS(1056), [anon_sym_if] = ACTIONS(1056), [anon_sym_switch] = ACTIONS(1056), [anon_sym_case] = ACTIONS(1056), [anon_sym_default] = ACTIONS(1056), [anon_sym_while] = ACTIONS(1056), [anon_sym_do] = ACTIONS(1056), [anon_sym_for] = ACTIONS(1056), [anon_sym_return] = ACTIONS(1056), [anon_sym_break] = ACTIONS(1056), [anon_sym_continue] = ACTIONS(1056), [anon_sym_goto] = ACTIONS(1056), [anon_sym_DASH_DASH] = ACTIONS(1058), [anon_sym_PLUS_PLUS] = ACTIONS(1058), [anon_sym_sizeof] = ACTIONS(1056), [sym_number_literal] = ACTIONS(1058), [anon_sym_L_SQUOTE] = ACTIONS(1058), [anon_sym_u_SQUOTE] = ACTIONS(1058), [anon_sym_U_SQUOTE] = ACTIONS(1058), [anon_sym_u8_SQUOTE] = ACTIONS(1058), [anon_sym_SQUOTE] = ACTIONS(1058), [anon_sym_L_DQUOTE] = ACTIONS(1058), [anon_sym_u_DQUOTE] = ACTIONS(1058), [anon_sym_U_DQUOTE] = ACTIONS(1058), [anon_sym_u8_DQUOTE] = ACTIONS(1058), [anon_sym_DQUOTE] = ACTIONS(1058), [sym_true] = ACTIONS(1056), [sym_false] = ACTIONS(1056), [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, [112] = { [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), [aux_sym_preproc_if_token1] = ACTIONS(1060), [aux_sym_preproc_if_token2] = ACTIONS(1060), [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), [aux_sym_preproc_else_token1] = ACTIONS(1060), [aux_sym_preproc_elif_token1] = ACTIONS(1060), [sym_preproc_directive] = ACTIONS(1060), [anon_sym_LPAREN2] = ACTIONS(1062), [anon_sym_BANG] = ACTIONS(1062), [anon_sym_TILDE] = ACTIONS(1062), [anon_sym_DASH] = ACTIONS(1060), [anon_sym_PLUS] = ACTIONS(1060), [anon_sym_STAR] = ACTIONS(1062), [anon_sym_AMP] = ACTIONS(1062), [anon_sym_SEMI] = ACTIONS(1062), [anon_sym_typedef] = ACTIONS(1060), [anon_sym_extern] = ACTIONS(1060), [anon_sym___attribute__] = ACTIONS(1060), [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), [anon_sym___declspec] = ACTIONS(1060), [anon_sym___cdecl] = ACTIONS(1060), [anon_sym___clrcall] = ACTIONS(1060), [anon_sym___stdcall] = ACTIONS(1060), [anon_sym___fastcall] = ACTIONS(1060), [anon_sym___thiscall] = ACTIONS(1060), [anon_sym___vectorcall] = ACTIONS(1060), [anon_sym_LBRACE] = ACTIONS(1062), [anon_sym_static] = ACTIONS(1060), [anon_sym_auto] = ACTIONS(1060), [anon_sym_register] = ACTIONS(1060), [anon_sym_inline] = ACTIONS(1060), [anon_sym_const] = ACTIONS(1060), [anon_sym_volatile] = ACTIONS(1060), [anon_sym_restrict] = ACTIONS(1060), [anon_sym__Atomic] = ACTIONS(1060), [anon_sym_signed] = ACTIONS(1060), [anon_sym_unsigned] = ACTIONS(1060), [anon_sym_long] = ACTIONS(1060), [anon_sym_short] = ACTIONS(1060), [sym_primitive_type] = ACTIONS(1060), [anon_sym_enum] = ACTIONS(1060), [anon_sym_struct] = ACTIONS(1060), [anon_sym_union] = ACTIONS(1060), [anon_sym_if] = ACTIONS(1060), [anon_sym_switch] = ACTIONS(1060), [anon_sym_case] = ACTIONS(1060), [anon_sym_default] = ACTIONS(1060), [anon_sym_while] = ACTIONS(1060), [anon_sym_do] = ACTIONS(1060), [anon_sym_for] = ACTIONS(1060), [anon_sym_return] = ACTIONS(1060), [anon_sym_break] = ACTIONS(1060), [anon_sym_continue] = ACTIONS(1060), [anon_sym_goto] = ACTIONS(1060), [anon_sym_DASH_DASH] = ACTIONS(1062), [anon_sym_PLUS_PLUS] = ACTIONS(1062), [anon_sym_sizeof] = ACTIONS(1060), [sym_number_literal] = ACTIONS(1062), [anon_sym_L_SQUOTE] = ACTIONS(1062), [anon_sym_u_SQUOTE] = ACTIONS(1062), [anon_sym_U_SQUOTE] = ACTIONS(1062), [anon_sym_u8_SQUOTE] = ACTIONS(1062), [anon_sym_SQUOTE] = ACTIONS(1062), [anon_sym_L_DQUOTE] = ACTIONS(1062), [anon_sym_u_DQUOTE] = ACTIONS(1062), [anon_sym_U_DQUOTE] = ACTIONS(1062), [anon_sym_u8_DQUOTE] = ACTIONS(1062), [anon_sym_DQUOTE] = ACTIONS(1062), [sym_true] = ACTIONS(1060), [sym_false] = ACTIONS(1060), [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, [113] = { [sym_identifier] = ACTIONS(1064), [aux_sym_preproc_include_token1] = ACTIONS(1064), [aux_sym_preproc_def_token1] = ACTIONS(1064), [aux_sym_preproc_if_token1] = ACTIONS(1064), [aux_sym_preproc_if_token2] = ACTIONS(1064), [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), [aux_sym_preproc_else_token1] = ACTIONS(1064), [aux_sym_preproc_elif_token1] = ACTIONS(1064), [sym_preproc_directive] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(1066), [anon_sym_BANG] = ACTIONS(1066), [anon_sym_TILDE] = ACTIONS(1066), [anon_sym_DASH] = ACTIONS(1064), [anon_sym_PLUS] = ACTIONS(1064), [anon_sym_STAR] = ACTIONS(1066), [anon_sym_AMP] = ACTIONS(1066), [anon_sym_SEMI] = ACTIONS(1066), [anon_sym_typedef] = ACTIONS(1064), [anon_sym_extern] = ACTIONS(1064), [anon_sym___attribute__] = ACTIONS(1064), [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym___declspec] = ACTIONS(1064), [anon_sym___cdecl] = ACTIONS(1064), [anon_sym___clrcall] = ACTIONS(1064), [anon_sym___stdcall] = ACTIONS(1064), [anon_sym___fastcall] = ACTIONS(1064), [anon_sym___thiscall] = ACTIONS(1064), [anon_sym___vectorcall] = ACTIONS(1064), [anon_sym_LBRACE] = ACTIONS(1066), [anon_sym_static] = ACTIONS(1064), [anon_sym_auto] = ACTIONS(1064), [anon_sym_register] = ACTIONS(1064), [anon_sym_inline] = ACTIONS(1064), [anon_sym_const] = ACTIONS(1064), [anon_sym_volatile] = ACTIONS(1064), [anon_sym_restrict] = ACTIONS(1064), [anon_sym__Atomic] = ACTIONS(1064), [anon_sym_signed] = ACTIONS(1064), [anon_sym_unsigned] = ACTIONS(1064), [anon_sym_long] = ACTIONS(1064), [anon_sym_short] = ACTIONS(1064), [sym_primitive_type] = ACTIONS(1064), [anon_sym_enum] = ACTIONS(1064), [anon_sym_struct] = ACTIONS(1064), [anon_sym_union] = ACTIONS(1064), [anon_sym_if] = ACTIONS(1064), [anon_sym_switch] = ACTIONS(1064), [anon_sym_case] = ACTIONS(1064), [anon_sym_default] = ACTIONS(1064), [anon_sym_while] = ACTIONS(1064), [anon_sym_do] = ACTIONS(1064), [anon_sym_for] = ACTIONS(1064), [anon_sym_return] = ACTIONS(1064), [anon_sym_break] = ACTIONS(1064), [anon_sym_continue] = ACTIONS(1064), [anon_sym_goto] = ACTIONS(1064), [anon_sym_DASH_DASH] = ACTIONS(1066), [anon_sym_PLUS_PLUS] = ACTIONS(1066), [anon_sym_sizeof] = ACTIONS(1064), [sym_number_literal] = ACTIONS(1066), [anon_sym_L_SQUOTE] = ACTIONS(1066), [anon_sym_u_SQUOTE] = ACTIONS(1066), [anon_sym_U_SQUOTE] = ACTIONS(1066), [anon_sym_u8_SQUOTE] = ACTIONS(1066), [anon_sym_SQUOTE] = ACTIONS(1066), [anon_sym_L_DQUOTE] = ACTIONS(1066), [anon_sym_u_DQUOTE] = ACTIONS(1066), [anon_sym_U_DQUOTE] = ACTIONS(1066), [anon_sym_u8_DQUOTE] = ACTIONS(1066), [anon_sym_DQUOTE] = ACTIONS(1066), [sym_true] = ACTIONS(1064), [sym_false] = ACTIONS(1064), [sym_null] = ACTIONS(1064), [sym_comment] = ACTIONS(3), }, [114] = { [sym_identifier] = ACTIONS(1068), [aux_sym_preproc_include_token1] = ACTIONS(1068), [aux_sym_preproc_def_token1] = ACTIONS(1068), [aux_sym_preproc_if_token1] = ACTIONS(1068), [aux_sym_preproc_if_token2] = ACTIONS(1068), [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), [aux_sym_preproc_else_token1] = ACTIONS(1068), [aux_sym_preproc_elif_token1] = ACTIONS(1068), [sym_preproc_directive] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(1070), [anon_sym_BANG] = ACTIONS(1070), [anon_sym_TILDE] = ACTIONS(1070), [anon_sym_DASH] = ACTIONS(1068), [anon_sym_PLUS] = ACTIONS(1068), [anon_sym_STAR] = ACTIONS(1070), [anon_sym_AMP] = ACTIONS(1070), [anon_sym_SEMI] = ACTIONS(1070), [anon_sym_typedef] = ACTIONS(1068), [anon_sym_extern] = ACTIONS(1068), [anon_sym___attribute__] = ACTIONS(1068), [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), [anon_sym___declspec] = ACTIONS(1068), [anon_sym___cdecl] = ACTIONS(1068), [anon_sym___clrcall] = ACTIONS(1068), [anon_sym___stdcall] = ACTIONS(1068), [anon_sym___fastcall] = ACTIONS(1068), [anon_sym___thiscall] = ACTIONS(1068), [anon_sym___vectorcall] = ACTIONS(1068), [anon_sym_LBRACE] = ACTIONS(1070), [anon_sym_static] = ACTIONS(1068), [anon_sym_auto] = ACTIONS(1068), [anon_sym_register] = ACTIONS(1068), [anon_sym_inline] = ACTIONS(1068), [anon_sym_const] = ACTIONS(1068), [anon_sym_volatile] = ACTIONS(1068), [anon_sym_restrict] = ACTIONS(1068), [anon_sym__Atomic] = ACTIONS(1068), [anon_sym_signed] = ACTIONS(1068), [anon_sym_unsigned] = ACTIONS(1068), [anon_sym_long] = ACTIONS(1068), [anon_sym_short] = ACTIONS(1068), [sym_primitive_type] = ACTIONS(1068), [anon_sym_enum] = ACTIONS(1068), [anon_sym_struct] = ACTIONS(1068), [anon_sym_union] = ACTIONS(1068), [anon_sym_if] = ACTIONS(1068), [anon_sym_switch] = ACTIONS(1068), [anon_sym_case] = ACTIONS(1068), [anon_sym_default] = ACTIONS(1068), [anon_sym_while] = ACTIONS(1068), [anon_sym_do] = ACTIONS(1068), [anon_sym_for] = ACTIONS(1068), [anon_sym_return] = ACTIONS(1068), [anon_sym_break] = ACTIONS(1068), [anon_sym_continue] = ACTIONS(1068), [anon_sym_goto] = ACTIONS(1068), [anon_sym_DASH_DASH] = ACTIONS(1070), [anon_sym_PLUS_PLUS] = ACTIONS(1070), [anon_sym_sizeof] = ACTIONS(1068), [sym_number_literal] = ACTIONS(1070), [anon_sym_L_SQUOTE] = ACTIONS(1070), [anon_sym_u_SQUOTE] = ACTIONS(1070), [anon_sym_U_SQUOTE] = ACTIONS(1070), [anon_sym_u8_SQUOTE] = ACTIONS(1070), [anon_sym_SQUOTE] = ACTIONS(1070), [anon_sym_L_DQUOTE] = ACTIONS(1070), [anon_sym_u_DQUOTE] = ACTIONS(1070), [anon_sym_U_DQUOTE] = ACTIONS(1070), [anon_sym_u8_DQUOTE] = ACTIONS(1070), [anon_sym_DQUOTE] = ACTIONS(1070), [sym_true] = ACTIONS(1068), [sym_false] = ACTIONS(1068), [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, [115] = { [sym_identifier] = ACTIONS(1072), [aux_sym_preproc_include_token1] = ACTIONS(1072), [aux_sym_preproc_def_token1] = ACTIONS(1072), [aux_sym_preproc_if_token1] = ACTIONS(1072), [aux_sym_preproc_if_token2] = ACTIONS(1072), [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), [aux_sym_preproc_else_token1] = ACTIONS(1072), [aux_sym_preproc_elif_token1] = ACTIONS(1072), [sym_preproc_directive] = ACTIONS(1072), [anon_sym_LPAREN2] = ACTIONS(1074), [anon_sym_BANG] = ACTIONS(1074), [anon_sym_TILDE] = ACTIONS(1074), [anon_sym_DASH] = ACTIONS(1072), [anon_sym_PLUS] = ACTIONS(1072), [anon_sym_STAR] = ACTIONS(1074), [anon_sym_AMP] = ACTIONS(1074), [anon_sym_SEMI] = ACTIONS(1074), [anon_sym_typedef] = ACTIONS(1072), [anon_sym_extern] = ACTIONS(1072), [anon_sym___attribute__] = ACTIONS(1072), [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), [anon_sym___declspec] = ACTIONS(1072), [anon_sym___cdecl] = ACTIONS(1072), [anon_sym___clrcall] = ACTIONS(1072), [anon_sym___stdcall] = ACTIONS(1072), [anon_sym___fastcall] = ACTIONS(1072), [anon_sym___thiscall] = ACTIONS(1072), [anon_sym___vectorcall] = ACTIONS(1072), [anon_sym_LBRACE] = ACTIONS(1074), [anon_sym_static] = ACTIONS(1072), [anon_sym_auto] = ACTIONS(1072), [anon_sym_register] = ACTIONS(1072), [anon_sym_inline] = ACTIONS(1072), [anon_sym_const] = ACTIONS(1072), [anon_sym_volatile] = ACTIONS(1072), [anon_sym_restrict] = ACTIONS(1072), [anon_sym__Atomic] = ACTIONS(1072), [anon_sym_signed] = ACTIONS(1072), [anon_sym_unsigned] = ACTIONS(1072), [anon_sym_long] = ACTIONS(1072), [anon_sym_short] = ACTIONS(1072), [sym_primitive_type] = ACTIONS(1072), [anon_sym_enum] = ACTIONS(1072), [anon_sym_struct] = ACTIONS(1072), [anon_sym_union] = ACTIONS(1072), [anon_sym_if] = ACTIONS(1072), [anon_sym_switch] = ACTIONS(1072), [anon_sym_case] = ACTIONS(1072), [anon_sym_default] = ACTIONS(1072), [anon_sym_while] = ACTIONS(1072), [anon_sym_do] = ACTIONS(1072), [anon_sym_for] = ACTIONS(1072), [anon_sym_return] = ACTIONS(1072), [anon_sym_break] = ACTIONS(1072), [anon_sym_continue] = ACTIONS(1072), [anon_sym_goto] = ACTIONS(1072), [anon_sym_DASH_DASH] = ACTIONS(1074), [anon_sym_PLUS_PLUS] = ACTIONS(1074), [anon_sym_sizeof] = ACTIONS(1072), [sym_number_literal] = ACTIONS(1074), [anon_sym_L_SQUOTE] = ACTIONS(1074), [anon_sym_u_SQUOTE] = ACTIONS(1074), [anon_sym_U_SQUOTE] = ACTIONS(1074), [anon_sym_u8_SQUOTE] = ACTIONS(1074), [anon_sym_SQUOTE] = ACTIONS(1074), [anon_sym_L_DQUOTE] = ACTIONS(1074), [anon_sym_u_DQUOTE] = ACTIONS(1074), [anon_sym_U_DQUOTE] = ACTIONS(1074), [anon_sym_u8_DQUOTE] = ACTIONS(1074), [anon_sym_DQUOTE] = ACTIONS(1074), [sym_true] = ACTIONS(1072), [sym_false] = ACTIONS(1072), [sym_null] = ACTIONS(1072), [sym_comment] = ACTIONS(3), }, [116] = { [sym_identifier] = ACTIONS(1076), [aux_sym_preproc_include_token1] = ACTIONS(1076), [aux_sym_preproc_def_token1] = ACTIONS(1076), [aux_sym_preproc_if_token1] = ACTIONS(1076), [aux_sym_preproc_if_token2] = ACTIONS(1076), [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), [aux_sym_preproc_else_token1] = ACTIONS(1076), [aux_sym_preproc_elif_token1] = ACTIONS(1076), [sym_preproc_directive] = ACTIONS(1076), [anon_sym_LPAREN2] = ACTIONS(1078), [anon_sym_BANG] = ACTIONS(1078), [anon_sym_TILDE] = ACTIONS(1078), [anon_sym_DASH] = ACTIONS(1076), [anon_sym_PLUS] = ACTIONS(1076), [anon_sym_STAR] = ACTIONS(1078), [anon_sym_AMP] = ACTIONS(1078), [anon_sym_SEMI] = ACTIONS(1078), [anon_sym_typedef] = ACTIONS(1076), [anon_sym_extern] = ACTIONS(1076), [anon_sym___attribute__] = ACTIONS(1076), [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), [anon_sym___declspec] = ACTIONS(1076), [anon_sym___cdecl] = ACTIONS(1076), [anon_sym___clrcall] = ACTIONS(1076), [anon_sym___stdcall] = ACTIONS(1076), [anon_sym___fastcall] = ACTIONS(1076), [anon_sym___thiscall] = ACTIONS(1076), [anon_sym___vectorcall] = ACTIONS(1076), [anon_sym_LBRACE] = ACTIONS(1078), [anon_sym_static] = ACTIONS(1076), [anon_sym_auto] = ACTIONS(1076), [anon_sym_register] = ACTIONS(1076), [anon_sym_inline] = ACTIONS(1076), [anon_sym_const] = ACTIONS(1076), [anon_sym_volatile] = ACTIONS(1076), [anon_sym_restrict] = ACTIONS(1076), [anon_sym__Atomic] = ACTIONS(1076), [anon_sym_signed] = ACTIONS(1076), [anon_sym_unsigned] = ACTIONS(1076), [anon_sym_long] = ACTIONS(1076), [anon_sym_short] = ACTIONS(1076), [sym_primitive_type] = ACTIONS(1076), [anon_sym_enum] = ACTIONS(1076), [anon_sym_struct] = ACTIONS(1076), [anon_sym_union] = ACTIONS(1076), [anon_sym_if] = ACTIONS(1076), [anon_sym_switch] = ACTIONS(1076), [anon_sym_case] = ACTIONS(1076), [anon_sym_default] = ACTIONS(1076), [anon_sym_while] = ACTIONS(1076), [anon_sym_do] = ACTIONS(1076), [anon_sym_for] = ACTIONS(1076), [anon_sym_return] = ACTIONS(1076), [anon_sym_break] = ACTIONS(1076), [anon_sym_continue] = ACTIONS(1076), [anon_sym_goto] = ACTIONS(1076), [anon_sym_DASH_DASH] = ACTIONS(1078), [anon_sym_PLUS_PLUS] = ACTIONS(1078), [anon_sym_sizeof] = ACTIONS(1076), [sym_number_literal] = ACTIONS(1078), [anon_sym_L_SQUOTE] = ACTIONS(1078), [anon_sym_u_SQUOTE] = ACTIONS(1078), [anon_sym_U_SQUOTE] = ACTIONS(1078), [anon_sym_u8_SQUOTE] = ACTIONS(1078), [anon_sym_SQUOTE] = ACTIONS(1078), [anon_sym_L_DQUOTE] = ACTIONS(1078), [anon_sym_u_DQUOTE] = ACTIONS(1078), [anon_sym_U_DQUOTE] = ACTIONS(1078), [anon_sym_u8_DQUOTE] = ACTIONS(1078), [anon_sym_DQUOTE] = ACTIONS(1078), [sym_true] = ACTIONS(1076), [sym_false] = ACTIONS(1076), [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, [117] = { [sym_identifier] = ACTIONS(1080), [aux_sym_preproc_include_token1] = ACTIONS(1080), [aux_sym_preproc_def_token1] = ACTIONS(1080), [aux_sym_preproc_if_token1] = ACTIONS(1080), [aux_sym_preproc_if_token2] = ACTIONS(1080), [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), [aux_sym_preproc_else_token1] = ACTIONS(1080), [aux_sym_preproc_elif_token1] = ACTIONS(1080), [sym_preproc_directive] = ACTIONS(1080), [anon_sym_LPAREN2] = ACTIONS(1082), [anon_sym_BANG] = ACTIONS(1082), [anon_sym_TILDE] = ACTIONS(1082), [anon_sym_DASH] = ACTIONS(1080), [anon_sym_PLUS] = ACTIONS(1080), [anon_sym_STAR] = ACTIONS(1082), [anon_sym_AMP] = ACTIONS(1082), [anon_sym_SEMI] = ACTIONS(1082), [anon_sym_typedef] = ACTIONS(1080), [anon_sym_extern] = ACTIONS(1080), [anon_sym___attribute__] = ACTIONS(1080), [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), [anon_sym___declspec] = ACTIONS(1080), [anon_sym___cdecl] = ACTIONS(1080), [anon_sym___clrcall] = ACTIONS(1080), [anon_sym___stdcall] = ACTIONS(1080), [anon_sym___fastcall] = ACTIONS(1080), [anon_sym___thiscall] = ACTIONS(1080), [anon_sym___vectorcall] = ACTIONS(1080), [anon_sym_LBRACE] = ACTIONS(1082), [anon_sym_static] = ACTIONS(1080), [anon_sym_auto] = ACTIONS(1080), [anon_sym_register] = ACTIONS(1080), [anon_sym_inline] = ACTIONS(1080), [anon_sym_const] = ACTIONS(1080), [anon_sym_volatile] = ACTIONS(1080), [anon_sym_restrict] = ACTIONS(1080), [anon_sym__Atomic] = ACTIONS(1080), [anon_sym_signed] = ACTIONS(1080), [anon_sym_unsigned] = ACTIONS(1080), [anon_sym_long] = ACTIONS(1080), [anon_sym_short] = ACTIONS(1080), [sym_primitive_type] = ACTIONS(1080), [anon_sym_enum] = ACTIONS(1080), [anon_sym_struct] = ACTIONS(1080), [anon_sym_union] = ACTIONS(1080), [anon_sym_if] = ACTIONS(1080), [anon_sym_switch] = ACTIONS(1080), [anon_sym_case] = ACTIONS(1080), [anon_sym_default] = ACTIONS(1080), [anon_sym_while] = ACTIONS(1080), [anon_sym_do] = ACTIONS(1080), [anon_sym_for] = ACTIONS(1080), [anon_sym_return] = ACTIONS(1080), [anon_sym_break] = ACTIONS(1080), [anon_sym_continue] = ACTIONS(1080), [anon_sym_goto] = ACTIONS(1080), [anon_sym_DASH_DASH] = ACTIONS(1082), [anon_sym_PLUS_PLUS] = ACTIONS(1082), [anon_sym_sizeof] = ACTIONS(1080), [sym_number_literal] = ACTIONS(1082), [anon_sym_L_SQUOTE] = ACTIONS(1082), [anon_sym_u_SQUOTE] = ACTIONS(1082), [anon_sym_U_SQUOTE] = ACTIONS(1082), [anon_sym_u8_SQUOTE] = ACTIONS(1082), [anon_sym_SQUOTE] = ACTIONS(1082), [anon_sym_L_DQUOTE] = ACTIONS(1082), [anon_sym_u_DQUOTE] = ACTIONS(1082), [anon_sym_U_DQUOTE] = ACTIONS(1082), [anon_sym_u8_DQUOTE] = ACTIONS(1082), [anon_sym_DQUOTE] = ACTIONS(1082), [sym_true] = ACTIONS(1080), [sym_false] = ACTIONS(1080), [sym_null] = ACTIONS(1080), [sym_comment] = ACTIONS(3), }, [118] = { [sym_identifier] = ACTIONS(1084), [aux_sym_preproc_include_token1] = ACTIONS(1084), [aux_sym_preproc_def_token1] = ACTIONS(1084), [aux_sym_preproc_if_token1] = ACTIONS(1084), [aux_sym_preproc_if_token2] = ACTIONS(1084), [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), [aux_sym_preproc_else_token1] = ACTIONS(1084), [aux_sym_preproc_elif_token1] = ACTIONS(1084), [sym_preproc_directive] = ACTIONS(1084), [anon_sym_LPAREN2] = ACTIONS(1086), [anon_sym_BANG] = ACTIONS(1086), [anon_sym_TILDE] = ACTIONS(1086), [anon_sym_DASH] = ACTIONS(1084), [anon_sym_PLUS] = ACTIONS(1084), [anon_sym_STAR] = ACTIONS(1086), [anon_sym_AMP] = ACTIONS(1086), [anon_sym_SEMI] = ACTIONS(1086), [anon_sym_typedef] = ACTIONS(1084), [anon_sym_extern] = ACTIONS(1084), [anon_sym___attribute__] = ACTIONS(1084), [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), [anon_sym___declspec] = ACTIONS(1084), [anon_sym___cdecl] = ACTIONS(1084), [anon_sym___clrcall] = ACTIONS(1084), [anon_sym___stdcall] = ACTIONS(1084), [anon_sym___fastcall] = ACTIONS(1084), [anon_sym___thiscall] = ACTIONS(1084), [anon_sym___vectorcall] = ACTIONS(1084), [anon_sym_LBRACE] = ACTIONS(1086), [anon_sym_static] = ACTIONS(1084), [anon_sym_auto] = ACTIONS(1084), [anon_sym_register] = ACTIONS(1084), [anon_sym_inline] = ACTIONS(1084), [anon_sym_const] = ACTIONS(1084), [anon_sym_volatile] = ACTIONS(1084), [anon_sym_restrict] = ACTIONS(1084), [anon_sym__Atomic] = ACTIONS(1084), [anon_sym_signed] = ACTIONS(1084), [anon_sym_unsigned] = ACTIONS(1084), [anon_sym_long] = ACTIONS(1084), [anon_sym_short] = ACTIONS(1084), [sym_primitive_type] = ACTIONS(1084), [anon_sym_enum] = ACTIONS(1084), [anon_sym_struct] = ACTIONS(1084), [anon_sym_union] = ACTIONS(1084), [anon_sym_if] = ACTIONS(1084), [anon_sym_switch] = ACTIONS(1084), [anon_sym_case] = ACTIONS(1084), [anon_sym_default] = ACTIONS(1084), [anon_sym_while] = ACTIONS(1084), [anon_sym_do] = ACTIONS(1084), [anon_sym_for] = ACTIONS(1084), [anon_sym_return] = ACTIONS(1084), [anon_sym_break] = ACTIONS(1084), [anon_sym_continue] = ACTIONS(1084), [anon_sym_goto] = ACTIONS(1084), [anon_sym_DASH_DASH] = ACTIONS(1086), [anon_sym_PLUS_PLUS] = ACTIONS(1086), [anon_sym_sizeof] = ACTIONS(1084), [sym_number_literal] = ACTIONS(1086), [anon_sym_L_SQUOTE] = ACTIONS(1086), [anon_sym_u_SQUOTE] = ACTIONS(1086), [anon_sym_U_SQUOTE] = ACTIONS(1086), [anon_sym_u8_SQUOTE] = ACTIONS(1086), [anon_sym_SQUOTE] = ACTIONS(1086), [anon_sym_L_DQUOTE] = ACTIONS(1086), [anon_sym_u_DQUOTE] = ACTIONS(1086), [anon_sym_U_DQUOTE] = ACTIONS(1086), [anon_sym_u8_DQUOTE] = ACTIONS(1086), [anon_sym_DQUOTE] = ACTIONS(1086), [sym_true] = ACTIONS(1084), [sym_false] = ACTIONS(1084), [sym_null] = ACTIONS(1084), [sym_comment] = ACTIONS(3), }, [119] = { [sym__expression] = STATE(634), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(591), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(591), [sym_call_expression] = STATE(591), [sym_field_expression] = STATE(591), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(591), [sym_initializer_list] = STATE(608), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(870), [anon_sym_LPAREN2] = ACTIONS(1088), [anon_sym_BANG] = ACTIONS(1090), [anon_sym_TILDE] = ACTIONS(1092), [anon_sym_DASH] = ACTIONS(1090), [anon_sym_PLUS] = ACTIONS(1090), [anon_sym_STAR] = ACTIONS(1094), [anon_sym_SLASH] = ACTIONS(882), [anon_sym_PERCENT] = ACTIONS(882), [anon_sym_PIPE_PIPE] = ACTIONS(872), [anon_sym_AMP_AMP] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(882), [anon_sym_CARET] = ACTIONS(882), [anon_sym_AMP] = ACTIONS(1094), [anon_sym_EQ_EQ] = ACTIONS(872), [anon_sym_BANG_EQ] = ACTIONS(872), [anon_sym_GT] = ACTIONS(882), [anon_sym_GT_EQ] = ACTIONS(872), [anon_sym_LT_EQ] = ACTIONS(872), [anon_sym_LT] = ACTIONS(882), [anon_sym_LT_LT] = ACTIONS(882), [anon_sym_GT_GT] = ACTIONS(882), [anon_sym_LBRACE] = ACTIONS(884), [anon_sym_LBRACK] = ACTIONS(872), [anon_sym_RBRACK] = ACTIONS(872), [anon_sym_EQ] = ACTIONS(882), [anon_sym_QMARK] = ACTIONS(872), [anon_sym_STAR_EQ] = ACTIONS(872), [anon_sym_SLASH_EQ] = ACTIONS(872), [anon_sym_PERCENT_EQ] = ACTIONS(872), [anon_sym_PLUS_EQ] = ACTIONS(872), [anon_sym_DASH_EQ] = ACTIONS(872), [anon_sym_LT_LT_EQ] = ACTIONS(872), [anon_sym_GT_GT_EQ] = ACTIONS(872), [anon_sym_AMP_EQ] = ACTIONS(872), [anon_sym_CARET_EQ] = ACTIONS(872), [anon_sym_PIPE_EQ] = ACTIONS(872), [anon_sym_DASH_DASH] = ACTIONS(1096), [anon_sym_PLUS_PLUS] = ACTIONS(1096), [anon_sym_sizeof] = ACTIONS(1098), [anon_sym_DOT] = ACTIONS(882), [anon_sym_DASH_GT] = ACTIONS(872), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [120] = { [sym_identifier] = ACTIONS(1100), [aux_sym_preproc_include_token1] = ACTIONS(1100), [aux_sym_preproc_def_token1] = ACTIONS(1100), [aux_sym_preproc_if_token1] = ACTIONS(1100), [aux_sym_preproc_if_token2] = ACTIONS(1100), [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), [aux_sym_preproc_else_token1] = ACTIONS(1100), [aux_sym_preproc_elif_token1] = ACTIONS(1100), [sym_preproc_directive] = ACTIONS(1100), [anon_sym_LPAREN2] = ACTIONS(1102), [anon_sym_BANG] = ACTIONS(1102), [anon_sym_TILDE] = ACTIONS(1102), [anon_sym_DASH] = ACTIONS(1100), [anon_sym_PLUS] = ACTIONS(1100), [anon_sym_STAR] = ACTIONS(1102), [anon_sym_AMP] = ACTIONS(1102), [anon_sym_SEMI] = ACTIONS(1102), [anon_sym_typedef] = ACTIONS(1100), [anon_sym_extern] = ACTIONS(1100), [anon_sym___attribute__] = ACTIONS(1100), [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), [anon_sym___declspec] = ACTIONS(1100), [anon_sym___cdecl] = ACTIONS(1100), [anon_sym___clrcall] = ACTIONS(1100), [anon_sym___stdcall] = ACTIONS(1100), [anon_sym___fastcall] = ACTIONS(1100), [anon_sym___thiscall] = ACTIONS(1100), [anon_sym___vectorcall] = ACTIONS(1100), [anon_sym_LBRACE] = ACTIONS(1102), [anon_sym_static] = ACTIONS(1100), [anon_sym_auto] = ACTIONS(1100), [anon_sym_register] = ACTIONS(1100), [anon_sym_inline] = ACTIONS(1100), [anon_sym_const] = ACTIONS(1100), [anon_sym_volatile] = ACTIONS(1100), [anon_sym_restrict] = ACTIONS(1100), [anon_sym__Atomic] = ACTIONS(1100), [anon_sym_signed] = ACTIONS(1100), [anon_sym_unsigned] = ACTIONS(1100), [anon_sym_long] = ACTIONS(1100), [anon_sym_short] = ACTIONS(1100), [sym_primitive_type] = ACTIONS(1100), [anon_sym_enum] = ACTIONS(1100), [anon_sym_struct] = ACTIONS(1100), [anon_sym_union] = ACTIONS(1100), [anon_sym_if] = ACTIONS(1100), [anon_sym_switch] = ACTIONS(1100), [anon_sym_case] = ACTIONS(1100), [anon_sym_default] = ACTIONS(1100), [anon_sym_while] = ACTIONS(1100), [anon_sym_do] = ACTIONS(1100), [anon_sym_for] = ACTIONS(1100), [anon_sym_return] = ACTIONS(1100), [anon_sym_break] = ACTIONS(1100), [anon_sym_continue] = ACTIONS(1100), [anon_sym_goto] = ACTIONS(1100), [anon_sym_DASH_DASH] = ACTIONS(1102), [anon_sym_PLUS_PLUS] = ACTIONS(1102), [anon_sym_sizeof] = ACTIONS(1100), [sym_number_literal] = ACTIONS(1102), [anon_sym_L_SQUOTE] = ACTIONS(1102), [anon_sym_u_SQUOTE] = ACTIONS(1102), [anon_sym_U_SQUOTE] = ACTIONS(1102), [anon_sym_u8_SQUOTE] = ACTIONS(1102), [anon_sym_SQUOTE] = ACTIONS(1102), [anon_sym_L_DQUOTE] = ACTIONS(1102), [anon_sym_u_DQUOTE] = ACTIONS(1102), [anon_sym_U_DQUOTE] = ACTIONS(1102), [anon_sym_u8_DQUOTE] = ACTIONS(1102), [anon_sym_DQUOTE] = ACTIONS(1102), [sym_true] = ACTIONS(1100), [sym_false] = ACTIONS(1100), [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, [121] = { [sym_identifier] = ACTIONS(1104), [aux_sym_preproc_include_token1] = ACTIONS(1104), [aux_sym_preproc_def_token1] = ACTIONS(1104), [aux_sym_preproc_if_token1] = ACTIONS(1104), [aux_sym_preproc_if_token2] = ACTIONS(1104), [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), [aux_sym_preproc_else_token1] = ACTIONS(1104), [aux_sym_preproc_elif_token1] = ACTIONS(1104), [sym_preproc_directive] = ACTIONS(1104), [anon_sym_LPAREN2] = ACTIONS(1106), [anon_sym_BANG] = ACTIONS(1106), [anon_sym_TILDE] = ACTIONS(1106), [anon_sym_DASH] = ACTIONS(1104), [anon_sym_PLUS] = ACTIONS(1104), [anon_sym_STAR] = ACTIONS(1106), [anon_sym_AMP] = ACTIONS(1106), [anon_sym_SEMI] = ACTIONS(1106), [anon_sym_typedef] = ACTIONS(1104), [anon_sym_extern] = ACTIONS(1104), [anon_sym___attribute__] = ACTIONS(1104), [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), [anon_sym___declspec] = ACTIONS(1104), [anon_sym___cdecl] = ACTIONS(1104), [anon_sym___clrcall] = ACTIONS(1104), [anon_sym___stdcall] = ACTIONS(1104), [anon_sym___fastcall] = ACTIONS(1104), [anon_sym___thiscall] = ACTIONS(1104), [anon_sym___vectorcall] = ACTIONS(1104), [anon_sym_LBRACE] = ACTIONS(1106), [anon_sym_static] = ACTIONS(1104), [anon_sym_auto] = ACTIONS(1104), [anon_sym_register] = ACTIONS(1104), [anon_sym_inline] = ACTIONS(1104), [anon_sym_const] = ACTIONS(1104), [anon_sym_volatile] = ACTIONS(1104), [anon_sym_restrict] = ACTIONS(1104), [anon_sym__Atomic] = ACTIONS(1104), [anon_sym_signed] = ACTIONS(1104), [anon_sym_unsigned] = ACTIONS(1104), [anon_sym_long] = ACTIONS(1104), [anon_sym_short] = ACTIONS(1104), [sym_primitive_type] = ACTIONS(1104), [anon_sym_enum] = ACTIONS(1104), [anon_sym_struct] = ACTIONS(1104), [anon_sym_union] = ACTIONS(1104), [anon_sym_if] = ACTIONS(1104), [anon_sym_switch] = ACTIONS(1104), [anon_sym_case] = ACTIONS(1104), [anon_sym_default] = ACTIONS(1104), [anon_sym_while] = ACTIONS(1104), [anon_sym_do] = ACTIONS(1104), [anon_sym_for] = ACTIONS(1104), [anon_sym_return] = ACTIONS(1104), [anon_sym_break] = ACTIONS(1104), [anon_sym_continue] = ACTIONS(1104), [anon_sym_goto] = ACTIONS(1104), [anon_sym_DASH_DASH] = ACTIONS(1106), [anon_sym_PLUS_PLUS] = ACTIONS(1106), [anon_sym_sizeof] = ACTIONS(1104), [sym_number_literal] = ACTIONS(1106), [anon_sym_L_SQUOTE] = ACTIONS(1106), [anon_sym_u_SQUOTE] = ACTIONS(1106), [anon_sym_U_SQUOTE] = ACTIONS(1106), [anon_sym_u8_SQUOTE] = ACTIONS(1106), [anon_sym_SQUOTE] = ACTIONS(1106), [anon_sym_L_DQUOTE] = ACTIONS(1106), [anon_sym_u_DQUOTE] = ACTIONS(1106), [anon_sym_U_DQUOTE] = ACTIONS(1106), [anon_sym_u8_DQUOTE] = ACTIONS(1106), [anon_sym_DQUOTE] = ACTIONS(1106), [sym_true] = ACTIONS(1104), [sym_false] = ACTIONS(1104), [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, [122] = { [sym_identifier] = ACTIONS(1108), [aux_sym_preproc_include_token1] = ACTIONS(1108), [aux_sym_preproc_def_token1] = ACTIONS(1108), [aux_sym_preproc_if_token1] = ACTIONS(1108), [aux_sym_preproc_if_token2] = ACTIONS(1108), [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), [aux_sym_preproc_else_token1] = ACTIONS(1108), [aux_sym_preproc_elif_token1] = ACTIONS(1108), [sym_preproc_directive] = ACTIONS(1108), [anon_sym_LPAREN2] = ACTIONS(1110), [anon_sym_BANG] = ACTIONS(1110), [anon_sym_TILDE] = ACTIONS(1110), [anon_sym_DASH] = ACTIONS(1108), [anon_sym_PLUS] = ACTIONS(1108), [anon_sym_STAR] = ACTIONS(1110), [anon_sym_AMP] = ACTIONS(1110), [anon_sym_SEMI] = ACTIONS(1110), [anon_sym_typedef] = ACTIONS(1108), [anon_sym_extern] = ACTIONS(1108), [anon_sym___attribute__] = ACTIONS(1108), [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), [anon_sym___declspec] = ACTIONS(1108), [anon_sym___cdecl] = ACTIONS(1108), [anon_sym___clrcall] = ACTIONS(1108), [anon_sym___stdcall] = ACTIONS(1108), [anon_sym___fastcall] = ACTIONS(1108), [anon_sym___thiscall] = ACTIONS(1108), [anon_sym___vectorcall] = ACTIONS(1108), [anon_sym_LBRACE] = ACTIONS(1110), [anon_sym_static] = ACTIONS(1108), [anon_sym_auto] = ACTIONS(1108), [anon_sym_register] = ACTIONS(1108), [anon_sym_inline] = ACTIONS(1108), [anon_sym_const] = ACTIONS(1108), [anon_sym_volatile] = ACTIONS(1108), [anon_sym_restrict] = ACTIONS(1108), [anon_sym__Atomic] = ACTIONS(1108), [anon_sym_signed] = ACTIONS(1108), [anon_sym_unsigned] = ACTIONS(1108), [anon_sym_long] = ACTIONS(1108), [anon_sym_short] = ACTIONS(1108), [sym_primitive_type] = ACTIONS(1108), [anon_sym_enum] = ACTIONS(1108), [anon_sym_struct] = ACTIONS(1108), [anon_sym_union] = ACTIONS(1108), [anon_sym_if] = ACTIONS(1108), [anon_sym_switch] = ACTIONS(1108), [anon_sym_case] = ACTIONS(1108), [anon_sym_default] = ACTIONS(1108), [anon_sym_while] = ACTIONS(1108), [anon_sym_do] = ACTIONS(1108), [anon_sym_for] = ACTIONS(1108), [anon_sym_return] = ACTIONS(1108), [anon_sym_break] = ACTIONS(1108), [anon_sym_continue] = ACTIONS(1108), [anon_sym_goto] = ACTIONS(1108), [anon_sym_DASH_DASH] = ACTIONS(1110), [anon_sym_PLUS_PLUS] = ACTIONS(1110), [anon_sym_sizeof] = ACTIONS(1108), [sym_number_literal] = ACTIONS(1110), [anon_sym_L_SQUOTE] = ACTIONS(1110), [anon_sym_u_SQUOTE] = ACTIONS(1110), [anon_sym_U_SQUOTE] = ACTIONS(1110), [anon_sym_u8_SQUOTE] = ACTIONS(1110), [anon_sym_SQUOTE] = ACTIONS(1110), [anon_sym_L_DQUOTE] = ACTIONS(1110), [anon_sym_u_DQUOTE] = ACTIONS(1110), [anon_sym_U_DQUOTE] = ACTIONS(1110), [anon_sym_u8_DQUOTE] = ACTIONS(1110), [anon_sym_DQUOTE] = ACTIONS(1110), [sym_true] = ACTIONS(1108), [sym_false] = ACTIONS(1108), [sym_null] = ACTIONS(1108), [sym_comment] = ACTIONS(3), }, [123] = { [sym_identifier] = ACTIONS(1112), [aux_sym_preproc_include_token1] = ACTIONS(1112), [aux_sym_preproc_def_token1] = ACTIONS(1112), [aux_sym_preproc_if_token1] = ACTIONS(1112), [aux_sym_preproc_if_token2] = ACTIONS(1112), [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), [aux_sym_preproc_else_token1] = ACTIONS(1112), [aux_sym_preproc_elif_token1] = ACTIONS(1112), [sym_preproc_directive] = ACTIONS(1112), [anon_sym_LPAREN2] = ACTIONS(1114), [anon_sym_BANG] = ACTIONS(1114), [anon_sym_TILDE] = ACTIONS(1114), [anon_sym_DASH] = ACTIONS(1112), [anon_sym_PLUS] = ACTIONS(1112), [anon_sym_STAR] = ACTIONS(1114), [anon_sym_AMP] = ACTIONS(1114), [anon_sym_SEMI] = ACTIONS(1114), [anon_sym_typedef] = ACTIONS(1112), [anon_sym_extern] = ACTIONS(1112), [anon_sym___attribute__] = ACTIONS(1112), [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), [anon_sym___declspec] = ACTIONS(1112), [anon_sym___cdecl] = ACTIONS(1112), [anon_sym___clrcall] = ACTIONS(1112), [anon_sym___stdcall] = ACTIONS(1112), [anon_sym___fastcall] = ACTIONS(1112), [anon_sym___thiscall] = ACTIONS(1112), [anon_sym___vectorcall] = ACTIONS(1112), [anon_sym_LBRACE] = ACTIONS(1114), [anon_sym_static] = ACTIONS(1112), [anon_sym_auto] = ACTIONS(1112), [anon_sym_register] = ACTIONS(1112), [anon_sym_inline] = ACTIONS(1112), [anon_sym_const] = ACTIONS(1112), [anon_sym_volatile] = ACTIONS(1112), [anon_sym_restrict] = ACTIONS(1112), [anon_sym__Atomic] = ACTIONS(1112), [anon_sym_signed] = ACTIONS(1112), [anon_sym_unsigned] = ACTIONS(1112), [anon_sym_long] = ACTIONS(1112), [anon_sym_short] = ACTIONS(1112), [sym_primitive_type] = ACTIONS(1112), [anon_sym_enum] = ACTIONS(1112), [anon_sym_struct] = ACTIONS(1112), [anon_sym_union] = ACTIONS(1112), [anon_sym_if] = ACTIONS(1112), [anon_sym_switch] = ACTIONS(1112), [anon_sym_case] = ACTIONS(1112), [anon_sym_default] = ACTIONS(1112), [anon_sym_while] = ACTIONS(1112), [anon_sym_do] = ACTIONS(1112), [anon_sym_for] = ACTIONS(1112), [anon_sym_return] = ACTIONS(1112), [anon_sym_break] = ACTIONS(1112), [anon_sym_continue] = ACTIONS(1112), [anon_sym_goto] = ACTIONS(1112), [anon_sym_DASH_DASH] = ACTIONS(1114), [anon_sym_PLUS_PLUS] = ACTIONS(1114), [anon_sym_sizeof] = ACTIONS(1112), [sym_number_literal] = ACTIONS(1114), [anon_sym_L_SQUOTE] = ACTIONS(1114), [anon_sym_u_SQUOTE] = ACTIONS(1114), [anon_sym_U_SQUOTE] = ACTIONS(1114), [anon_sym_u8_SQUOTE] = ACTIONS(1114), [anon_sym_SQUOTE] = ACTIONS(1114), [anon_sym_L_DQUOTE] = ACTIONS(1114), [anon_sym_u_DQUOTE] = ACTIONS(1114), [anon_sym_U_DQUOTE] = ACTIONS(1114), [anon_sym_u8_DQUOTE] = ACTIONS(1114), [anon_sym_DQUOTE] = ACTIONS(1114), [sym_true] = ACTIONS(1112), [sym_false] = ACTIONS(1112), [sym_null] = ACTIONS(1112), [sym_comment] = ACTIONS(3), }, [124] = { [sym_identifier] = ACTIONS(1116), [aux_sym_preproc_include_token1] = ACTIONS(1116), [aux_sym_preproc_def_token1] = ACTIONS(1116), [aux_sym_preproc_if_token1] = ACTIONS(1116), [aux_sym_preproc_if_token2] = ACTIONS(1116), [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), [aux_sym_preproc_else_token1] = ACTIONS(1116), [aux_sym_preproc_elif_token1] = ACTIONS(1116), [sym_preproc_directive] = ACTIONS(1116), [anon_sym_LPAREN2] = ACTIONS(1118), [anon_sym_BANG] = ACTIONS(1118), [anon_sym_TILDE] = ACTIONS(1118), [anon_sym_DASH] = ACTIONS(1116), [anon_sym_PLUS] = ACTIONS(1116), [anon_sym_STAR] = ACTIONS(1118), [anon_sym_AMP] = ACTIONS(1118), [anon_sym_SEMI] = ACTIONS(1118), [anon_sym_typedef] = ACTIONS(1116), [anon_sym_extern] = ACTIONS(1116), [anon_sym___attribute__] = ACTIONS(1116), [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), [anon_sym___declspec] = ACTIONS(1116), [anon_sym___cdecl] = ACTIONS(1116), [anon_sym___clrcall] = ACTIONS(1116), [anon_sym___stdcall] = ACTIONS(1116), [anon_sym___fastcall] = ACTIONS(1116), [anon_sym___thiscall] = ACTIONS(1116), [anon_sym___vectorcall] = ACTIONS(1116), [anon_sym_LBRACE] = ACTIONS(1118), [anon_sym_static] = ACTIONS(1116), [anon_sym_auto] = ACTIONS(1116), [anon_sym_register] = ACTIONS(1116), [anon_sym_inline] = ACTIONS(1116), [anon_sym_const] = ACTIONS(1116), [anon_sym_volatile] = ACTIONS(1116), [anon_sym_restrict] = ACTIONS(1116), [anon_sym__Atomic] = ACTIONS(1116), [anon_sym_signed] = ACTIONS(1116), [anon_sym_unsigned] = ACTIONS(1116), [anon_sym_long] = ACTIONS(1116), [anon_sym_short] = ACTIONS(1116), [sym_primitive_type] = ACTIONS(1116), [anon_sym_enum] = ACTIONS(1116), [anon_sym_struct] = ACTIONS(1116), [anon_sym_union] = ACTIONS(1116), [anon_sym_if] = ACTIONS(1116), [anon_sym_switch] = ACTIONS(1116), [anon_sym_case] = ACTIONS(1116), [anon_sym_default] = ACTIONS(1116), [anon_sym_while] = ACTIONS(1116), [anon_sym_do] = ACTIONS(1116), [anon_sym_for] = ACTIONS(1116), [anon_sym_return] = ACTIONS(1116), [anon_sym_break] = ACTIONS(1116), [anon_sym_continue] = ACTIONS(1116), [anon_sym_goto] = ACTIONS(1116), [anon_sym_DASH_DASH] = ACTIONS(1118), [anon_sym_PLUS_PLUS] = ACTIONS(1118), [anon_sym_sizeof] = ACTIONS(1116), [sym_number_literal] = ACTIONS(1118), [anon_sym_L_SQUOTE] = ACTIONS(1118), [anon_sym_u_SQUOTE] = ACTIONS(1118), [anon_sym_U_SQUOTE] = ACTIONS(1118), [anon_sym_u8_SQUOTE] = ACTIONS(1118), [anon_sym_SQUOTE] = ACTIONS(1118), [anon_sym_L_DQUOTE] = ACTIONS(1118), [anon_sym_u_DQUOTE] = ACTIONS(1118), [anon_sym_U_DQUOTE] = ACTIONS(1118), [anon_sym_u8_DQUOTE] = ACTIONS(1118), [anon_sym_DQUOTE] = ACTIONS(1118), [sym_true] = ACTIONS(1116), [sym_false] = ACTIONS(1116), [sym_null] = ACTIONS(1116), [sym_comment] = ACTIONS(3), }, [125] = { [sym_identifier] = ACTIONS(1120), [aux_sym_preproc_include_token1] = ACTIONS(1120), [aux_sym_preproc_def_token1] = ACTIONS(1120), [aux_sym_preproc_if_token1] = ACTIONS(1120), [aux_sym_preproc_if_token2] = ACTIONS(1120), [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), [aux_sym_preproc_else_token1] = ACTIONS(1120), [aux_sym_preproc_elif_token1] = ACTIONS(1120), [sym_preproc_directive] = ACTIONS(1120), [anon_sym_LPAREN2] = ACTIONS(1122), [anon_sym_BANG] = ACTIONS(1122), [anon_sym_TILDE] = ACTIONS(1122), [anon_sym_DASH] = ACTIONS(1120), [anon_sym_PLUS] = ACTIONS(1120), [anon_sym_STAR] = ACTIONS(1122), [anon_sym_AMP] = ACTIONS(1122), [anon_sym_SEMI] = ACTIONS(1122), [anon_sym_typedef] = ACTIONS(1120), [anon_sym_extern] = ACTIONS(1120), [anon_sym___attribute__] = ACTIONS(1120), [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), [anon_sym___declspec] = ACTIONS(1120), [anon_sym___cdecl] = ACTIONS(1120), [anon_sym___clrcall] = ACTIONS(1120), [anon_sym___stdcall] = ACTIONS(1120), [anon_sym___fastcall] = ACTIONS(1120), [anon_sym___thiscall] = ACTIONS(1120), [anon_sym___vectorcall] = ACTIONS(1120), [anon_sym_LBRACE] = ACTIONS(1122), [anon_sym_static] = ACTIONS(1120), [anon_sym_auto] = ACTIONS(1120), [anon_sym_register] = ACTIONS(1120), [anon_sym_inline] = ACTIONS(1120), [anon_sym_const] = ACTIONS(1120), [anon_sym_volatile] = ACTIONS(1120), [anon_sym_restrict] = ACTIONS(1120), [anon_sym__Atomic] = ACTIONS(1120), [anon_sym_signed] = ACTIONS(1120), [anon_sym_unsigned] = ACTIONS(1120), [anon_sym_long] = ACTIONS(1120), [anon_sym_short] = ACTIONS(1120), [sym_primitive_type] = ACTIONS(1120), [anon_sym_enum] = ACTIONS(1120), [anon_sym_struct] = ACTIONS(1120), [anon_sym_union] = ACTIONS(1120), [anon_sym_if] = ACTIONS(1120), [anon_sym_switch] = ACTIONS(1120), [anon_sym_case] = ACTIONS(1120), [anon_sym_default] = ACTIONS(1120), [anon_sym_while] = ACTIONS(1120), [anon_sym_do] = ACTIONS(1120), [anon_sym_for] = ACTIONS(1120), [anon_sym_return] = ACTIONS(1120), [anon_sym_break] = ACTIONS(1120), [anon_sym_continue] = ACTIONS(1120), [anon_sym_goto] = ACTIONS(1120), [anon_sym_DASH_DASH] = ACTIONS(1122), [anon_sym_PLUS_PLUS] = ACTIONS(1122), [anon_sym_sizeof] = ACTIONS(1120), [sym_number_literal] = ACTIONS(1122), [anon_sym_L_SQUOTE] = ACTIONS(1122), [anon_sym_u_SQUOTE] = ACTIONS(1122), [anon_sym_U_SQUOTE] = ACTIONS(1122), [anon_sym_u8_SQUOTE] = ACTIONS(1122), [anon_sym_SQUOTE] = ACTIONS(1122), [anon_sym_L_DQUOTE] = ACTIONS(1122), [anon_sym_u_DQUOTE] = ACTIONS(1122), [anon_sym_U_DQUOTE] = ACTIONS(1122), [anon_sym_u8_DQUOTE] = ACTIONS(1122), [anon_sym_DQUOTE] = ACTIONS(1122), [sym_true] = ACTIONS(1120), [sym_false] = ACTIONS(1120), [sym_null] = ACTIONS(1120), [sym_comment] = ACTIONS(3), }, [126] = { [sym_identifier] = ACTIONS(1124), [aux_sym_preproc_include_token1] = ACTIONS(1124), [aux_sym_preproc_def_token1] = ACTIONS(1124), [aux_sym_preproc_if_token1] = ACTIONS(1124), [aux_sym_preproc_if_token2] = ACTIONS(1124), [aux_sym_preproc_ifdef_token1] = ACTIONS(1124), [aux_sym_preproc_ifdef_token2] = ACTIONS(1124), [aux_sym_preproc_else_token1] = ACTIONS(1124), [aux_sym_preproc_elif_token1] = ACTIONS(1124), [sym_preproc_directive] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(1126), [anon_sym_BANG] = ACTIONS(1126), [anon_sym_TILDE] = ACTIONS(1126), [anon_sym_DASH] = ACTIONS(1124), [anon_sym_PLUS] = ACTIONS(1124), [anon_sym_STAR] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1126), [anon_sym_SEMI] = ACTIONS(1126), [anon_sym_typedef] = ACTIONS(1124), [anon_sym_extern] = ACTIONS(1124), [anon_sym___attribute__] = ACTIONS(1124), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(1124), [anon_sym___cdecl] = ACTIONS(1124), [anon_sym___clrcall] = ACTIONS(1124), [anon_sym___stdcall] = ACTIONS(1124), [anon_sym___fastcall] = ACTIONS(1124), [anon_sym___thiscall] = ACTIONS(1124), [anon_sym___vectorcall] = ACTIONS(1124), [anon_sym_LBRACE] = ACTIONS(1126), [anon_sym_static] = ACTIONS(1124), [anon_sym_auto] = ACTIONS(1124), [anon_sym_register] = ACTIONS(1124), [anon_sym_inline] = ACTIONS(1124), [anon_sym_const] = ACTIONS(1124), [anon_sym_volatile] = ACTIONS(1124), [anon_sym_restrict] = ACTIONS(1124), [anon_sym__Atomic] = ACTIONS(1124), [anon_sym_signed] = ACTIONS(1124), [anon_sym_unsigned] = ACTIONS(1124), [anon_sym_long] = ACTIONS(1124), [anon_sym_short] = ACTIONS(1124), [sym_primitive_type] = ACTIONS(1124), [anon_sym_enum] = ACTIONS(1124), [anon_sym_struct] = ACTIONS(1124), [anon_sym_union] = ACTIONS(1124), [anon_sym_if] = ACTIONS(1124), [anon_sym_switch] = ACTIONS(1124), [anon_sym_case] = ACTIONS(1124), [anon_sym_default] = ACTIONS(1124), [anon_sym_while] = ACTIONS(1124), [anon_sym_do] = ACTIONS(1124), [anon_sym_for] = ACTIONS(1124), [anon_sym_return] = ACTIONS(1124), [anon_sym_break] = ACTIONS(1124), [anon_sym_continue] = ACTIONS(1124), [anon_sym_goto] = ACTIONS(1124), [anon_sym_DASH_DASH] = ACTIONS(1126), [anon_sym_PLUS_PLUS] = ACTIONS(1126), [anon_sym_sizeof] = ACTIONS(1124), [sym_number_literal] = ACTIONS(1126), [anon_sym_L_SQUOTE] = ACTIONS(1126), [anon_sym_u_SQUOTE] = ACTIONS(1126), [anon_sym_U_SQUOTE] = ACTIONS(1126), [anon_sym_u8_SQUOTE] = ACTIONS(1126), [anon_sym_SQUOTE] = ACTIONS(1126), [anon_sym_L_DQUOTE] = ACTIONS(1126), [anon_sym_u_DQUOTE] = ACTIONS(1126), [anon_sym_U_DQUOTE] = ACTIONS(1126), [anon_sym_u8_DQUOTE] = ACTIONS(1126), [anon_sym_DQUOTE] = ACTIONS(1126), [sym_true] = ACTIONS(1124), [sym_false] = ACTIONS(1124), [sym_null] = ACTIONS(1124), [sym_comment] = ACTIONS(3), }, [127] = { [sym_identifier] = ACTIONS(906), [aux_sym_preproc_include_token1] = ACTIONS(906), [aux_sym_preproc_def_token1] = ACTIONS(906), [aux_sym_preproc_if_token1] = ACTIONS(906), [aux_sym_preproc_if_token2] = ACTIONS(906), [aux_sym_preproc_ifdef_token1] = ACTIONS(906), [aux_sym_preproc_ifdef_token2] = ACTIONS(906), [sym_preproc_directive] = ACTIONS(906), [anon_sym_LPAREN2] = ACTIONS(908), [anon_sym_BANG] = ACTIONS(908), [anon_sym_TILDE] = ACTIONS(908), [anon_sym_DASH] = ACTIONS(906), [anon_sym_PLUS] = ACTIONS(906), [anon_sym_STAR] = ACTIONS(908), [anon_sym_AMP] = ACTIONS(908), [anon_sym_SEMI] = ACTIONS(908), [anon_sym_typedef] = ACTIONS(906), [anon_sym_extern] = ACTIONS(906), [anon_sym___attribute__] = ACTIONS(906), [anon_sym_LBRACK_LBRACK] = ACTIONS(908), [anon_sym___declspec] = ACTIONS(906), [anon_sym___cdecl] = ACTIONS(906), [anon_sym___clrcall] = ACTIONS(906), [anon_sym___stdcall] = ACTIONS(906), [anon_sym___fastcall] = ACTIONS(906), [anon_sym___thiscall] = ACTIONS(906), [anon_sym___vectorcall] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(908), [anon_sym_static] = ACTIONS(906), [anon_sym_auto] = ACTIONS(906), [anon_sym_register] = ACTIONS(906), [anon_sym_inline] = ACTIONS(906), [anon_sym_const] = ACTIONS(906), [anon_sym_volatile] = ACTIONS(906), [anon_sym_restrict] = ACTIONS(906), [anon_sym__Atomic] = ACTIONS(906), [anon_sym_signed] = ACTIONS(906), [anon_sym_unsigned] = ACTIONS(906), [anon_sym_long] = ACTIONS(906), [anon_sym_short] = ACTIONS(906), [sym_primitive_type] = ACTIONS(906), [anon_sym_enum] = ACTIONS(906), [anon_sym_struct] = ACTIONS(906), [anon_sym_union] = ACTIONS(906), [anon_sym_if] = ACTIONS(906), [anon_sym_else] = ACTIONS(906), [anon_sym_switch] = ACTIONS(906), [anon_sym_case] = ACTIONS(906), [anon_sym_default] = ACTIONS(906), [anon_sym_while] = ACTIONS(906), [anon_sym_do] = ACTIONS(906), [anon_sym_for] = ACTIONS(906), [anon_sym_return] = ACTIONS(906), [anon_sym_break] = ACTIONS(906), [anon_sym_continue] = ACTIONS(906), [anon_sym_goto] = ACTIONS(906), [anon_sym_DASH_DASH] = ACTIONS(908), [anon_sym_PLUS_PLUS] = ACTIONS(908), [anon_sym_sizeof] = ACTIONS(906), [sym_number_literal] = ACTIONS(908), [anon_sym_L_SQUOTE] = ACTIONS(908), [anon_sym_u_SQUOTE] = ACTIONS(908), [anon_sym_U_SQUOTE] = ACTIONS(908), [anon_sym_u8_SQUOTE] = ACTIONS(908), [anon_sym_SQUOTE] = ACTIONS(908), [anon_sym_L_DQUOTE] = ACTIONS(908), [anon_sym_u_DQUOTE] = ACTIONS(908), [anon_sym_U_DQUOTE] = ACTIONS(908), [anon_sym_u8_DQUOTE] = ACTIONS(908), [anon_sym_DQUOTE] = ACTIONS(908), [sym_true] = ACTIONS(906), [sym_false] = ACTIONS(906), [sym_null] = ACTIONS(906), [sym_comment] = ACTIONS(3), }, [128] = { [ts_builtin_sym_end] = ACTIONS(896), [sym_identifier] = ACTIONS(894), [aux_sym_preproc_include_token1] = ACTIONS(894), [aux_sym_preproc_def_token1] = ACTIONS(894), [aux_sym_preproc_if_token1] = ACTIONS(894), [aux_sym_preproc_ifdef_token1] = ACTIONS(894), [aux_sym_preproc_ifdef_token2] = ACTIONS(894), [sym_preproc_directive] = ACTIONS(894), [anon_sym_LPAREN2] = ACTIONS(896), [anon_sym_BANG] = ACTIONS(896), [anon_sym_TILDE] = ACTIONS(896), [anon_sym_DASH] = ACTIONS(894), [anon_sym_PLUS] = ACTIONS(894), [anon_sym_STAR] = ACTIONS(896), [anon_sym_AMP] = ACTIONS(896), [anon_sym_SEMI] = ACTIONS(896), [anon_sym_typedef] = ACTIONS(894), [anon_sym_extern] = ACTIONS(894), [anon_sym___attribute__] = ACTIONS(894), [anon_sym_LBRACK_LBRACK] = ACTIONS(896), [anon_sym___declspec] = ACTIONS(894), [anon_sym___cdecl] = ACTIONS(894), [anon_sym___clrcall] = ACTIONS(894), [anon_sym___stdcall] = ACTIONS(894), [anon_sym___fastcall] = ACTIONS(894), [anon_sym___thiscall] = ACTIONS(894), [anon_sym___vectorcall] = ACTIONS(894), [anon_sym_LBRACE] = ACTIONS(896), [anon_sym_static] = ACTIONS(894), [anon_sym_auto] = ACTIONS(894), [anon_sym_register] = ACTIONS(894), [anon_sym_inline] = ACTIONS(894), [anon_sym_const] = ACTIONS(894), [anon_sym_volatile] = ACTIONS(894), [anon_sym_restrict] = ACTIONS(894), [anon_sym__Atomic] = ACTIONS(894), [anon_sym_signed] = ACTIONS(894), [anon_sym_unsigned] = ACTIONS(894), [anon_sym_long] = ACTIONS(894), [anon_sym_short] = ACTIONS(894), [sym_primitive_type] = ACTIONS(894), [anon_sym_enum] = ACTIONS(894), [anon_sym_struct] = ACTIONS(894), [anon_sym_union] = ACTIONS(894), [anon_sym_if] = ACTIONS(894), [anon_sym_else] = ACTIONS(894), [anon_sym_switch] = ACTIONS(894), [anon_sym_case] = ACTIONS(894), [anon_sym_default] = ACTIONS(894), [anon_sym_while] = ACTIONS(894), [anon_sym_do] = ACTIONS(894), [anon_sym_for] = ACTIONS(894), [anon_sym_return] = ACTIONS(894), [anon_sym_break] = ACTIONS(894), [anon_sym_continue] = ACTIONS(894), [anon_sym_goto] = ACTIONS(894), [anon_sym_DASH_DASH] = ACTIONS(896), [anon_sym_PLUS_PLUS] = ACTIONS(896), [anon_sym_sizeof] = ACTIONS(894), [sym_number_literal] = ACTIONS(896), [anon_sym_L_SQUOTE] = ACTIONS(896), [anon_sym_u_SQUOTE] = ACTIONS(896), [anon_sym_U_SQUOTE] = ACTIONS(896), [anon_sym_u8_SQUOTE] = ACTIONS(896), [anon_sym_SQUOTE] = ACTIONS(896), [anon_sym_L_DQUOTE] = ACTIONS(896), [anon_sym_u_DQUOTE] = ACTIONS(896), [anon_sym_U_DQUOTE] = ACTIONS(896), [anon_sym_u8_DQUOTE] = ACTIONS(896), [anon_sym_DQUOTE] = ACTIONS(896), [sym_true] = ACTIONS(894), [sym_false] = ACTIONS(894), [sym_null] = ACTIONS(894), [sym_comment] = ACTIONS(3), }, [129] = { [ts_builtin_sym_end] = ACTIONS(982), [sym_identifier] = ACTIONS(980), [aux_sym_preproc_include_token1] = ACTIONS(980), [aux_sym_preproc_def_token1] = ACTIONS(980), [aux_sym_preproc_if_token1] = ACTIONS(980), [aux_sym_preproc_ifdef_token1] = ACTIONS(980), [aux_sym_preproc_ifdef_token2] = ACTIONS(980), [sym_preproc_directive] = ACTIONS(980), [anon_sym_LPAREN2] = ACTIONS(982), [anon_sym_BANG] = ACTIONS(982), [anon_sym_TILDE] = ACTIONS(982), [anon_sym_DASH] = ACTIONS(980), [anon_sym_PLUS] = ACTIONS(980), [anon_sym_STAR] = ACTIONS(982), [anon_sym_AMP] = ACTIONS(982), [anon_sym_SEMI] = ACTIONS(982), [anon_sym_typedef] = ACTIONS(980), [anon_sym_extern] = ACTIONS(980), [anon_sym___attribute__] = ACTIONS(980), [anon_sym_LBRACK_LBRACK] = ACTIONS(982), [anon_sym___declspec] = ACTIONS(980), [anon_sym___cdecl] = ACTIONS(980), [anon_sym___clrcall] = ACTIONS(980), [anon_sym___stdcall] = ACTIONS(980), [anon_sym___fastcall] = ACTIONS(980), [anon_sym___thiscall] = ACTIONS(980), [anon_sym___vectorcall] = ACTIONS(980), [anon_sym_LBRACE] = ACTIONS(982), [anon_sym_static] = ACTIONS(980), [anon_sym_auto] = ACTIONS(980), [anon_sym_register] = ACTIONS(980), [anon_sym_inline] = ACTIONS(980), [anon_sym_const] = ACTIONS(980), [anon_sym_volatile] = ACTIONS(980), [anon_sym_restrict] = ACTIONS(980), [anon_sym__Atomic] = ACTIONS(980), [anon_sym_signed] = ACTIONS(980), [anon_sym_unsigned] = ACTIONS(980), [anon_sym_long] = ACTIONS(980), [anon_sym_short] = ACTIONS(980), [sym_primitive_type] = ACTIONS(980), [anon_sym_enum] = ACTIONS(980), [anon_sym_struct] = ACTIONS(980), [anon_sym_union] = ACTIONS(980), [anon_sym_if] = ACTIONS(980), [anon_sym_else] = ACTIONS(980), [anon_sym_switch] = ACTIONS(980), [anon_sym_case] = ACTIONS(980), [anon_sym_default] = ACTIONS(980), [anon_sym_while] = ACTIONS(980), [anon_sym_do] = ACTIONS(980), [anon_sym_for] = ACTIONS(980), [anon_sym_return] = ACTIONS(980), [anon_sym_break] = ACTIONS(980), [anon_sym_continue] = ACTIONS(980), [anon_sym_goto] = ACTIONS(980), [anon_sym_DASH_DASH] = ACTIONS(982), [anon_sym_PLUS_PLUS] = ACTIONS(982), [anon_sym_sizeof] = ACTIONS(980), [sym_number_literal] = ACTIONS(982), [anon_sym_L_SQUOTE] = ACTIONS(982), [anon_sym_u_SQUOTE] = ACTIONS(982), [anon_sym_U_SQUOTE] = ACTIONS(982), [anon_sym_u8_SQUOTE] = ACTIONS(982), [anon_sym_SQUOTE] = ACTIONS(982), [anon_sym_L_DQUOTE] = ACTIONS(982), [anon_sym_u_DQUOTE] = ACTIONS(982), [anon_sym_U_DQUOTE] = ACTIONS(982), [anon_sym_u8_DQUOTE] = ACTIONS(982), [anon_sym_DQUOTE] = ACTIONS(982), [sym_true] = ACTIONS(980), [sym_false] = ACTIONS(980), [sym_null] = ACTIONS(980), [sym_comment] = ACTIONS(3), }, [130] = { [ts_builtin_sym_end] = ACTIONS(974), [sym_identifier] = ACTIONS(972), [aux_sym_preproc_include_token1] = ACTIONS(972), [aux_sym_preproc_def_token1] = ACTIONS(972), [aux_sym_preproc_if_token1] = ACTIONS(972), [aux_sym_preproc_ifdef_token1] = ACTIONS(972), [aux_sym_preproc_ifdef_token2] = ACTIONS(972), [sym_preproc_directive] = ACTIONS(972), [anon_sym_LPAREN2] = ACTIONS(974), [anon_sym_BANG] = ACTIONS(974), [anon_sym_TILDE] = ACTIONS(974), [anon_sym_DASH] = ACTIONS(972), [anon_sym_PLUS] = ACTIONS(972), [anon_sym_STAR] = ACTIONS(974), [anon_sym_AMP] = ACTIONS(974), [anon_sym_SEMI] = ACTIONS(974), [anon_sym_typedef] = ACTIONS(972), [anon_sym_extern] = ACTIONS(972), [anon_sym___attribute__] = ACTIONS(972), [anon_sym_LBRACK_LBRACK] = ACTIONS(974), [anon_sym___declspec] = ACTIONS(972), [anon_sym___cdecl] = ACTIONS(972), [anon_sym___clrcall] = ACTIONS(972), [anon_sym___stdcall] = ACTIONS(972), [anon_sym___fastcall] = ACTIONS(972), [anon_sym___thiscall] = ACTIONS(972), [anon_sym___vectorcall] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(974), [anon_sym_static] = ACTIONS(972), [anon_sym_auto] = ACTIONS(972), [anon_sym_register] = ACTIONS(972), [anon_sym_inline] = ACTIONS(972), [anon_sym_const] = ACTIONS(972), [anon_sym_volatile] = ACTIONS(972), [anon_sym_restrict] = ACTIONS(972), [anon_sym__Atomic] = ACTIONS(972), [anon_sym_signed] = ACTIONS(972), [anon_sym_unsigned] = ACTIONS(972), [anon_sym_long] = ACTIONS(972), [anon_sym_short] = ACTIONS(972), [sym_primitive_type] = ACTIONS(972), [anon_sym_enum] = ACTIONS(972), [anon_sym_struct] = ACTIONS(972), [anon_sym_union] = ACTIONS(972), [anon_sym_if] = ACTIONS(972), [anon_sym_else] = ACTIONS(972), [anon_sym_switch] = ACTIONS(972), [anon_sym_case] = ACTIONS(972), [anon_sym_default] = ACTIONS(972), [anon_sym_while] = ACTIONS(972), [anon_sym_do] = ACTIONS(972), [anon_sym_for] = ACTIONS(972), [anon_sym_return] = ACTIONS(972), [anon_sym_break] = ACTIONS(972), [anon_sym_continue] = ACTIONS(972), [anon_sym_goto] = ACTIONS(972), [anon_sym_DASH_DASH] = ACTIONS(974), [anon_sym_PLUS_PLUS] = ACTIONS(974), [anon_sym_sizeof] = ACTIONS(972), [sym_number_literal] = ACTIONS(974), [anon_sym_L_SQUOTE] = ACTIONS(974), [anon_sym_u_SQUOTE] = ACTIONS(974), [anon_sym_U_SQUOTE] = ACTIONS(974), [anon_sym_u8_SQUOTE] = ACTIONS(974), [anon_sym_SQUOTE] = ACTIONS(974), [anon_sym_L_DQUOTE] = ACTIONS(974), [anon_sym_u_DQUOTE] = ACTIONS(974), [anon_sym_U_DQUOTE] = ACTIONS(974), [anon_sym_u8_DQUOTE] = ACTIONS(974), [anon_sym_DQUOTE] = ACTIONS(974), [sym_true] = ACTIONS(972), [sym_false] = ACTIONS(972), [sym_null] = ACTIONS(972), [sym_comment] = ACTIONS(3), }, [131] = { [sym_identifier] = ACTIONS(968), [aux_sym_preproc_include_token1] = ACTIONS(968), [aux_sym_preproc_def_token1] = ACTIONS(968), [aux_sym_preproc_if_token1] = ACTIONS(968), [aux_sym_preproc_if_token2] = ACTIONS(968), [aux_sym_preproc_ifdef_token1] = ACTIONS(968), [aux_sym_preproc_ifdef_token2] = ACTIONS(968), [sym_preproc_directive] = ACTIONS(968), [anon_sym_LPAREN2] = ACTIONS(970), [anon_sym_BANG] = ACTIONS(970), [anon_sym_TILDE] = ACTIONS(970), [anon_sym_DASH] = ACTIONS(968), [anon_sym_PLUS] = ACTIONS(968), [anon_sym_STAR] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(970), [anon_sym_typedef] = ACTIONS(968), [anon_sym_extern] = ACTIONS(968), [anon_sym___attribute__] = ACTIONS(968), [anon_sym_LBRACK_LBRACK] = ACTIONS(970), [anon_sym___declspec] = ACTIONS(968), [anon_sym___cdecl] = ACTIONS(968), [anon_sym___clrcall] = ACTIONS(968), [anon_sym___stdcall] = ACTIONS(968), [anon_sym___fastcall] = ACTIONS(968), [anon_sym___thiscall] = ACTIONS(968), [anon_sym___vectorcall] = ACTIONS(968), [anon_sym_LBRACE] = ACTIONS(970), [anon_sym_static] = ACTIONS(968), [anon_sym_auto] = ACTIONS(968), [anon_sym_register] = ACTIONS(968), [anon_sym_inline] = ACTIONS(968), [anon_sym_const] = ACTIONS(968), [anon_sym_volatile] = ACTIONS(968), [anon_sym_restrict] = ACTIONS(968), [anon_sym__Atomic] = ACTIONS(968), [anon_sym_signed] = ACTIONS(968), [anon_sym_unsigned] = ACTIONS(968), [anon_sym_long] = ACTIONS(968), [anon_sym_short] = ACTIONS(968), [sym_primitive_type] = ACTIONS(968), [anon_sym_enum] = ACTIONS(968), [anon_sym_struct] = ACTIONS(968), [anon_sym_union] = ACTIONS(968), [anon_sym_if] = ACTIONS(968), [anon_sym_else] = ACTIONS(968), [anon_sym_switch] = ACTIONS(968), [anon_sym_case] = ACTIONS(968), [anon_sym_default] = ACTIONS(968), [anon_sym_while] = ACTIONS(968), [anon_sym_do] = ACTIONS(968), [anon_sym_for] = ACTIONS(968), [anon_sym_return] = ACTIONS(968), [anon_sym_break] = ACTIONS(968), [anon_sym_continue] = ACTIONS(968), [anon_sym_goto] = ACTIONS(968), [anon_sym_DASH_DASH] = ACTIONS(970), [anon_sym_PLUS_PLUS] = ACTIONS(970), [anon_sym_sizeof] = ACTIONS(968), [sym_number_literal] = ACTIONS(970), [anon_sym_L_SQUOTE] = ACTIONS(970), [anon_sym_u_SQUOTE] = ACTIONS(970), [anon_sym_U_SQUOTE] = ACTIONS(970), [anon_sym_u8_SQUOTE] = ACTIONS(970), [anon_sym_SQUOTE] = ACTIONS(970), [anon_sym_L_DQUOTE] = ACTIONS(970), [anon_sym_u_DQUOTE] = ACTIONS(970), [anon_sym_U_DQUOTE] = ACTIONS(970), [anon_sym_u8_DQUOTE] = ACTIONS(970), [anon_sym_DQUOTE] = ACTIONS(970), [sym_true] = ACTIONS(968), [sym_false] = ACTIONS(968), [sym_null] = ACTIONS(968), [sym_comment] = ACTIONS(3), }, [132] = { [sym_identifier] = ACTIONS(976), [aux_sym_preproc_include_token1] = ACTIONS(976), [aux_sym_preproc_def_token1] = ACTIONS(976), [aux_sym_preproc_if_token1] = ACTIONS(976), [aux_sym_preproc_if_token2] = ACTIONS(976), [aux_sym_preproc_ifdef_token1] = ACTIONS(976), [aux_sym_preproc_ifdef_token2] = ACTIONS(976), [sym_preproc_directive] = ACTIONS(976), [anon_sym_LPAREN2] = ACTIONS(978), [anon_sym_BANG] = ACTIONS(978), [anon_sym_TILDE] = ACTIONS(978), [anon_sym_DASH] = ACTIONS(976), [anon_sym_PLUS] = ACTIONS(976), [anon_sym_STAR] = ACTIONS(978), [anon_sym_AMP] = ACTIONS(978), [anon_sym_SEMI] = ACTIONS(978), [anon_sym_typedef] = ACTIONS(976), [anon_sym_extern] = ACTIONS(976), [anon_sym___attribute__] = ACTIONS(976), [anon_sym_LBRACK_LBRACK] = ACTIONS(978), [anon_sym___declspec] = ACTIONS(976), [anon_sym___cdecl] = ACTIONS(976), [anon_sym___clrcall] = ACTIONS(976), [anon_sym___stdcall] = ACTIONS(976), [anon_sym___fastcall] = ACTIONS(976), [anon_sym___thiscall] = ACTIONS(976), [anon_sym___vectorcall] = ACTIONS(976), [anon_sym_LBRACE] = ACTIONS(978), [anon_sym_static] = ACTIONS(976), [anon_sym_auto] = ACTIONS(976), [anon_sym_register] = ACTIONS(976), [anon_sym_inline] = ACTIONS(976), [anon_sym_const] = ACTIONS(976), [anon_sym_volatile] = ACTIONS(976), [anon_sym_restrict] = ACTIONS(976), [anon_sym__Atomic] = ACTIONS(976), [anon_sym_signed] = ACTIONS(976), [anon_sym_unsigned] = ACTIONS(976), [anon_sym_long] = ACTIONS(976), [anon_sym_short] = ACTIONS(976), [sym_primitive_type] = ACTIONS(976), [anon_sym_enum] = ACTIONS(976), [anon_sym_struct] = ACTIONS(976), [anon_sym_union] = ACTIONS(976), [anon_sym_if] = ACTIONS(976), [anon_sym_else] = ACTIONS(976), [anon_sym_switch] = ACTIONS(976), [anon_sym_case] = ACTIONS(976), [anon_sym_default] = ACTIONS(976), [anon_sym_while] = ACTIONS(976), [anon_sym_do] = ACTIONS(976), [anon_sym_for] = ACTIONS(976), [anon_sym_return] = ACTIONS(976), [anon_sym_break] = ACTIONS(976), [anon_sym_continue] = ACTIONS(976), [anon_sym_goto] = ACTIONS(976), [anon_sym_DASH_DASH] = ACTIONS(978), [anon_sym_PLUS_PLUS] = ACTIONS(978), [anon_sym_sizeof] = ACTIONS(976), [sym_number_literal] = ACTIONS(978), [anon_sym_L_SQUOTE] = ACTIONS(978), [anon_sym_u_SQUOTE] = ACTIONS(978), [anon_sym_U_SQUOTE] = ACTIONS(978), [anon_sym_u8_SQUOTE] = ACTIONS(978), [anon_sym_SQUOTE] = ACTIONS(978), [anon_sym_L_DQUOTE] = ACTIONS(978), [anon_sym_u_DQUOTE] = ACTIONS(978), [anon_sym_U_DQUOTE] = ACTIONS(978), [anon_sym_u8_DQUOTE] = ACTIONS(978), [anon_sym_DQUOTE] = ACTIONS(978), [sym_true] = ACTIONS(976), [sym_false] = ACTIONS(976), [sym_null] = ACTIONS(976), [sym_comment] = ACTIONS(3), }, [133] = { [sym_identifier] = ACTIONS(996), [aux_sym_preproc_include_token1] = ACTIONS(996), [aux_sym_preproc_def_token1] = ACTIONS(996), [aux_sym_preproc_if_token1] = ACTIONS(996), [aux_sym_preproc_if_token2] = ACTIONS(996), [aux_sym_preproc_ifdef_token1] = ACTIONS(996), [aux_sym_preproc_ifdef_token2] = ACTIONS(996), [sym_preproc_directive] = ACTIONS(996), [anon_sym_LPAREN2] = ACTIONS(998), [anon_sym_BANG] = ACTIONS(998), [anon_sym_TILDE] = ACTIONS(998), [anon_sym_DASH] = ACTIONS(996), [anon_sym_PLUS] = ACTIONS(996), [anon_sym_STAR] = ACTIONS(998), [anon_sym_AMP] = ACTIONS(998), [anon_sym_SEMI] = ACTIONS(998), [anon_sym_typedef] = ACTIONS(996), [anon_sym_extern] = ACTIONS(996), [anon_sym___attribute__] = ACTIONS(996), [anon_sym_LBRACK_LBRACK] = ACTIONS(998), [anon_sym___declspec] = ACTIONS(996), [anon_sym___cdecl] = ACTIONS(996), [anon_sym___clrcall] = ACTIONS(996), [anon_sym___stdcall] = ACTIONS(996), [anon_sym___fastcall] = ACTIONS(996), [anon_sym___thiscall] = ACTIONS(996), [anon_sym___vectorcall] = ACTIONS(996), [anon_sym_LBRACE] = ACTIONS(998), [anon_sym_static] = ACTIONS(996), [anon_sym_auto] = ACTIONS(996), [anon_sym_register] = ACTIONS(996), [anon_sym_inline] = ACTIONS(996), [anon_sym_const] = ACTIONS(996), [anon_sym_volatile] = ACTIONS(996), [anon_sym_restrict] = ACTIONS(996), [anon_sym__Atomic] = ACTIONS(996), [anon_sym_signed] = ACTIONS(996), [anon_sym_unsigned] = ACTIONS(996), [anon_sym_long] = ACTIONS(996), [anon_sym_short] = ACTIONS(996), [sym_primitive_type] = ACTIONS(996), [anon_sym_enum] = ACTIONS(996), [anon_sym_struct] = ACTIONS(996), [anon_sym_union] = ACTIONS(996), [anon_sym_if] = ACTIONS(996), [anon_sym_else] = ACTIONS(996), [anon_sym_switch] = ACTIONS(996), [anon_sym_case] = ACTIONS(996), [anon_sym_default] = ACTIONS(996), [anon_sym_while] = ACTIONS(996), [anon_sym_do] = ACTIONS(996), [anon_sym_for] = ACTIONS(996), [anon_sym_return] = ACTIONS(996), [anon_sym_break] = ACTIONS(996), [anon_sym_continue] = ACTIONS(996), [anon_sym_goto] = ACTIONS(996), [anon_sym_DASH_DASH] = ACTIONS(998), [anon_sym_PLUS_PLUS] = ACTIONS(998), [anon_sym_sizeof] = ACTIONS(996), [sym_number_literal] = ACTIONS(998), [anon_sym_L_SQUOTE] = ACTIONS(998), [anon_sym_u_SQUOTE] = ACTIONS(998), [anon_sym_U_SQUOTE] = ACTIONS(998), [anon_sym_u8_SQUOTE] = ACTIONS(998), [anon_sym_SQUOTE] = ACTIONS(998), [anon_sym_L_DQUOTE] = ACTIONS(998), [anon_sym_u_DQUOTE] = ACTIONS(998), [anon_sym_U_DQUOTE] = ACTIONS(998), [anon_sym_u8_DQUOTE] = ACTIONS(998), [anon_sym_DQUOTE] = ACTIONS(998), [sym_true] = ACTIONS(996), [sym_false] = ACTIONS(996), [sym_null] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, [134] = { [ts_builtin_sym_end] = ACTIONS(966), [sym_identifier] = ACTIONS(964), [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), [aux_sym_preproc_if_token1] = ACTIONS(964), [aux_sym_preproc_ifdef_token1] = ACTIONS(964), [aux_sym_preproc_ifdef_token2] = ACTIONS(964), [sym_preproc_directive] = ACTIONS(964), [anon_sym_LPAREN2] = ACTIONS(966), [anon_sym_BANG] = ACTIONS(966), [anon_sym_TILDE] = ACTIONS(966), [anon_sym_DASH] = ACTIONS(964), [anon_sym_PLUS] = ACTIONS(964), [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(966), [anon_sym_typedef] = ACTIONS(964), [anon_sym_extern] = ACTIONS(964), [anon_sym___attribute__] = ACTIONS(964), [anon_sym_LBRACK_LBRACK] = ACTIONS(966), [anon_sym___declspec] = ACTIONS(964), [anon_sym___cdecl] = ACTIONS(964), [anon_sym___clrcall] = ACTIONS(964), [anon_sym___stdcall] = ACTIONS(964), [anon_sym___fastcall] = ACTIONS(964), [anon_sym___thiscall] = ACTIONS(964), [anon_sym___vectorcall] = ACTIONS(964), [anon_sym_LBRACE] = ACTIONS(966), [anon_sym_static] = ACTIONS(964), [anon_sym_auto] = ACTIONS(964), [anon_sym_register] = ACTIONS(964), [anon_sym_inline] = ACTIONS(964), [anon_sym_const] = ACTIONS(964), [anon_sym_volatile] = ACTIONS(964), [anon_sym_restrict] = ACTIONS(964), [anon_sym__Atomic] = ACTIONS(964), [anon_sym_signed] = ACTIONS(964), [anon_sym_unsigned] = ACTIONS(964), [anon_sym_long] = ACTIONS(964), [anon_sym_short] = ACTIONS(964), [sym_primitive_type] = ACTIONS(964), [anon_sym_enum] = ACTIONS(964), [anon_sym_struct] = ACTIONS(964), [anon_sym_union] = ACTIONS(964), [anon_sym_if] = ACTIONS(964), [anon_sym_else] = ACTIONS(964), [anon_sym_switch] = ACTIONS(964), [anon_sym_case] = ACTIONS(964), [anon_sym_default] = ACTIONS(964), [anon_sym_while] = ACTIONS(964), [anon_sym_do] = ACTIONS(964), [anon_sym_for] = ACTIONS(964), [anon_sym_return] = ACTIONS(964), [anon_sym_break] = ACTIONS(964), [anon_sym_continue] = ACTIONS(964), [anon_sym_goto] = ACTIONS(964), [anon_sym_DASH_DASH] = ACTIONS(966), [anon_sym_PLUS_PLUS] = ACTIONS(966), [anon_sym_sizeof] = ACTIONS(964), [sym_number_literal] = ACTIONS(966), [anon_sym_L_SQUOTE] = ACTIONS(966), [anon_sym_u_SQUOTE] = ACTIONS(966), [anon_sym_U_SQUOTE] = ACTIONS(966), [anon_sym_u8_SQUOTE] = ACTIONS(966), [anon_sym_SQUOTE] = ACTIONS(966), [anon_sym_L_DQUOTE] = ACTIONS(966), [anon_sym_u_DQUOTE] = ACTIONS(966), [anon_sym_U_DQUOTE] = ACTIONS(966), [anon_sym_u8_DQUOTE] = ACTIONS(966), [anon_sym_DQUOTE] = ACTIONS(966), [sym_true] = ACTIONS(964), [sym_false] = ACTIONS(964), [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, [135] = { [ts_builtin_sym_end] = ACTIONS(986), [sym_identifier] = ACTIONS(984), [aux_sym_preproc_include_token1] = ACTIONS(984), [aux_sym_preproc_def_token1] = ACTIONS(984), [aux_sym_preproc_if_token1] = ACTIONS(984), [aux_sym_preproc_ifdef_token1] = ACTIONS(984), [aux_sym_preproc_ifdef_token2] = ACTIONS(984), [sym_preproc_directive] = ACTIONS(984), [anon_sym_LPAREN2] = ACTIONS(986), [anon_sym_BANG] = ACTIONS(986), [anon_sym_TILDE] = ACTIONS(986), [anon_sym_DASH] = ACTIONS(984), [anon_sym_PLUS] = ACTIONS(984), [anon_sym_STAR] = ACTIONS(986), [anon_sym_AMP] = ACTIONS(986), [anon_sym_SEMI] = ACTIONS(986), [anon_sym_typedef] = ACTIONS(984), [anon_sym_extern] = ACTIONS(984), [anon_sym___attribute__] = ACTIONS(984), [anon_sym_LBRACK_LBRACK] = ACTIONS(986), [anon_sym___declspec] = ACTIONS(984), [anon_sym___cdecl] = ACTIONS(984), [anon_sym___clrcall] = ACTIONS(984), [anon_sym___stdcall] = ACTIONS(984), [anon_sym___fastcall] = ACTIONS(984), [anon_sym___thiscall] = ACTIONS(984), [anon_sym___vectorcall] = ACTIONS(984), [anon_sym_LBRACE] = ACTIONS(986), [anon_sym_static] = ACTIONS(984), [anon_sym_auto] = ACTIONS(984), [anon_sym_register] = ACTIONS(984), [anon_sym_inline] = ACTIONS(984), [anon_sym_const] = ACTIONS(984), [anon_sym_volatile] = ACTIONS(984), [anon_sym_restrict] = ACTIONS(984), [anon_sym__Atomic] = ACTIONS(984), [anon_sym_signed] = ACTIONS(984), [anon_sym_unsigned] = ACTIONS(984), [anon_sym_long] = ACTIONS(984), [anon_sym_short] = ACTIONS(984), [sym_primitive_type] = ACTIONS(984), [anon_sym_enum] = ACTIONS(984), [anon_sym_struct] = ACTIONS(984), [anon_sym_union] = ACTIONS(984), [anon_sym_if] = ACTIONS(984), [anon_sym_else] = ACTIONS(984), [anon_sym_switch] = ACTIONS(984), [anon_sym_case] = ACTIONS(984), [anon_sym_default] = ACTIONS(984), [anon_sym_while] = ACTIONS(984), [anon_sym_do] = ACTIONS(984), [anon_sym_for] = ACTIONS(984), [anon_sym_return] = ACTIONS(984), [anon_sym_break] = ACTIONS(984), [anon_sym_continue] = ACTIONS(984), [anon_sym_goto] = ACTIONS(984), [anon_sym_DASH_DASH] = ACTIONS(986), [anon_sym_PLUS_PLUS] = ACTIONS(986), [anon_sym_sizeof] = ACTIONS(984), [sym_number_literal] = ACTIONS(986), [anon_sym_L_SQUOTE] = ACTIONS(986), [anon_sym_u_SQUOTE] = ACTIONS(986), [anon_sym_U_SQUOTE] = ACTIONS(986), [anon_sym_u8_SQUOTE] = ACTIONS(986), [anon_sym_SQUOTE] = ACTIONS(986), [anon_sym_L_DQUOTE] = ACTIONS(986), [anon_sym_u_DQUOTE] = ACTIONS(986), [anon_sym_U_DQUOTE] = ACTIONS(986), [anon_sym_u8_DQUOTE] = ACTIONS(986), [anon_sym_DQUOTE] = ACTIONS(986), [sym_true] = ACTIONS(984), [sym_false] = ACTIONS(984), [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, [136] = { [ts_builtin_sym_end] = ACTIONS(916), [sym_identifier] = ACTIONS(914), [aux_sym_preproc_include_token1] = ACTIONS(914), [aux_sym_preproc_def_token1] = ACTIONS(914), [aux_sym_preproc_if_token1] = ACTIONS(914), [aux_sym_preproc_ifdef_token1] = ACTIONS(914), [aux_sym_preproc_ifdef_token2] = ACTIONS(914), [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(916), [anon_sym_BANG] = ACTIONS(916), [anon_sym_TILDE] = ACTIONS(916), [anon_sym_DASH] = ACTIONS(914), [anon_sym_PLUS] = ACTIONS(914), [anon_sym_STAR] = ACTIONS(916), [anon_sym_AMP] = ACTIONS(916), [anon_sym_SEMI] = ACTIONS(916), [anon_sym_typedef] = ACTIONS(914), [anon_sym_extern] = ACTIONS(914), [anon_sym___attribute__] = ACTIONS(914), [anon_sym_LBRACK_LBRACK] = ACTIONS(916), [anon_sym___declspec] = ACTIONS(914), [anon_sym___cdecl] = ACTIONS(914), [anon_sym___clrcall] = ACTIONS(914), [anon_sym___stdcall] = ACTIONS(914), [anon_sym___fastcall] = ACTIONS(914), [anon_sym___thiscall] = ACTIONS(914), [anon_sym___vectorcall] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(916), [anon_sym_static] = ACTIONS(914), [anon_sym_auto] = ACTIONS(914), [anon_sym_register] = ACTIONS(914), [anon_sym_inline] = ACTIONS(914), [anon_sym_const] = ACTIONS(914), [anon_sym_volatile] = ACTIONS(914), [anon_sym_restrict] = ACTIONS(914), [anon_sym__Atomic] = ACTIONS(914), [anon_sym_signed] = ACTIONS(914), [anon_sym_unsigned] = ACTIONS(914), [anon_sym_long] = ACTIONS(914), [anon_sym_short] = ACTIONS(914), [sym_primitive_type] = ACTIONS(914), [anon_sym_enum] = ACTIONS(914), [anon_sym_struct] = ACTIONS(914), [anon_sym_union] = ACTIONS(914), [anon_sym_if] = ACTIONS(914), [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(914), [anon_sym_case] = ACTIONS(914), [anon_sym_default] = ACTIONS(914), [anon_sym_while] = ACTIONS(914), [anon_sym_do] = ACTIONS(914), [anon_sym_for] = ACTIONS(914), [anon_sym_return] = ACTIONS(914), [anon_sym_break] = ACTIONS(914), [anon_sym_continue] = ACTIONS(914), [anon_sym_goto] = ACTIONS(914), [anon_sym_DASH_DASH] = ACTIONS(916), [anon_sym_PLUS_PLUS] = ACTIONS(916), [anon_sym_sizeof] = ACTIONS(914), [sym_number_literal] = ACTIONS(916), [anon_sym_L_SQUOTE] = ACTIONS(916), [anon_sym_u_SQUOTE] = ACTIONS(916), [anon_sym_U_SQUOTE] = ACTIONS(916), [anon_sym_u8_SQUOTE] = ACTIONS(916), [anon_sym_SQUOTE] = ACTIONS(916), [anon_sym_L_DQUOTE] = ACTIONS(916), [anon_sym_u_DQUOTE] = ACTIONS(916), [anon_sym_U_DQUOTE] = ACTIONS(916), [anon_sym_u8_DQUOTE] = ACTIONS(916), [anon_sym_DQUOTE] = ACTIONS(916), [sym_true] = ACTIONS(914), [sym_false] = ACTIONS(914), [sym_null] = ACTIONS(914), [sym_comment] = ACTIONS(3), }, [137] = { [sym_identifier] = ACTIONS(1000), [aux_sym_preproc_include_token1] = ACTIONS(1000), [aux_sym_preproc_def_token1] = ACTIONS(1000), [aux_sym_preproc_if_token1] = ACTIONS(1000), [aux_sym_preproc_if_token2] = ACTIONS(1000), [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(1002), [anon_sym_BANG] = ACTIONS(1002), [anon_sym_TILDE] = ACTIONS(1002), [anon_sym_DASH] = ACTIONS(1000), [anon_sym_PLUS] = ACTIONS(1000), [anon_sym_STAR] = ACTIONS(1002), [anon_sym_AMP] = ACTIONS(1002), [anon_sym_SEMI] = ACTIONS(1002), [anon_sym_typedef] = ACTIONS(1000), [anon_sym_extern] = ACTIONS(1000), [anon_sym___attribute__] = ACTIONS(1000), [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), [anon_sym___declspec] = ACTIONS(1000), [anon_sym___cdecl] = ACTIONS(1000), [anon_sym___clrcall] = ACTIONS(1000), [anon_sym___stdcall] = ACTIONS(1000), [anon_sym___fastcall] = ACTIONS(1000), [anon_sym___thiscall] = ACTIONS(1000), [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(1002), [anon_sym_static] = ACTIONS(1000), [anon_sym_auto] = ACTIONS(1000), [anon_sym_register] = ACTIONS(1000), [anon_sym_inline] = ACTIONS(1000), [anon_sym_const] = ACTIONS(1000), [anon_sym_volatile] = ACTIONS(1000), [anon_sym_restrict] = ACTIONS(1000), [anon_sym__Atomic] = ACTIONS(1000), [anon_sym_signed] = ACTIONS(1000), [anon_sym_unsigned] = ACTIONS(1000), [anon_sym_long] = ACTIONS(1000), [anon_sym_short] = ACTIONS(1000), [sym_primitive_type] = ACTIONS(1000), [anon_sym_enum] = ACTIONS(1000), [anon_sym_struct] = ACTIONS(1000), [anon_sym_union] = ACTIONS(1000), [anon_sym_if] = ACTIONS(1000), [anon_sym_else] = ACTIONS(1000), [anon_sym_switch] = ACTIONS(1000), [anon_sym_case] = ACTIONS(1000), [anon_sym_default] = ACTIONS(1000), [anon_sym_while] = ACTIONS(1000), [anon_sym_do] = ACTIONS(1000), [anon_sym_for] = ACTIONS(1000), [anon_sym_return] = ACTIONS(1000), [anon_sym_break] = ACTIONS(1000), [anon_sym_continue] = ACTIONS(1000), [anon_sym_goto] = ACTIONS(1000), [anon_sym_DASH_DASH] = ACTIONS(1002), [anon_sym_PLUS_PLUS] = ACTIONS(1002), [anon_sym_sizeof] = ACTIONS(1000), [sym_number_literal] = ACTIONS(1002), [anon_sym_L_SQUOTE] = ACTIONS(1002), [anon_sym_u_SQUOTE] = ACTIONS(1002), [anon_sym_U_SQUOTE] = ACTIONS(1002), [anon_sym_u8_SQUOTE] = ACTIONS(1002), [anon_sym_SQUOTE] = ACTIONS(1002), [anon_sym_L_DQUOTE] = ACTIONS(1002), [anon_sym_u_DQUOTE] = ACTIONS(1002), [anon_sym_U_DQUOTE] = ACTIONS(1002), [anon_sym_u8_DQUOTE] = ACTIONS(1002), [anon_sym_DQUOTE] = ACTIONS(1002), [sym_true] = ACTIONS(1000), [sym_false] = ACTIONS(1000), [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, [138] = { [ts_builtin_sym_end] = ACTIONS(990), [sym_identifier] = ACTIONS(988), [aux_sym_preproc_include_token1] = ACTIONS(988), [aux_sym_preproc_def_token1] = ACTIONS(988), [aux_sym_preproc_if_token1] = ACTIONS(988), [aux_sym_preproc_ifdef_token1] = ACTIONS(988), [aux_sym_preproc_ifdef_token2] = ACTIONS(988), [sym_preproc_directive] = ACTIONS(988), [anon_sym_LPAREN2] = ACTIONS(990), [anon_sym_BANG] = ACTIONS(990), [anon_sym_TILDE] = ACTIONS(990), [anon_sym_DASH] = ACTIONS(988), [anon_sym_PLUS] = ACTIONS(988), [anon_sym_STAR] = ACTIONS(990), [anon_sym_AMP] = ACTIONS(990), [anon_sym_SEMI] = ACTIONS(990), [anon_sym_typedef] = ACTIONS(988), [anon_sym_extern] = ACTIONS(988), [anon_sym___attribute__] = ACTIONS(988), [anon_sym_LBRACK_LBRACK] = ACTIONS(990), [anon_sym___declspec] = ACTIONS(988), [anon_sym___cdecl] = ACTIONS(988), [anon_sym___clrcall] = ACTIONS(988), [anon_sym___stdcall] = ACTIONS(988), [anon_sym___fastcall] = ACTIONS(988), [anon_sym___thiscall] = ACTIONS(988), [anon_sym___vectorcall] = ACTIONS(988), [anon_sym_LBRACE] = ACTIONS(990), [anon_sym_static] = ACTIONS(988), [anon_sym_auto] = ACTIONS(988), [anon_sym_register] = ACTIONS(988), [anon_sym_inline] = ACTIONS(988), [anon_sym_const] = ACTIONS(988), [anon_sym_volatile] = ACTIONS(988), [anon_sym_restrict] = ACTIONS(988), [anon_sym__Atomic] = ACTIONS(988), [anon_sym_signed] = ACTIONS(988), [anon_sym_unsigned] = ACTIONS(988), [anon_sym_long] = ACTIONS(988), [anon_sym_short] = ACTIONS(988), [sym_primitive_type] = ACTIONS(988), [anon_sym_enum] = ACTIONS(988), [anon_sym_struct] = ACTIONS(988), [anon_sym_union] = ACTIONS(988), [anon_sym_if] = ACTIONS(988), [anon_sym_else] = ACTIONS(988), [anon_sym_switch] = ACTIONS(988), [anon_sym_case] = ACTIONS(988), [anon_sym_default] = ACTIONS(988), [anon_sym_while] = ACTIONS(988), [anon_sym_do] = ACTIONS(988), [anon_sym_for] = ACTIONS(988), [anon_sym_return] = ACTIONS(988), [anon_sym_break] = ACTIONS(988), [anon_sym_continue] = ACTIONS(988), [anon_sym_goto] = ACTIONS(988), [anon_sym_DASH_DASH] = ACTIONS(990), [anon_sym_PLUS_PLUS] = ACTIONS(990), [anon_sym_sizeof] = ACTIONS(988), [sym_number_literal] = ACTIONS(990), [anon_sym_L_SQUOTE] = ACTIONS(990), [anon_sym_u_SQUOTE] = ACTIONS(990), [anon_sym_U_SQUOTE] = ACTIONS(990), [anon_sym_u8_SQUOTE] = ACTIONS(990), [anon_sym_SQUOTE] = ACTIONS(990), [anon_sym_L_DQUOTE] = ACTIONS(990), [anon_sym_u_DQUOTE] = ACTIONS(990), [anon_sym_U_DQUOTE] = ACTIONS(990), [anon_sym_u8_DQUOTE] = ACTIONS(990), [anon_sym_DQUOTE] = ACTIONS(990), [sym_true] = ACTIONS(988), [sym_false] = ACTIONS(988), [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, [139] = { [ts_builtin_sym_end] = ACTIONS(994), [sym_identifier] = ACTIONS(992), [aux_sym_preproc_include_token1] = ACTIONS(992), [aux_sym_preproc_def_token1] = ACTIONS(992), [aux_sym_preproc_if_token1] = ACTIONS(992), [aux_sym_preproc_ifdef_token1] = ACTIONS(992), [aux_sym_preproc_ifdef_token2] = ACTIONS(992), [sym_preproc_directive] = ACTIONS(992), [anon_sym_LPAREN2] = ACTIONS(994), [anon_sym_BANG] = ACTIONS(994), [anon_sym_TILDE] = ACTIONS(994), [anon_sym_DASH] = ACTIONS(992), [anon_sym_PLUS] = ACTIONS(992), [anon_sym_STAR] = ACTIONS(994), [anon_sym_AMP] = ACTIONS(994), [anon_sym_SEMI] = ACTIONS(994), [anon_sym_typedef] = ACTIONS(992), [anon_sym_extern] = ACTIONS(992), [anon_sym___attribute__] = ACTIONS(992), [anon_sym_LBRACK_LBRACK] = ACTIONS(994), [anon_sym___declspec] = ACTIONS(992), [anon_sym___cdecl] = ACTIONS(992), [anon_sym___clrcall] = ACTIONS(992), [anon_sym___stdcall] = ACTIONS(992), [anon_sym___fastcall] = ACTIONS(992), [anon_sym___thiscall] = ACTIONS(992), [anon_sym___vectorcall] = ACTIONS(992), [anon_sym_LBRACE] = ACTIONS(994), [anon_sym_static] = ACTIONS(992), [anon_sym_auto] = ACTIONS(992), [anon_sym_register] = ACTIONS(992), [anon_sym_inline] = ACTIONS(992), [anon_sym_const] = ACTIONS(992), [anon_sym_volatile] = ACTIONS(992), [anon_sym_restrict] = ACTIONS(992), [anon_sym__Atomic] = ACTIONS(992), [anon_sym_signed] = ACTIONS(992), [anon_sym_unsigned] = ACTIONS(992), [anon_sym_long] = ACTIONS(992), [anon_sym_short] = ACTIONS(992), [sym_primitive_type] = ACTIONS(992), [anon_sym_enum] = ACTIONS(992), [anon_sym_struct] = ACTIONS(992), [anon_sym_union] = ACTIONS(992), [anon_sym_if] = ACTIONS(992), [anon_sym_else] = ACTIONS(992), [anon_sym_switch] = ACTIONS(992), [anon_sym_case] = ACTIONS(992), [anon_sym_default] = ACTIONS(992), [anon_sym_while] = ACTIONS(992), [anon_sym_do] = ACTIONS(992), [anon_sym_for] = ACTIONS(992), [anon_sym_return] = ACTIONS(992), [anon_sym_break] = ACTIONS(992), [anon_sym_continue] = ACTIONS(992), [anon_sym_goto] = ACTIONS(992), [anon_sym_DASH_DASH] = ACTIONS(994), [anon_sym_PLUS_PLUS] = ACTIONS(994), [anon_sym_sizeof] = ACTIONS(992), [sym_number_literal] = ACTIONS(994), [anon_sym_L_SQUOTE] = ACTIONS(994), [anon_sym_u_SQUOTE] = ACTIONS(994), [anon_sym_U_SQUOTE] = ACTIONS(994), [anon_sym_u8_SQUOTE] = ACTIONS(994), [anon_sym_SQUOTE] = ACTIONS(994), [anon_sym_L_DQUOTE] = ACTIONS(994), [anon_sym_u_DQUOTE] = ACTIONS(994), [anon_sym_U_DQUOTE] = ACTIONS(994), [anon_sym_u8_DQUOTE] = ACTIONS(994), [anon_sym_DQUOTE] = ACTIONS(994), [sym_true] = ACTIONS(992), [sym_false] = ACTIONS(992), [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, [140] = { [ts_builtin_sym_end] = ACTIONS(958), [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), [aux_sym_preproc_def_token1] = ACTIONS(956), [aux_sym_preproc_if_token1] = ACTIONS(956), [aux_sym_preproc_ifdef_token1] = ACTIONS(956), [aux_sym_preproc_ifdef_token2] = ACTIONS(956), [sym_preproc_directive] = ACTIONS(956), [anon_sym_LPAREN2] = ACTIONS(958), [anon_sym_BANG] = ACTIONS(958), [anon_sym_TILDE] = ACTIONS(958), [anon_sym_DASH] = ACTIONS(956), [anon_sym_PLUS] = ACTIONS(956), [anon_sym_STAR] = ACTIONS(958), [anon_sym_AMP] = ACTIONS(958), [anon_sym_SEMI] = ACTIONS(958), [anon_sym_typedef] = ACTIONS(956), [anon_sym_extern] = ACTIONS(956), [anon_sym___attribute__] = ACTIONS(956), [anon_sym_LBRACK_LBRACK] = ACTIONS(958), [anon_sym___declspec] = ACTIONS(956), [anon_sym___cdecl] = ACTIONS(956), [anon_sym___clrcall] = ACTIONS(956), [anon_sym___stdcall] = ACTIONS(956), [anon_sym___fastcall] = ACTIONS(956), [anon_sym___thiscall] = ACTIONS(956), [anon_sym___vectorcall] = ACTIONS(956), [anon_sym_LBRACE] = ACTIONS(958), [anon_sym_static] = ACTIONS(956), [anon_sym_auto] = ACTIONS(956), [anon_sym_register] = ACTIONS(956), [anon_sym_inline] = ACTIONS(956), [anon_sym_const] = ACTIONS(956), [anon_sym_volatile] = ACTIONS(956), [anon_sym_restrict] = ACTIONS(956), [anon_sym__Atomic] = ACTIONS(956), [anon_sym_signed] = ACTIONS(956), [anon_sym_unsigned] = ACTIONS(956), [anon_sym_long] = ACTIONS(956), [anon_sym_short] = ACTIONS(956), [sym_primitive_type] = ACTIONS(956), [anon_sym_enum] = ACTIONS(956), [anon_sym_struct] = ACTIONS(956), [anon_sym_union] = ACTIONS(956), [anon_sym_if] = ACTIONS(956), [anon_sym_else] = ACTIONS(956), [anon_sym_switch] = ACTIONS(956), [anon_sym_case] = ACTIONS(956), [anon_sym_default] = ACTIONS(956), [anon_sym_while] = ACTIONS(956), [anon_sym_do] = ACTIONS(956), [anon_sym_for] = ACTIONS(956), [anon_sym_return] = ACTIONS(956), [anon_sym_break] = ACTIONS(956), [anon_sym_continue] = ACTIONS(956), [anon_sym_goto] = ACTIONS(956), [anon_sym_DASH_DASH] = ACTIONS(958), [anon_sym_PLUS_PLUS] = ACTIONS(958), [anon_sym_sizeof] = ACTIONS(956), [sym_number_literal] = ACTIONS(958), [anon_sym_L_SQUOTE] = ACTIONS(958), [anon_sym_u_SQUOTE] = ACTIONS(958), [anon_sym_U_SQUOTE] = ACTIONS(958), [anon_sym_u8_SQUOTE] = ACTIONS(958), [anon_sym_SQUOTE] = ACTIONS(958), [anon_sym_L_DQUOTE] = ACTIONS(958), [anon_sym_u_DQUOTE] = ACTIONS(958), [anon_sym_U_DQUOTE] = ACTIONS(958), [anon_sym_u8_DQUOTE] = ACTIONS(958), [anon_sym_DQUOTE] = ACTIONS(958), [sym_true] = ACTIONS(956), [sym_false] = ACTIONS(956), [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, [141] = { [sym_identifier] = ACTIONS(914), [aux_sym_preproc_include_token1] = ACTIONS(914), [aux_sym_preproc_def_token1] = ACTIONS(914), [aux_sym_preproc_if_token1] = ACTIONS(914), [aux_sym_preproc_if_token2] = ACTIONS(914), [aux_sym_preproc_ifdef_token1] = ACTIONS(914), [aux_sym_preproc_ifdef_token2] = ACTIONS(914), [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(916), [anon_sym_BANG] = ACTIONS(916), [anon_sym_TILDE] = ACTIONS(916), [anon_sym_DASH] = ACTIONS(914), [anon_sym_PLUS] = ACTIONS(914), [anon_sym_STAR] = ACTIONS(916), [anon_sym_AMP] = ACTIONS(916), [anon_sym_SEMI] = ACTIONS(916), [anon_sym_typedef] = ACTIONS(914), [anon_sym_extern] = ACTIONS(914), [anon_sym___attribute__] = ACTIONS(914), [anon_sym_LBRACK_LBRACK] = ACTIONS(916), [anon_sym___declspec] = ACTIONS(914), [anon_sym___cdecl] = ACTIONS(914), [anon_sym___clrcall] = ACTIONS(914), [anon_sym___stdcall] = ACTIONS(914), [anon_sym___fastcall] = ACTIONS(914), [anon_sym___thiscall] = ACTIONS(914), [anon_sym___vectorcall] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(916), [anon_sym_static] = ACTIONS(914), [anon_sym_auto] = ACTIONS(914), [anon_sym_register] = ACTIONS(914), [anon_sym_inline] = ACTIONS(914), [anon_sym_const] = ACTIONS(914), [anon_sym_volatile] = ACTIONS(914), [anon_sym_restrict] = ACTIONS(914), [anon_sym__Atomic] = ACTIONS(914), [anon_sym_signed] = ACTIONS(914), [anon_sym_unsigned] = ACTIONS(914), [anon_sym_long] = ACTIONS(914), [anon_sym_short] = ACTIONS(914), [sym_primitive_type] = ACTIONS(914), [anon_sym_enum] = ACTIONS(914), [anon_sym_struct] = ACTIONS(914), [anon_sym_union] = ACTIONS(914), [anon_sym_if] = ACTIONS(914), [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(914), [anon_sym_case] = ACTIONS(914), [anon_sym_default] = ACTIONS(914), [anon_sym_while] = ACTIONS(914), [anon_sym_do] = ACTIONS(914), [anon_sym_for] = ACTIONS(914), [anon_sym_return] = ACTIONS(914), [anon_sym_break] = ACTIONS(914), [anon_sym_continue] = ACTIONS(914), [anon_sym_goto] = ACTIONS(914), [anon_sym_DASH_DASH] = ACTIONS(916), [anon_sym_PLUS_PLUS] = ACTIONS(916), [anon_sym_sizeof] = ACTIONS(914), [sym_number_literal] = ACTIONS(916), [anon_sym_L_SQUOTE] = ACTIONS(916), [anon_sym_u_SQUOTE] = ACTIONS(916), [anon_sym_U_SQUOTE] = ACTIONS(916), [anon_sym_u8_SQUOTE] = ACTIONS(916), [anon_sym_SQUOTE] = ACTIONS(916), [anon_sym_L_DQUOTE] = ACTIONS(916), [anon_sym_u_DQUOTE] = ACTIONS(916), [anon_sym_U_DQUOTE] = ACTIONS(916), [anon_sym_u8_DQUOTE] = ACTIONS(916), [anon_sym_DQUOTE] = ACTIONS(916), [sym_true] = ACTIONS(914), [sym_false] = ACTIONS(914), [sym_null] = ACTIONS(914), [sym_comment] = ACTIONS(3), }, [142] = { [ts_builtin_sym_end] = ACTIONS(946), [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [143] = { [ts_builtin_sym_end] = ACTIONS(1006), [sym_identifier] = ACTIONS(1004), [aux_sym_preproc_include_token1] = ACTIONS(1004), [aux_sym_preproc_def_token1] = ACTIONS(1004), [aux_sym_preproc_if_token1] = ACTIONS(1004), [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), [sym_preproc_directive] = ACTIONS(1004), [anon_sym_LPAREN2] = ACTIONS(1006), [anon_sym_BANG] = ACTIONS(1006), [anon_sym_TILDE] = ACTIONS(1006), [anon_sym_DASH] = ACTIONS(1004), [anon_sym_PLUS] = ACTIONS(1004), [anon_sym_STAR] = ACTIONS(1006), [anon_sym_AMP] = ACTIONS(1006), [anon_sym_SEMI] = ACTIONS(1006), [anon_sym_typedef] = ACTIONS(1004), [anon_sym_extern] = ACTIONS(1004), [anon_sym___attribute__] = ACTIONS(1004), [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), [anon_sym___declspec] = ACTIONS(1004), [anon_sym___cdecl] = ACTIONS(1004), [anon_sym___clrcall] = ACTIONS(1004), [anon_sym___stdcall] = ACTIONS(1004), [anon_sym___fastcall] = ACTIONS(1004), [anon_sym___thiscall] = ACTIONS(1004), [anon_sym___vectorcall] = ACTIONS(1004), [anon_sym_LBRACE] = ACTIONS(1006), [anon_sym_static] = ACTIONS(1004), [anon_sym_auto] = ACTIONS(1004), [anon_sym_register] = ACTIONS(1004), [anon_sym_inline] = ACTIONS(1004), [anon_sym_const] = ACTIONS(1004), [anon_sym_volatile] = ACTIONS(1004), [anon_sym_restrict] = ACTIONS(1004), [anon_sym__Atomic] = ACTIONS(1004), [anon_sym_signed] = ACTIONS(1004), [anon_sym_unsigned] = ACTIONS(1004), [anon_sym_long] = ACTIONS(1004), [anon_sym_short] = ACTIONS(1004), [sym_primitive_type] = ACTIONS(1004), [anon_sym_enum] = ACTIONS(1004), [anon_sym_struct] = ACTIONS(1004), [anon_sym_union] = ACTIONS(1004), [anon_sym_if] = ACTIONS(1004), [anon_sym_else] = ACTIONS(1004), [anon_sym_switch] = ACTIONS(1004), [anon_sym_case] = ACTIONS(1004), [anon_sym_default] = ACTIONS(1004), [anon_sym_while] = ACTIONS(1004), [anon_sym_do] = ACTIONS(1004), [anon_sym_for] = ACTIONS(1004), [anon_sym_return] = ACTIONS(1004), [anon_sym_break] = ACTIONS(1004), [anon_sym_continue] = ACTIONS(1004), [anon_sym_goto] = ACTIONS(1004), [anon_sym_DASH_DASH] = ACTIONS(1006), [anon_sym_PLUS_PLUS] = ACTIONS(1006), [anon_sym_sizeof] = ACTIONS(1004), [sym_number_literal] = ACTIONS(1006), [anon_sym_L_SQUOTE] = ACTIONS(1006), [anon_sym_u_SQUOTE] = ACTIONS(1006), [anon_sym_U_SQUOTE] = ACTIONS(1006), [anon_sym_u8_SQUOTE] = ACTIONS(1006), [anon_sym_SQUOTE] = ACTIONS(1006), [anon_sym_L_DQUOTE] = ACTIONS(1006), [anon_sym_u_DQUOTE] = ACTIONS(1006), [anon_sym_U_DQUOTE] = ACTIONS(1006), [anon_sym_u8_DQUOTE] = ACTIONS(1006), [anon_sym_DQUOTE] = ACTIONS(1006), [sym_true] = ACTIONS(1004), [sym_false] = ACTIONS(1004), [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, [144] = { [ts_builtin_sym_end] = ACTIONS(946), [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [145] = { [ts_builtin_sym_end] = ACTIONS(1010), [sym_identifier] = ACTIONS(1008), [aux_sym_preproc_include_token1] = ACTIONS(1008), [aux_sym_preproc_def_token1] = ACTIONS(1008), [aux_sym_preproc_if_token1] = ACTIONS(1008), [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), [sym_preproc_directive] = ACTIONS(1008), [anon_sym_LPAREN2] = ACTIONS(1010), [anon_sym_BANG] = ACTIONS(1010), [anon_sym_TILDE] = ACTIONS(1010), [anon_sym_DASH] = ACTIONS(1008), [anon_sym_PLUS] = ACTIONS(1008), [anon_sym_STAR] = ACTIONS(1010), [anon_sym_AMP] = ACTIONS(1010), [anon_sym_SEMI] = ACTIONS(1010), [anon_sym_typedef] = ACTIONS(1008), [anon_sym_extern] = ACTIONS(1008), [anon_sym___attribute__] = ACTIONS(1008), [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), [anon_sym___declspec] = ACTIONS(1008), [anon_sym___cdecl] = ACTIONS(1008), [anon_sym___clrcall] = ACTIONS(1008), [anon_sym___stdcall] = ACTIONS(1008), [anon_sym___fastcall] = ACTIONS(1008), [anon_sym___thiscall] = ACTIONS(1008), [anon_sym___vectorcall] = ACTIONS(1008), [anon_sym_LBRACE] = ACTIONS(1010), [anon_sym_static] = ACTIONS(1008), [anon_sym_auto] = ACTIONS(1008), [anon_sym_register] = ACTIONS(1008), [anon_sym_inline] = ACTIONS(1008), [anon_sym_const] = ACTIONS(1008), [anon_sym_volatile] = ACTIONS(1008), [anon_sym_restrict] = ACTIONS(1008), [anon_sym__Atomic] = ACTIONS(1008), [anon_sym_signed] = ACTIONS(1008), [anon_sym_unsigned] = ACTIONS(1008), [anon_sym_long] = ACTIONS(1008), [anon_sym_short] = ACTIONS(1008), [sym_primitive_type] = ACTIONS(1008), [anon_sym_enum] = ACTIONS(1008), [anon_sym_struct] = ACTIONS(1008), [anon_sym_union] = ACTIONS(1008), [anon_sym_if] = ACTIONS(1008), [anon_sym_else] = ACTIONS(1008), [anon_sym_switch] = ACTIONS(1008), [anon_sym_case] = ACTIONS(1008), [anon_sym_default] = ACTIONS(1008), [anon_sym_while] = ACTIONS(1008), [anon_sym_do] = ACTIONS(1008), [anon_sym_for] = ACTIONS(1008), [anon_sym_return] = ACTIONS(1008), [anon_sym_break] = ACTIONS(1008), [anon_sym_continue] = ACTIONS(1008), [anon_sym_goto] = ACTIONS(1008), [anon_sym_DASH_DASH] = ACTIONS(1010), [anon_sym_PLUS_PLUS] = ACTIONS(1010), [anon_sym_sizeof] = ACTIONS(1008), [sym_number_literal] = ACTIONS(1010), [anon_sym_L_SQUOTE] = ACTIONS(1010), [anon_sym_u_SQUOTE] = ACTIONS(1010), [anon_sym_U_SQUOTE] = ACTIONS(1010), [anon_sym_u8_SQUOTE] = ACTIONS(1010), [anon_sym_SQUOTE] = ACTIONS(1010), [anon_sym_L_DQUOTE] = ACTIONS(1010), [anon_sym_u_DQUOTE] = ACTIONS(1010), [anon_sym_U_DQUOTE] = ACTIONS(1010), [anon_sym_u8_DQUOTE] = ACTIONS(1010), [anon_sym_DQUOTE] = ACTIONS(1010), [sym_true] = ACTIONS(1008), [sym_false] = ACTIONS(1008), [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, [146] = { [ts_builtin_sym_end] = ACTIONS(1014), [sym_identifier] = ACTIONS(1012), [aux_sym_preproc_include_token1] = ACTIONS(1012), [aux_sym_preproc_def_token1] = ACTIONS(1012), [aux_sym_preproc_if_token1] = ACTIONS(1012), [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), [sym_preproc_directive] = ACTIONS(1012), [anon_sym_LPAREN2] = ACTIONS(1014), [anon_sym_BANG] = ACTIONS(1014), [anon_sym_TILDE] = ACTIONS(1014), [anon_sym_DASH] = ACTIONS(1012), [anon_sym_PLUS] = ACTIONS(1012), [anon_sym_STAR] = ACTIONS(1014), [anon_sym_AMP] = ACTIONS(1014), [anon_sym_SEMI] = ACTIONS(1014), [anon_sym_typedef] = ACTIONS(1012), [anon_sym_extern] = ACTIONS(1012), [anon_sym___attribute__] = ACTIONS(1012), [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), [anon_sym___declspec] = ACTIONS(1012), [anon_sym___cdecl] = ACTIONS(1012), [anon_sym___clrcall] = ACTIONS(1012), [anon_sym___stdcall] = ACTIONS(1012), [anon_sym___fastcall] = ACTIONS(1012), [anon_sym___thiscall] = ACTIONS(1012), [anon_sym___vectorcall] = ACTIONS(1012), [anon_sym_LBRACE] = ACTIONS(1014), [anon_sym_static] = ACTIONS(1012), [anon_sym_auto] = ACTIONS(1012), [anon_sym_register] = ACTIONS(1012), [anon_sym_inline] = ACTIONS(1012), [anon_sym_const] = ACTIONS(1012), [anon_sym_volatile] = ACTIONS(1012), [anon_sym_restrict] = ACTIONS(1012), [anon_sym__Atomic] = ACTIONS(1012), [anon_sym_signed] = ACTIONS(1012), [anon_sym_unsigned] = ACTIONS(1012), [anon_sym_long] = ACTIONS(1012), [anon_sym_short] = ACTIONS(1012), [sym_primitive_type] = ACTIONS(1012), [anon_sym_enum] = ACTIONS(1012), [anon_sym_struct] = ACTIONS(1012), [anon_sym_union] = ACTIONS(1012), [anon_sym_if] = ACTIONS(1012), [anon_sym_else] = ACTIONS(1012), [anon_sym_switch] = ACTIONS(1012), [anon_sym_case] = ACTIONS(1012), [anon_sym_default] = ACTIONS(1012), [anon_sym_while] = ACTIONS(1012), [anon_sym_do] = ACTIONS(1012), [anon_sym_for] = ACTIONS(1012), [anon_sym_return] = ACTIONS(1012), [anon_sym_break] = ACTIONS(1012), [anon_sym_continue] = ACTIONS(1012), [anon_sym_goto] = ACTIONS(1012), [anon_sym_DASH_DASH] = ACTIONS(1014), [anon_sym_PLUS_PLUS] = ACTIONS(1014), [anon_sym_sizeof] = ACTIONS(1012), [sym_number_literal] = ACTIONS(1014), [anon_sym_L_SQUOTE] = ACTIONS(1014), [anon_sym_u_SQUOTE] = ACTIONS(1014), [anon_sym_U_SQUOTE] = ACTIONS(1014), [anon_sym_u8_SQUOTE] = ACTIONS(1014), [anon_sym_SQUOTE] = ACTIONS(1014), [anon_sym_L_DQUOTE] = ACTIONS(1014), [anon_sym_u_DQUOTE] = ACTIONS(1014), [anon_sym_U_DQUOTE] = ACTIONS(1014), [anon_sym_u8_DQUOTE] = ACTIONS(1014), [anon_sym_DQUOTE] = ACTIONS(1014), [sym_true] = ACTIONS(1012), [sym_false] = ACTIONS(1012), [sym_null] = ACTIONS(1012), [sym_comment] = ACTIONS(3), }, [147] = { [ts_builtin_sym_end] = ACTIONS(1022), [sym_identifier] = ACTIONS(1020), [aux_sym_preproc_include_token1] = ACTIONS(1020), [aux_sym_preproc_def_token1] = ACTIONS(1020), [aux_sym_preproc_if_token1] = ACTIONS(1020), [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), [sym_preproc_directive] = ACTIONS(1020), [anon_sym_LPAREN2] = ACTIONS(1022), [anon_sym_BANG] = ACTIONS(1022), [anon_sym_TILDE] = ACTIONS(1022), [anon_sym_DASH] = ACTIONS(1020), [anon_sym_PLUS] = ACTIONS(1020), [anon_sym_STAR] = ACTIONS(1022), [anon_sym_AMP] = ACTIONS(1022), [anon_sym_SEMI] = ACTIONS(1022), [anon_sym_typedef] = ACTIONS(1020), [anon_sym_extern] = ACTIONS(1020), [anon_sym___attribute__] = ACTIONS(1020), [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), [anon_sym___declspec] = ACTIONS(1020), [anon_sym___cdecl] = ACTIONS(1020), [anon_sym___clrcall] = ACTIONS(1020), [anon_sym___stdcall] = ACTIONS(1020), [anon_sym___fastcall] = ACTIONS(1020), [anon_sym___thiscall] = ACTIONS(1020), [anon_sym___vectorcall] = ACTIONS(1020), [anon_sym_LBRACE] = ACTIONS(1022), [anon_sym_static] = ACTIONS(1020), [anon_sym_auto] = ACTIONS(1020), [anon_sym_register] = ACTIONS(1020), [anon_sym_inline] = ACTIONS(1020), [anon_sym_const] = ACTIONS(1020), [anon_sym_volatile] = ACTIONS(1020), [anon_sym_restrict] = ACTIONS(1020), [anon_sym__Atomic] = ACTIONS(1020), [anon_sym_signed] = ACTIONS(1020), [anon_sym_unsigned] = ACTIONS(1020), [anon_sym_long] = ACTIONS(1020), [anon_sym_short] = ACTIONS(1020), [sym_primitive_type] = ACTIONS(1020), [anon_sym_enum] = ACTIONS(1020), [anon_sym_struct] = ACTIONS(1020), [anon_sym_union] = ACTIONS(1020), [anon_sym_if] = ACTIONS(1020), [anon_sym_else] = ACTIONS(1020), [anon_sym_switch] = ACTIONS(1020), [anon_sym_case] = ACTIONS(1020), [anon_sym_default] = ACTIONS(1020), [anon_sym_while] = ACTIONS(1020), [anon_sym_do] = ACTIONS(1020), [anon_sym_for] = ACTIONS(1020), [anon_sym_return] = ACTIONS(1020), [anon_sym_break] = ACTIONS(1020), [anon_sym_continue] = ACTIONS(1020), [anon_sym_goto] = ACTIONS(1020), [anon_sym_DASH_DASH] = ACTIONS(1022), [anon_sym_PLUS_PLUS] = ACTIONS(1022), [anon_sym_sizeof] = ACTIONS(1020), [sym_number_literal] = ACTIONS(1022), [anon_sym_L_SQUOTE] = ACTIONS(1022), [anon_sym_u_SQUOTE] = ACTIONS(1022), [anon_sym_U_SQUOTE] = ACTIONS(1022), [anon_sym_u8_SQUOTE] = ACTIONS(1022), [anon_sym_SQUOTE] = ACTIONS(1022), [anon_sym_L_DQUOTE] = ACTIONS(1022), [anon_sym_u_DQUOTE] = ACTIONS(1022), [anon_sym_U_DQUOTE] = ACTIONS(1022), [anon_sym_u8_DQUOTE] = ACTIONS(1022), [anon_sym_DQUOTE] = ACTIONS(1022), [sym_true] = ACTIONS(1020), [sym_false] = ACTIONS(1020), [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, [148] = { [ts_builtin_sym_end] = ACTIONS(1026), [sym_identifier] = ACTIONS(1024), [aux_sym_preproc_include_token1] = ACTIONS(1024), [aux_sym_preproc_def_token1] = ACTIONS(1024), [aux_sym_preproc_if_token1] = ACTIONS(1024), [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), [sym_preproc_directive] = ACTIONS(1024), [anon_sym_LPAREN2] = ACTIONS(1026), [anon_sym_BANG] = ACTIONS(1026), [anon_sym_TILDE] = ACTIONS(1026), [anon_sym_DASH] = ACTIONS(1024), [anon_sym_PLUS] = ACTIONS(1024), [anon_sym_STAR] = ACTIONS(1026), [anon_sym_AMP] = ACTIONS(1026), [anon_sym_SEMI] = ACTIONS(1026), [anon_sym_typedef] = ACTIONS(1024), [anon_sym_extern] = ACTIONS(1024), [anon_sym___attribute__] = ACTIONS(1024), [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), [anon_sym___declspec] = ACTIONS(1024), [anon_sym___cdecl] = ACTIONS(1024), [anon_sym___clrcall] = ACTIONS(1024), [anon_sym___stdcall] = ACTIONS(1024), [anon_sym___fastcall] = ACTIONS(1024), [anon_sym___thiscall] = ACTIONS(1024), [anon_sym___vectorcall] = ACTIONS(1024), [anon_sym_LBRACE] = ACTIONS(1026), [anon_sym_static] = ACTIONS(1024), [anon_sym_auto] = ACTIONS(1024), [anon_sym_register] = ACTIONS(1024), [anon_sym_inline] = ACTIONS(1024), [anon_sym_const] = ACTIONS(1024), [anon_sym_volatile] = ACTIONS(1024), [anon_sym_restrict] = ACTIONS(1024), [anon_sym__Atomic] = ACTIONS(1024), [anon_sym_signed] = ACTIONS(1024), [anon_sym_unsigned] = ACTIONS(1024), [anon_sym_long] = ACTIONS(1024), [anon_sym_short] = ACTIONS(1024), [sym_primitive_type] = ACTIONS(1024), [anon_sym_enum] = ACTIONS(1024), [anon_sym_struct] = ACTIONS(1024), [anon_sym_union] = ACTIONS(1024), [anon_sym_if] = ACTIONS(1024), [anon_sym_else] = ACTIONS(1024), [anon_sym_switch] = ACTIONS(1024), [anon_sym_case] = ACTIONS(1024), [anon_sym_default] = ACTIONS(1024), [anon_sym_while] = ACTIONS(1024), [anon_sym_do] = ACTIONS(1024), [anon_sym_for] = ACTIONS(1024), [anon_sym_return] = ACTIONS(1024), [anon_sym_break] = ACTIONS(1024), [anon_sym_continue] = ACTIONS(1024), [anon_sym_goto] = ACTIONS(1024), [anon_sym_DASH_DASH] = ACTIONS(1026), [anon_sym_PLUS_PLUS] = ACTIONS(1026), [anon_sym_sizeof] = ACTIONS(1024), [sym_number_literal] = ACTIONS(1026), [anon_sym_L_SQUOTE] = ACTIONS(1026), [anon_sym_u_SQUOTE] = ACTIONS(1026), [anon_sym_U_SQUOTE] = ACTIONS(1026), [anon_sym_u8_SQUOTE] = ACTIONS(1026), [anon_sym_SQUOTE] = ACTIONS(1026), [anon_sym_L_DQUOTE] = ACTIONS(1026), [anon_sym_u_DQUOTE] = ACTIONS(1026), [anon_sym_U_DQUOTE] = ACTIONS(1026), [anon_sym_u8_DQUOTE] = ACTIONS(1026), [anon_sym_DQUOTE] = ACTIONS(1026), [sym_true] = ACTIONS(1024), [sym_false] = ACTIONS(1024), [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, [149] = { [sym_identifier] = ACTIONS(924), [aux_sym_preproc_include_token1] = ACTIONS(924), [aux_sym_preproc_def_token1] = ACTIONS(924), [aux_sym_preproc_if_token1] = ACTIONS(924), [aux_sym_preproc_if_token2] = ACTIONS(924), [aux_sym_preproc_ifdef_token1] = ACTIONS(924), [aux_sym_preproc_ifdef_token2] = ACTIONS(924), [sym_preproc_directive] = ACTIONS(924), [anon_sym_LPAREN2] = ACTIONS(926), [anon_sym_BANG] = ACTIONS(926), [anon_sym_TILDE] = ACTIONS(926), [anon_sym_DASH] = ACTIONS(924), [anon_sym_PLUS] = ACTIONS(924), [anon_sym_STAR] = ACTIONS(926), [anon_sym_AMP] = ACTIONS(926), [anon_sym_SEMI] = ACTIONS(926), [anon_sym_typedef] = ACTIONS(924), [anon_sym_extern] = ACTIONS(924), [anon_sym___attribute__] = ACTIONS(924), [anon_sym_LBRACK_LBRACK] = ACTIONS(926), [anon_sym___declspec] = ACTIONS(924), [anon_sym___cdecl] = ACTIONS(924), [anon_sym___clrcall] = ACTIONS(924), [anon_sym___stdcall] = ACTIONS(924), [anon_sym___fastcall] = ACTIONS(924), [anon_sym___thiscall] = ACTIONS(924), [anon_sym___vectorcall] = ACTIONS(924), [anon_sym_LBRACE] = ACTIONS(926), [anon_sym_static] = ACTIONS(924), [anon_sym_auto] = ACTIONS(924), [anon_sym_register] = ACTIONS(924), [anon_sym_inline] = ACTIONS(924), [anon_sym_const] = ACTIONS(924), [anon_sym_volatile] = ACTIONS(924), [anon_sym_restrict] = ACTIONS(924), [anon_sym__Atomic] = ACTIONS(924), [anon_sym_signed] = ACTIONS(924), [anon_sym_unsigned] = ACTIONS(924), [anon_sym_long] = ACTIONS(924), [anon_sym_short] = ACTIONS(924), [sym_primitive_type] = ACTIONS(924), [anon_sym_enum] = ACTIONS(924), [anon_sym_struct] = ACTIONS(924), [anon_sym_union] = ACTIONS(924), [anon_sym_if] = ACTIONS(924), [anon_sym_else] = ACTIONS(924), [anon_sym_switch] = ACTIONS(924), [anon_sym_case] = ACTIONS(924), [anon_sym_default] = ACTIONS(924), [anon_sym_while] = ACTIONS(924), [anon_sym_do] = ACTIONS(924), [anon_sym_for] = ACTIONS(924), [anon_sym_return] = ACTIONS(924), [anon_sym_break] = ACTIONS(924), [anon_sym_continue] = ACTIONS(924), [anon_sym_goto] = ACTIONS(924), [anon_sym_DASH_DASH] = ACTIONS(926), [anon_sym_PLUS_PLUS] = ACTIONS(926), [anon_sym_sizeof] = ACTIONS(924), [sym_number_literal] = ACTIONS(926), [anon_sym_L_SQUOTE] = ACTIONS(926), [anon_sym_u_SQUOTE] = ACTIONS(926), [anon_sym_U_SQUOTE] = ACTIONS(926), [anon_sym_u8_SQUOTE] = ACTIONS(926), [anon_sym_SQUOTE] = ACTIONS(926), [anon_sym_L_DQUOTE] = ACTIONS(926), [anon_sym_u_DQUOTE] = ACTIONS(926), [anon_sym_U_DQUOTE] = ACTIONS(926), [anon_sym_u8_DQUOTE] = ACTIONS(926), [anon_sym_DQUOTE] = ACTIONS(926), [sym_true] = ACTIONS(924), [sym_false] = ACTIONS(924), [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [150] = { [ts_builtin_sym_end] = ACTIONS(934), [sym_identifier] = ACTIONS(932), [aux_sym_preproc_include_token1] = ACTIONS(932), [aux_sym_preproc_def_token1] = ACTIONS(932), [aux_sym_preproc_if_token1] = ACTIONS(932), [aux_sym_preproc_ifdef_token1] = ACTIONS(932), [aux_sym_preproc_ifdef_token2] = ACTIONS(932), [sym_preproc_directive] = ACTIONS(932), [anon_sym_LPAREN2] = ACTIONS(934), [anon_sym_BANG] = ACTIONS(934), [anon_sym_TILDE] = ACTIONS(934), [anon_sym_DASH] = ACTIONS(932), [anon_sym_PLUS] = ACTIONS(932), [anon_sym_STAR] = ACTIONS(934), [anon_sym_AMP] = ACTIONS(934), [anon_sym_SEMI] = ACTIONS(934), [anon_sym_typedef] = ACTIONS(932), [anon_sym_extern] = ACTIONS(932), [anon_sym___attribute__] = ACTIONS(932), [anon_sym_LBRACK_LBRACK] = ACTIONS(934), [anon_sym___declspec] = ACTIONS(932), [anon_sym___cdecl] = ACTIONS(932), [anon_sym___clrcall] = ACTIONS(932), [anon_sym___stdcall] = ACTIONS(932), [anon_sym___fastcall] = ACTIONS(932), [anon_sym___thiscall] = ACTIONS(932), [anon_sym___vectorcall] = ACTIONS(932), [anon_sym_LBRACE] = ACTIONS(934), [anon_sym_static] = ACTIONS(932), [anon_sym_auto] = ACTIONS(932), [anon_sym_register] = ACTIONS(932), [anon_sym_inline] = ACTIONS(932), [anon_sym_const] = ACTIONS(932), [anon_sym_volatile] = ACTIONS(932), [anon_sym_restrict] = ACTIONS(932), [anon_sym__Atomic] = ACTIONS(932), [anon_sym_signed] = ACTIONS(932), [anon_sym_unsigned] = ACTIONS(932), [anon_sym_long] = ACTIONS(932), [anon_sym_short] = ACTIONS(932), [sym_primitive_type] = ACTIONS(932), [anon_sym_enum] = ACTIONS(932), [anon_sym_struct] = ACTIONS(932), [anon_sym_union] = ACTIONS(932), [anon_sym_if] = ACTIONS(932), [anon_sym_else] = ACTIONS(932), [anon_sym_switch] = ACTIONS(932), [anon_sym_case] = ACTIONS(932), [anon_sym_default] = ACTIONS(932), [anon_sym_while] = ACTIONS(932), [anon_sym_do] = ACTIONS(932), [anon_sym_for] = ACTIONS(932), [anon_sym_return] = ACTIONS(932), [anon_sym_break] = ACTIONS(932), [anon_sym_continue] = ACTIONS(932), [anon_sym_goto] = ACTIONS(932), [anon_sym_DASH_DASH] = ACTIONS(934), [anon_sym_PLUS_PLUS] = ACTIONS(934), [anon_sym_sizeof] = ACTIONS(932), [sym_number_literal] = ACTIONS(934), [anon_sym_L_SQUOTE] = ACTIONS(934), [anon_sym_u_SQUOTE] = ACTIONS(934), [anon_sym_U_SQUOTE] = ACTIONS(934), [anon_sym_u8_SQUOTE] = ACTIONS(934), [anon_sym_SQUOTE] = ACTIONS(934), [anon_sym_L_DQUOTE] = ACTIONS(934), [anon_sym_u_DQUOTE] = ACTIONS(934), [anon_sym_U_DQUOTE] = ACTIONS(934), [anon_sym_u8_DQUOTE] = ACTIONS(934), [anon_sym_DQUOTE] = ACTIONS(934), [sym_true] = ACTIONS(932), [sym_false] = ACTIONS(932), [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, [151] = { [ts_builtin_sym_end] = ACTIONS(938), [sym_identifier] = ACTIONS(936), [aux_sym_preproc_include_token1] = ACTIONS(936), [aux_sym_preproc_def_token1] = ACTIONS(936), [aux_sym_preproc_if_token1] = ACTIONS(936), [aux_sym_preproc_ifdef_token1] = ACTIONS(936), [aux_sym_preproc_ifdef_token2] = ACTIONS(936), [sym_preproc_directive] = ACTIONS(936), [anon_sym_LPAREN2] = ACTIONS(938), [anon_sym_BANG] = ACTIONS(938), [anon_sym_TILDE] = ACTIONS(938), [anon_sym_DASH] = ACTIONS(936), [anon_sym_PLUS] = ACTIONS(936), [anon_sym_STAR] = ACTIONS(938), [anon_sym_AMP] = ACTIONS(938), [anon_sym_SEMI] = ACTIONS(938), [anon_sym_typedef] = ACTIONS(936), [anon_sym_extern] = ACTIONS(936), [anon_sym___attribute__] = ACTIONS(936), [anon_sym_LBRACK_LBRACK] = ACTIONS(938), [anon_sym___declspec] = ACTIONS(936), [anon_sym___cdecl] = ACTIONS(936), [anon_sym___clrcall] = ACTIONS(936), [anon_sym___stdcall] = ACTIONS(936), [anon_sym___fastcall] = ACTIONS(936), [anon_sym___thiscall] = ACTIONS(936), [anon_sym___vectorcall] = ACTIONS(936), [anon_sym_LBRACE] = ACTIONS(938), [anon_sym_static] = ACTIONS(936), [anon_sym_auto] = ACTIONS(936), [anon_sym_register] = ACTIONS(936), [anon_sym_inline] = ACTIONS(936), [anon_sym_const] = ACTIONS(936), [anon_sym_volatile] = ACTIONS(936), [anon_sym_restrict] = ACTIONS(936), [anon_sym__Atomic] = ACTIONS(936), [anon_sym_signed] = ACTIONS(936), [anon_sym_unsigned] = ACTIONS(936), [anon_sym_long] = ACTIONS(936), [anon_sym_short] = ACTIONS(936), [sym_primitive_type] = ACTIONS(936), [anon_sym_enum] = ACTIONS(936), [anon_sym_struct] = ACTIONS(936), [anon_sym_union] = ACTIONS(936), [anon_sym_if] = ACTIONS(936), [anon_sym_else] = ACTIONS(936), [anon_sym_switch] = ACTIONS(936), [anon_sym_case] = ACTIONS(936), [anon_sym_default] = ACTIONS(936), [anon_sym_while] = ACTIONS(936), [anon_sym_do] = ACTIONS(936), [anon_sym_for] = ACTIONS(936), [anon_sym_return] = ACTIONS(936), [anon_sym_break] = ACTIONS(936), [anon_sym_continue] = ACTIONS(936), [anon_sym_goto] = ACTIONS(936), [anon_sym_DASH_DASH] = ACTIONS(938), [anon_sym_PLUS_PLUS] = ACTIONS(938), [anon_sym_sizeof] = ACTIONS(936), [sym_number_literal] = ACTIONS(938), [anon_sym_L_SQUOTE] = ACTIONS(938), [anon_sym_u_SQUOTE] = ACTIONS(938), [anon_sym_U_SQUOTE] = ACTIONS(938), [anon_sym_u8_SQUOTE] = ACTIONS(938), [anon_sym_SQUOTE] = ACTIONS(938), [anon_sym_L_DQUOTE] = ACTIONS(938), [anon_sym_u_DQUOTE] = ACTIONS(938), [anon_sym_U_DQUOTE] = ACTIONS(938), [anon_sym_u8_DQUOTE] = ACTIONS(938), [anon_sym_DQUOTE] = ACTIONS(938), [sym_true] = ACTIONS(936), [sym_false] = ACTIONS(936), [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, [152] = { [ts_builtin_sym_end] = ACTIONS(942), [sym_identifier] = ACTIONS(940), [aux_sym_preproc_include_token1] = ACTIONS(940), [aux_sym_preproc_def_token1] = ACTIONS(940), [aux_sym_preproc_if_token1] = ACTIONS(940), [aux_sym_preproc_ifdef_token1] = ACTIONS(940), [aux_sym_preproc_ifdef_token2] = ACTIONS(940), [sym_preproc_directive] = ACTIONS(940), [anon_sym_LPAREN2] = ACTIONS(942), [anon_sym_BANG] = ACTIONS(942), [anon_sym_TILDE] = ACTIONS(942), [anon_sym_DASH] = ACTIONS(940), [anon_sym_PLUS] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), [anon_sym_AMP] = ACTIONS(942), [anon_sym_SEMI] = ACTIONS(942), [anon_sym_typedef] = ACTIONS(940), [anon_sym_extern] = ACTIONS(940), [anon_sym___attribute__] = ACTIONS(940), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym___declspec] = ACTIONS(940), [anon_sym___cdecl] = ACTIONS(940), [anon_sym___clrcall] = ACTIONS(940), [anon_sym___stdcall] = ACTIONS(940), [anon_sym___fastcall] = ACTIONS(940), [anon_sym___thiscall] = ACTIONS(940), [anon_sym___vectorcall] = ACTIONS(940), [anon_sym_LBRACE] = ACTIONS(942), [anon_sym_static] = ACTIONS(940), [anon_sym_auto] = ACTIONS(940), [anon_sym_register] = ACTIONS(940), [anon_sym_inline] = ACTIONS(940), [anon_sym_const] = ACTIONS(940), [anon_sym_volatile] = ACTIONS(940), [anon_sym_restrict] = ACTIONS(940), [anon_sym__Atomic] = ACTIONS(940), [anon_sym_signed] = ACTIONS(940), [anon_sym_unsigned] = ACTIONS(940), [anon_sym_long] = ACTIONS(940), [anon_sym_short] = ACTIONS(940), [sym_primitive_type] = ACTIONS(940), [anon_sym_enum] = ACTIONS(940), [anon_sym_struct] = ACTIONS(940), [anon_sym_union] = ACTIONS(940), [anon_sym_if] = ACTIONS(940), [anon_sym_else] = ACTIONS(940), [anon_sym_switch] = ACTIONS(940), [anon_sym_case] = ACTIONS(940), [anon_sym_default] = ACTIONS(940), [anon_sym_while] = ACTIONS(940), [anon_sym_do] = ACTIONS(940), [anon_sym_for] = ACTIONS(940), [anon_sym_return] = ACTIONS(940), [anon_sym_break] = ACTIONS(940), [anon_sym_continue] = ACTIONS(940), [anon_sym_goto] = ACTIONS(940), [anon_sym_DASH_DASH] = ACTIONS(942), [anon_sym_PLUS_PLUS] = ACTIONS(942), [anon_sym_sizeof] = ACTIONS(940), [sym_number_literal] = ACTIONS(942), [anon_sym_L_SQUOTE] = ACTIONS(942), [anon_sym_u_SQUOTE] = ACTIONS(942), [anon_sym_U_SQUOTE] = ACTIONS(942), [anon_sym_u8_SQUOTE] = ACTIONS(942), [anon_sym_SQUOTE] = ACTIONS(942), [anon_sym_L_DQUOTE] = ACTIONS(942), [anon_sym_u_DQUOTE] = ACTIONS(942), [anon_sym_U_DQUOTE] = ACTIONS(942), [anon_sym_u8_DQUOTE] = ACTIONS(942), [anon_sym_DQUOTE] = ACTIONS(942), [sym_true] = ACTIONS(940), [sym_false] = ACTIONS(940), [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, [153] = { [sym_identifier] = ACTIONS(918), [aux_sym_preproc_include_token1] = ACTIONS(918), [aux_sym_preproc_def_token1] = ACTIONS(918), [aux_sym_preproc_if_token1] = ACTIONS(918), [aux_sym_preproc_if_token2] = ACTIONS(918), [aux_sym_preproc_ifdef_token1] = ACTIONS(918), [aux_sym_preproc_ifdef_token2] = ACTIONS(918), [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(920), [anon_sym_BANG] = ACTIONS(920), [anon_sym_TILDE] = ACTIONS(920), [anon_sym_DASH] = ACTIONS(918), [anon_sym_PLUS] = ACTIONS(918), [anon_sym_STAR] = ACTIONS(920), [anon_sym_AMP] = ACTIONS(920), [anon_sym_SEMI] = ACTIONS(920), [anon_sym_typedef] = ACTIONS(918), [anon_sym_extern] = ACTIONS(918), [anon_sym___attribute__] = ACTIONS(918), [anon_sym_LBRACK_LBRACK] = ACTIONS(920), [anon_sym___declspec] = ACTIONS(918), [anon_sym___cdecl] = ACTIONS(918), [anon_sym___clrcall] = ACTIONS(918), [anon_sym___stdcall] = ACTIONS(918), [anon_sym___fastcall] = ACTIONS(918), [anon_sym___thiscall] = ACTIONS(918), [anon_sym___vectorcall] = ACTIONS(918), [anon_sym_LBRACE] = ACTIONS(920), [anon_sym_static] = ACTIONS(918), [anon_sym_auto] = ACTIONS(918), [anon_sym_register] = ACTIONS(918), [anon_sym_inline] = ACTIONS(918), [anon_sym_const] = ACTIONS(918), [anon_sym_volatile] = ACTIONS(918), [anon_sym_restrict] = ACTIONS(918), [anon_sym__Atomic] = ACTIONS(918), [anon_sym_signed] = ACTIONS(918), [anon_sym_unsigned] = ACTIONS(918), [anon_sym_long] = ACTIONS(918), [anon_sym_short] = ACTIONS(918), [sym_primitive_type] = ACTIONS(918), [anon_sym_enum] = ACTIONS(918), [anon_sym_struct] = ACTIONS(918), [anon_sym_union] = ACTIONS(918), [anon_sym_if] = ACTIONS(918), [anon_sym_else] = ACTIONS(1128), [anon_sym_switch] = ACTIONS(918), [anon_sym_case] = ACTIONS(918), [anon_sym_default] = ACTIONS(918), [anon_sym_while] = ACTIONS(918), [anon_sym_do] = ACTIONS(918), [anon_sym_for] = ACTIONS(918), [anon_sym_return] = ACTIONS(918), [anon_sym_break] = ACTIONS(918), [anon_sym_continue] = ACTIONS(918), [anon_sym_goto] = ACTIONS(918), [anon_sym_DASH_DASH] = ACTIONS(920), [anon_sym_PLUS_PLUS] = ACTIONS(920), [anon_sym_sizeof] = ACTIONS(918), [sym_number_literal] = ACTIONS(920), [anon_sym_L_SQUOTE] = ACTIONS(920), [anon_sym_u_SQUOTE] = ACTIONS(920), [anon_sym_U_SQUOTE] = ACTIONS(920), [anon_sym_u8_SQUOTE] = ACTIONS(920), [anon_sym_SQUOTE] = ACTIONS(920), [anon_sym_L_DQUOTE] = ACTIONS(920), [anon_sym_u_DQUOTE] = ACTIONS(920), [anon_sym_U_DQUOTE] = ACTIONS(920), [anon_sym_u8_DQUOTE] = ACTIONS(920), [anon_sym_DQUOTE] = ACTIONS(920), [sym_true] = ACTIONS(918), [sym_false] = ACTIONS(918), [sym_null] = ACTIONS(918), [sym_comment] = ACTIONS(3), }, [154] = { [ts_builtin_sym_end] = ACTIONS(950), [sym_identifier] = ACTIONS(948), [aux_sym_preproc_include_token1] = ACTIONS(948), [aux_sym_preproc_def_token1] = ACTIONS(948), [aux_sym_preproc_if_token1] = ACTIONS(948), [aux_sym_preproc_ifdef_token1] = ACTIONS(948), [aux_sym_preproc_ifdef_token2] = ACTIONS(948), [sym_preproc_directive] = ACTIONS(948), [anon_sym_LPAREN2] = ACTIONS(950), [anon_sym_BANG] = ACTIONS(950), [anon_sym_TILDE] = ACTIONS(950), [anon_sym_DASH] = ACTIONS(948), [anon_sym_PLUS] = ACTIONS(948), [anon_sym_STAR] = ACTIONS(950), [anon_sym_AMP] = ACTIONS(950), [anon_sym_SEMI] = ACTIONS(950), [anon_sym_typedef] = ACTIONS(948), [anon_sym_extern] = ACTIONS(948), [anon_sym___attribute__] = ACTIONS(948), [anon_sym_LBRACK_LBRACK] = ACTIONS(950), [anon_sym___declspec] = ACTIONS(948), [anon_sym___cdecl] = ACTIONS(948), [anon_sym___clrcall] = ACTIONS(948), [anon_sym___stdcall] = ACTIONS(948), [anon_sym___fastcall] = ACTIONS(948), [anon_sym___thiscall] = ACTIONS(948), [anon_sym___vectorcall] = ACTIONS(948), [anon_sym_LBRACE] = ACTIONS(950), [anon_sym_static] = ACTIONS(948), [anon_sym_auto] = ACTIONS(948), [anon_sym_register] = ACTIONS(948), [anon_sym_inline] = ACTIONS(948), [anon_sym_const] = ACTIONS(948), [anon_sym_volatile] = ACTIONS(948), [anon_sym_restrict] = ACTIONS(948), [anon_sym__Atomic] = ACTIONS(948), [anon_sym_signed] = ACTIONS(948), [anon_sym_unsigned] = ACTIONS(948), [anon_sym_long] = ACTIONS(948), [anon_sym_short] = ACTIONS(948), [sym_primitive_type] = ACTIONS(948), [anon_sym_enum] = ACTIONS(948), [anon_sym_struct] = ACTIONS(948), [anon_sym_union] = ACTIONS(948), [anon_sym_if] = ACTIONS(948), [anon_sym_else] = ACTIONS(948), [anon_sym_switch] = ACTIONS(948), [anon_sym_case] = ACTIONS(948), [anon_sym_default] = ACTIONS(948), [anon_sym_while] = ACTIONS(948), [anon_sym_do] = ACTIONS(948), [anon_sym_for] = ACTIONS(948), [anon_sym_return] = ACTIONS(948), [anon_sym_break] = ACTIONS(948), [anon_sym_continue] = ACTIONS(948), [anon_sym_goto] = ACTIONS(948), [anon_sym_DASH_DASH] = ACTIONS(950), [anon_sym_PLUS_PLUS] = ACTIONS(950), [anon_sym_sizeof] = ACTIONS(948), [sym_number_literal] = ACTIONS(950), [anon_sym_L_SQUOTE] = ACTIONS(950), [anon_sym_u_SQUOTE] = ACTIONS(950), [anon_sym_U_SQUOTE] = ACTIONS(950), [anon_sym_u8_SQUOTE] = ACTIONS(950), [anon_sym_SQUOTE] = ACTIONS(950), [anon_sym_L_DQUOTE] = ACTIONS(950), [anon_sym_u_DQUOTE] = ACTIONS(950), [anon_sym_U_DQUOTE] = ACTIONS(950), [anon_sym_u8_DQUOTE] = ACTIONS(950), [anon_sym_DQUOTE] = ACTIONS(950), [sym_true] = ACTIONS(948), [sym_false] = ACTIONS(948), [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, [155] = { [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), [aux_sym_preproc_def_token1] = ACTIONS(956), [aux_sym_preproc_if_token1] = ACTIONS(956), [aux_sym_preproc_if_token2] = ACTIONS(956), [aux_sym_preproc_ifdef_token1] = ACTIONS(956), [aux_sym_preproc_ifdef_token2] = ACTIONS(956), [sym_preproc_directive] = ACTIONS(956), [anon_sym_LPAREN2] = ACTIONS(958), [anon_sym_BANG] = ACTIONS(958), [anon_sym_TILDE] = ACTIONS(958), [anon_sym_DASH] = ACTIONS(956), [anon_sym_PLUS] = ACTIONS(956), [anon_sym_STAR] = ACTIONS(958), [anon_sym_AMP] = ACTIONS(958), [anon_sym_SEMI] = ACTIONS(958), [anon_sym_typedef] = ACTIONS(956), [anon_sym_extern] = ACTIONS(956), [anon_sym___attribute__] = ACTIONS(956), [anon_sym_LBRACK_LBRACK] = ACTIONS(958), [anon_sym___declspec] = ACTIONS(956), [anon_sym___cdecl] = ACTIONS(956), [anon_sym___clrcall] = ACTIONS(956), [anon_sym___stdcall] = ACTIONS(956), [anon_sym___fastcall] = ACTIONS(956), [anon_sym___thiscall] = ACTIONS(956), [anon_sym___vectorcall] = ACTIONS(956), [anon_sym_LBRACE] = ACTIONS(958), [anon_sym_static] = ACTIONS(956), [anon_sym_auto] = ACTIONS(956), [anon_sym_register] = ACTIONS(956), [anon_sym_inline] = ACTIONS(956), [anon_sym_const] = ACTIONS(956), [anon_sym_volatile] = ACTIONS(956), [anon_sym_restrict] = ACTIONS(956), [anon_sym__Atomic] = ACTIONS(956), [anon_sym_signed] = ACTIONS(956), [anon_sym_unsigned] = ACTIONS(956), [anon_sym_long] = ACTIONS(956), [anon_sym_short] = ACTIONS(956), [sym_primitive_type] = ACTIONS(956), [anon_sym_enum] = ACTIONS(956), [anon_sym_struct] = ACTIONS(956), [anon_sym_union] = ACTIONS(956), [anon_sym_if] = ACTIONS(956), [anon_sym_else] = ACTIONS(956), [anon_sym_switch] = ACTIONS(956), [anon_sym_case] = ACTIONS(956), [anon_sym_default] = ACTIONS(956), [anon_sym_while] = ACTIONS(956), [anon_sym_do] = ACTIONS(956), [anon_sym_for] = ACTIONS(956), [anon_sym_return] = ACTIONS(956), [anon_sym_break] = ACTIONS(956), [anon_sym_continue] = ACTIONS(956), [anon_sym_goto] = ACTIONS(956), [anon_sym_DASH_DASH] = ACTIONS(958), [anon_sym_PLUS_PLUS] = ACTIONS(958), [anon_sym_sizeof] = ACTIONS(956), [sym_number_literal] = ACTIONS(958), [anon_sym_L_SQUOTE] = ACTIONS(958), [anon_sym_u_SQUOTE] = ACTIONS(958), [anon_sym_U_SQUOTE] = ACTIONS(958), [anon_sym_u8_SQUOTE] = ACTIONS(958), [anon_sym_SQUOTE] = ACTIONS(958), [anon_sym_L_DQUOTE] = ACTIONS(958), [anon_sym_u_DQUOTE] = ACTIONS(958), [anon_sym_U_DQUOTE] = ACTIONS(958), [anon_sym_u8_DQUOTE] = ACTIONS(958), [anon_sym_DQUOTE] = ACTIONS(958), [sym_true] = ACTIONS(956), [sym_false] = ACTIONS(956), [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, [156] = { [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), [aux_sym_preproc_if_token1] = ACTIONS(952), [aux_sym_preproc_if_token2] = ACTIONS(952), [aux_sym_preproc_ifdef_token1] = ACTIONS(952), [aux_sym_preproc_ifdef_token2] = ACTIONS(952), [sym_preproc_directive] = ACTIONS(952), [anon_sym_LPAREN2] = ACTIONS(954), [anon_sym_BANG] = ACTIONS(954), [anon_sym_TILDE] = ACTIONS(954), [anon_sym_DASH] = ACTIONS(952), [anon_sym_PLUS] = ACTIONS(952), [anon_sym_STAR] = ACTIONS(954), [anon_sym_AMP] = ACTIONS(954), [anon_sym_SEMI] = ACTIONS(954), [anon_sym_typedef] = ACTIONS(952), [anon_sym_extern] = ACTIONS(952), [anon_sym___attribute__] = ACTIONS(952), [anon_sym_LBRACK_LBRACK] = ACTIONS(954), [anon_sym___declspec] = ACTIONS(952), [anon_sym___cdecl] = ACTIONS(952), [anon_sym___clrcall] = ACTIONS(952), [anon_sym___stdcall] = ACTIONS(952), [anon_sym___fastcall] = ACTIONS(952), [anon_sym___thiscall] = ACTIONS(952), [anon_sym___vectorcall] = ACTIONS(952), [anon_sym_LBRACE] = ACTIONS(954), [anon_sym_static] = ACTIONS(952), [anon_sym_auto] = ACTIONS(952), [anon_sym_register] = ACTIONS(952), [anon_sym_inline] = ACTIONS(952), [anon_sym_const] = ACTIONS(952), [anon_sym_volatile] = ACTIONS(952), [anon_sym_restrict] = ACTIONS(952), [anon_sym__Atomic] = ACTIONS(952), [anon_sym_signed] = ACTIONS(952), [anon_sym_unsigned] = ACTIONS(952), [anon_sym_long] = ACTIONS(952), [anon_sym_short] = ACTIONS(952), [sym_primitive_type] = ACTIONS(952), [anon_sym_enum] = ACTIONS(952), [anon_sym_struct] = ACTIONS(952), [anon_sym_union] = ACTIONS(952), [anon_sym_if] = ACTIONS(952), [anon_sym_else] = ACTIONS(952), [anon_sym_switch] = ACTIONS(952), [anon_sym_case] = ACTIONS(952), [anon_sym_default] = ACTIONS(952), [anon_sym_while] = ACTIONS(952), [anon_sym_do] = ACTIONS(952), [anon_sym_for] = ACTIONS(952), [anon_sym_return] = ACTIONS(952), [anon_sym_break] = ACTIONS(952), [anon_sym_continue] = ACTIONS(952), [anon_sym_goto] = ACTIONS(952), [anon_sym_DASH_DASH] = ACTIONS(954), [anon_sym_PLUS_PLUS] = ACTIONS(954), [anon_sym_sizeof] = ACTIONS(952), [sym_number_literal] = ACTIONS(954), [anon_sym_L_SQUOTE] = ACTIONS(954), [anon_sym_u_SQUOTE] = ACTIONS(954), [anon_sym_U_SQUOTE] = ACTIONS(954), [anon_sym_u8_SQUOTE] = ACTIONS(954), [anon_sym_SQUOTE] = ACTIONS(954), [anon_sym_L_DQUOTE] = ACTIONS(954), [anon_sym_u_DQUOTE] = ACTIONS(954), [anon_sym_U_DQUOTE] = ACTIONS(954), [anon_sym_u8_DQUOTE] = ACTIONS(954), [anon_sym_DQUOTE] = ACTIONS(954), [sym_true] = ACTIONS(952), [sym_false] = ACTIONS(952), [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, [157] = { [ts_builtin_sym_end] = ACTIONS(962), [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(960), [aux_sym_preproc_if_token1] = ACTIONS(960), [aux_sym_preproc_ifdef_token1] = ACTIONS(960), [aux_sym_preproc_ifdef_token2] = ACTIONS(960), [sym_preproc_directive] = ACTIONS(960), [anon_sym_LPAREN2] = ACTIONS(962), [anon_sym_BANG] = ACTIONS(962), [anon_sym_TILDE] = ACTIONS(962), [anon_sym_DASH] = ACTIONS(960), [anon_sym_PLUS] = ACTIONS(960), [anon_sym_STAR] = ACTIONS(962), [anon_sym_AMP] = ACTIONS(962), [anon_sym_SEMI] = ACTIONS(962), [anon_sym_typedef] = ACTIONS(960), [anon_sym_extern] = ACTIONS(960), [anon_sym___attribute__] = ACTIONS(960), [anon_sym_LBRACK_LBRACK] = ACTIONS(962), [anon_sym___declspec] = ACTIONS(960), [anon_sym___cdecl] = ACTIONS(960), [anon_sym___clrcall] = ACTIONS(960), [anon_sym___stdcall] = ACTIONS(960), [anon_sym___fastcall] = ACTIONS(960), [anon_sym___thiscall] = ACTIONS(960), [anon_sym___vectorcall] = ACTIONS(960), [anon_sym_LBRACE] = ACTIONS(962), [anon_sym_static] = ACTIONS(960), [anon_sym_auto] = ACTIONS(960), [anon_sym_register] = ACTIONS(960), [anon_sym_inline] = ACTIONS(960), [anon_sym_const] = ACTIONS(960), [anon_sym_volatile] = ACTIONS(960), [anon_sym_restrict] = ACTIONS(960), [anon_sym__Atomic] = ACTIONS(960), [anon_sym_signed] = ACTIONS(960), [anon_sym_unsigned] = ACTIONS(960), [anon_sym_long] = ACTIONS(960), [anon_sym_short] = ACTIONS(960), [sym_primitive_type] = ACTIONS(960), [anon_sym_enum] = ACTIONS(960), [anon_sym_struct] = ACTIONS(960), [anon_sym_union] = ACTIONS(960), [anon_sym_if] = ACTIONS(960), [anon_sym_else] = ACTIONS(960), [anon_sym_switch] = ACTIONS(960), [anon_sym_case] = ACTIONS(960), [anon_sym_default] = ACTIONS(960), [anon_sym_while] = ACTIONS(960), [anon_sym_do] = ACTIONS(960), [anon_sym_for] = ACTIONS(960), [anon_sym_return] = ACTIONS(960), [anon_sym_break] = ACTIONS(960), [anon_sym_continue] = ACTIONS(960), [anon_sym_goto] = ACTIONS(960), [anon_sym_DASH_DASH] = ACTIONS(962), [anon_sym_PLUS_PLUS] = ACTIONS(962), [anon_sym_sizeof] = ACTIONS(960), [sym_number_literal] = ACTIONS(962), [anon_sym_L_SQUOTE] = ACTIONS(962), [anon_sym_u_SQUOTE] = ACTIONS(962), [anon_sym_U_SQUOTE] = ACTIONS(962), [anon_sym_u8_SQUOTE] = ACTIONS(962), [anon_sym_SQUOTE] = ACTIONS(962), [anon_sym_L_DQUOTE] = ACTIONS(962), [anon_sym_u_DQUOTE] = ACTIONS(962), [anon_sym_U_DQUOTE] = ACTIONS(962), [anon_sym_u8_DQUOTE] = ACTIONS(962), [anon_sym_DQUOTE] = ACTIONS(962), [sym_true] = ACTIONS(960), [sym_false] = ACTIONS(960), [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, [158] = { [ts_builtin_sym_end] = ACTIONS(1018), [sym_identifier] = ACTIONS(1016), [aux_sym_preproc_include_token1] = ACTIONS(1016), [aux_sym_preproc_def_token1] = ACTIONS(1016), [aux_sym_preproc_if_token1] = ACTIONS(1016), [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), [sym_preproc_directive] = ACTIONS(1016), [anon_sym_LPAREN2] = ACTIONS(1018), [anon_sym_BANG] = ACTIONS(1018), [anon_sym_TILDE] = ACTIONS(1018), [anon_sym_DASH] = ACTIONS(1016), [anon_sym_PLUS] = ACTIONS(1016), [anon_sym_STAR] = ACTIONS(1018), [anon_sym_AMP] = ACTIONS(1018), [anon_sym_SEMI] = ACTIONS(1018), [anon_sym_typedef] = ACTIONS(1016), [anon_sym_extern] = ACTIONS(1016), [anon_sym___attribute__] = ACTIONS(1016), [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), [anon_sym___declspec] = ACTIONS(1016), [anon_sym___cdecl] = ACTIONS(1016), [anon_sym___clrcall] = ACTIONS(1016), [anon_sym___stdcall] = ACTIONS(1016), [anon_sym___fastcall] = ACTIONS(1016), [anon_sym___thiscall] = ACTIONS(1016), [anon_sym___vectorcall] = ACTIONS(1016), [anon_sym_LBRACE] = ACTIONS(1018), [anon_sym_static] = ACTIONS(1016), [anon_sym_auto] = ACTIONS(1016), [anon_sym_register] = ACTIONS(1016), [anon_sym_inline] = ACTIONS(1016), [anon_sym_const] = ACTIONS(1016), [anon_sym_volatile] = ACTIONS(1016), [anon_sym_restrict] = ACTIONS(1016), [anon_sym__Atomic] = ACTIONS(1016), [anon_sym_signed] = ACTIONS(1016), [anon_sym_unsigned] = ACTIONS(1016), [anon_sym_long] = ACTIONS(1016), [anon_sym_short] = ACTIONS(1016), [sym_primitive_type] = ACTIONS(1016), [anon_sym_enum] = ACTIONS(1016), [anon_sym_struct] = ACTIONS(1016), [anon_sym_union] = ACTIONS(1016), [anon_sym_if] = ACTIONS(1016), [anon_sym_else] = ACTIONS(1016), [anon_sym_switch] = ACTIONS(1016), [anon_sym_case] = ACTIONS(1016), [anon_sym_default] = ACTIONS(1016), [anon_sym_while] = ACTIONS(1016), [anon_sym_do] = ACTIONS(1016), [anon_sym_for] = ACTIONS(1016), [anon_sym_return] = ACTIONS(1016), [anon_sym_break] = ACTIONS(1016), [anon_sym_continue] = ACTIONS(1016), [anon_sym_goto] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(1018), [anon_sym_PLUS_PLUS] = ACTIONS(1018), [anon_sym_sizeof] = ACTIONS(1016), [sym_number_literal] = ACTIONS(1018), [anon_sym_L_SQUOTE] = ACTIONS(1018), [anon_sym_u_SQUOTE] = ACTIONS(1018), [anon_sym_U_SQUOTE] = ACTIONS(1018), [anon_sym_u8_SQUOTE] = ACTIONS(1018), [anon_sym_SQUOTE] = ACTIONS(1018), [anon_sym_L_DQUOTE] = ACTIONS(1018), [anon_sym_u_DQUOTE] = ACTIONS(1018), [anon_sym_U_DQUOTE] = ACTIONS(1018), [anon_sym_u8_DQUOTE] = ACTIONS(1018), [anon_sym_DQUOTE] = ACTIONS(1018), [sym_true] = ACTIONS(1016), [sym_false] = ACTIONS(1016), [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, [159] = { [sym_identifier] = ACTIONS(914), [aux_sym_preproc_include_token1] = ACTIONS(914), [aux_sym_preproc_def_token1] = ACTIONS(914), [aux_sym_preproc_if_token1] = ACTIONS(914), [aux_sym_preproc_ifdef_token1] = ACTIONS(914), [aux_sym_preproc_ifdef_token2] = ACTIONS(914), [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(916), [anon_sym_BANG] = ACTIONS(916), [anon_sym_TILDE] = ACTIONS(916), [anon_sym_DASH] = ACTIONS(914), [anon_sym_PLUS] = ACTIONS(914), [anon_sym_STAR] = ACTIONS(916), [anon_sym_AMP] = ACTIONS(916), [anon_sym_SEMI] = ACTIONS(916), [anon_sym_typedef] = ACTIONS(914), [anon_sym_extern] = ACTIONS(914), [anon_sym___attribute__] = ACTIONS(914), [anon_sym_LBRACK_LBRACK] = ACTIONS(916), [anon_sym___declspec] = ACTIONS(914), [anon_sym___cdecl] = ACTIONS(914), [anon_sym___clrcall] = ACTIONS(914), [anon_sym___stdcall] = ACTIONS(914), [anon_sym___fastcall] = ACTIONS(914), [anon_sym___thiscall] = ACTIONS(914), [anon_sym___vectorcall] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(916), [anon_sym_RBRACE] = ACTIONS(916), [anon_sym_static] = ACTIONS(914), [anon_sym_auto] = ACTIONS(914), [anon_sym_register] = ACTIONS(914), [anon_sym_inline] = ACTIONS(914), [anon_sym_const] = ACTIONS(914), [anon_sym_volatile] = ACTIONS(914), [anon_sym_restrict] = ACTIONS(914), [anon_sym__Atomic] = ACTIONS(914), [anon_sym_signed] = ACTIONS(914), [anon_sym_unsigned] = ACTIONS(914), [anon_sym_long] = ACTIONS(914), [anon_sym_short] = ACTIONS(914), [sym_primitive_type] = ACTIONS(914), [anon_sym_enum] = ACTIONS(914), [anon_sym_struct] = ACTIONS(914), [anon_sym_union] = ACTIONS(914), [anon_sym_if] = ACTIONS(914), [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(914), [anon_sym_case] = ACTIONS(914), [anon_sym_default] = ACTIONS(914), [anon_sym_while] = ACTIONS(914), [anon_sym_do] = ACTIONS(914), [anon_sym_for] = ACTIONS(914), [anon_sym_return] = ACTIONS(914), [anon_sym_break] = ACTIONS(914), [anon_sym_continue] = ACTIONS(914), [anon_sym_goto] = ACTIONS(914), [anon_sym_DASH_DASH] = ACTIONS(916), [anon_sym_PLUS_PLUS] = ACTIONS(916), [anon_sym_sizeof] = ACTIONS(914), [sym_number_literal] = ACTIONS(916), [anon_sym_L_SQUOTE] = ACTIONS(916), [anon_sym_u_SQUOTE] = ACTIONS(916), [anon_sym_U_SQUOTE] = ACTIONS(916), [anon_sym_u8_SQUOTE] = ACTIONS(916), [anon_sym_SQUOTE] = ACTIONS(916), [anon_sym_L_DQUOTE] = ACTIONS(916), [anon_sym_u_DQUOTE] = ACTIONS(916), [anon_sym_U_DQUOTE] = ACTIONS(916), [anon_sym_u8_DQUOTE] = ACTIONS(916), [anon_sym_DQUOTE] = ACTIONS(916), [sym_true] = ACTIONS(914), [sym_false] = ACTIONS(914), [sym_null] = ACTIONS(914), [sym_comment] = ACTIONS(3), }, [160] = { [sym_identifier] = ACTIONS(1000), [aux_sym_preproc_include_token1] = ACTIONS(1000), [aux_sym_preproc_def_token1] = ACTIONS(1000), [aux_sym_preproc_if_token1] = ACTIONS(1000), [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(1002), [anon_sym_BANG] = ACTIONS(1002), [anon_sym_TILDE] = ACTIONS(1002), [anon_sym_DASH] = ACTIONS(1000), [anon_sym_PLUS] = ACTIONS(1000), [anon_sym_STAR] = ACTIONS(1002), [anon_sym_AMP] = ACTIONS(1002), [anon_sym_SEMI] = ACTIONS(1002), [anon_sym_typedef] = ACTIONS(1000), [anon_sym_extern] = ACTIONS(1000), [anon_sym___attribute__] = ACTIONS(1000), [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), [anon_sym___declspec] = ACTIONS(1000), [anon_sym___cdecl] = ACTIONS(1000), [anon_sym___clrcall] = ACTIONS(1000), [anon_sym___stdcall] = ACTIONS(1000), [anon_sym___fastcall] = ACTIONS(1000), [anon_sym___thiscall] = ACTIONS(1000), [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(1002), [anon_sym_RBRACE] = ACTIONS(1002), [anon_sym_static] = ACTIONS(1000), [anon_sym_auto] = ACTIONS(1000), [anon_sym_register] = ACTIONS(1000), [anon_sym_inline] = ACTIONS(1000), [anon_sym_const] = ACTIONS(1000), [anon_sym_volatile] = ACTIONS(1000), [anon_sym_restrict] = ACTIONS(1000), [anon_sym__Atomic] = ACTIONS(1000), [anon_sym_signed] = ACTIONS(1000), [anon_sym_unsigned] = ACTIONS(1000), [anon_sym_long] = ACTIONS(1000), [anon_sym_short] = ACTIONS(1000), [sym_primitive_type] = ACTIONS(1000), [anon_sym_enum] = ACTIONS(1000), [anon_sym_struct] = ACTIONS(1000), [anon_sym_union] = ACTIONS(1000), [anon_sym_if] = ACTIONS(1000), [anon_sym_else] = ACTIONS(1000), [anon_sym_switch] = ACTIONS(1000), [anon_sym_case] = ACTIONS(1000), [anon_sym_default] = ACTIONS(1000), [anon_sym_while] = ACTIONS(1000), [anon_sym_do] = ACTIONS(1000), [anon_sym_for] = ACTIONS(1000), [anon_sym_return] = ACTIONS(1000), [anon_sym_break] = ACTIONS(1000), [anon_sym_continue] = ACTIONS(1000), [anon_sym_goto] = ACTIONS(1000), [anon_sym_DASH_DASH] = ACTIONS(1002), [anon_sym_PLUS_PLUS] = ACTIONS(1002), [anon_sym_sizeof] = ACTIONS(1000), [sym_number_literal] = ACTIONS(1002), [anon_sym_L_SQUOTE] = ACTIONS(1002), [anon_sym_u_SQUOTE] = ACTIONS(1002), [anon_sym_U_SQUOTE] = ACTIONS(1002), [anon_sym_u8_SQUOTE] = ACTIONS(1002), [anon_sym_SQUOTE] = ACTIONS(1002), [anon_sym_L_DQUOTE] = ACTIONS(1002), [anon_sym_u_DQUOTE] = ACTIONS(1002), [anon_sym_U_DQUOTE] = ACTIONS(1002), [anon_sym_u8_DQUOTE] = ACTIONS(1002), [anon_sym_DQUOTE] = ACTIONS(1002), [sym_true] = ACTIONS(1000), [sym_false] = ACTIONS(1000), [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, [161] = { [sym_identifier] = ACTIONS(898), [aux_sym_preproc_include_token1] = ACTIONS(898), [aux_sym_preproc_def_token1] = ACTIONS(898), [aux_sym_preproc_if_token1] = ACTIONS(898), [aux_sym_preproc_if_token2] = ACTIONS(898), [aux_sym_preproc_ifdef_token1] = ACTIONS(898), [aux_sym_preproc_ifdef_token2] = ACTIONS(898), [sym_preproc_directive] = ACTIONS(898), [anon_sym_LPAREN2] = ACTIONS(900), [anon_sym_BANG] = ACTIONS(900), [anon_sym_TILDE] = ACTIONS(900), [anon_sym_DASH] = ACTIONS(898), [anon_sym_PLUS] = ACTIONS(898), [anon_sym_STAR] = ACTIONS(900), [anon_sym_AMP] = ACTIONS(900), [anon_sym_SEMI] = ACTIONS(900), [anon_sym_typedef] = ACTIONS(898), [anon_sym_extern] = ACTIONS(898), [anon_sym___attribute__] = ACTIONS(898), [anon_sym_LBRACK_LBRACK] = ACTIONS(900), [anon_sym___declspec] = ACTIONS(898), [anon_sym___cdecl] = ACTIONS(898), [anon_sym___clrcall] = ACTIONS(898), [anon_sym___stdcall] = ACTIONS(898), [anon_sym___fastcall] = ACTIONS(898), [anon_sym___thiscall] = ACTIONS(898), [anon_sym___vectorcall] = ACTIONS(898), [anon_sym_LBRACE] = ACTIONS(900), [anon_sym_static] = ACTIONS(898), [anon_sym_auto] = ACTIONS(898), [anon_sym_register] = ACTIONS(898), [anon_sym_inline] = ACTIONS(898), [anon_sym_const] = ACTIONS(898), [anon_sym_volatile] = ACTIONS(898), [anon_sym_restrict] = ACTIONS(898), [anon_sym__Atomic] = ACTIONS(898), [anon_sym_signed] = ACTIONS(898), [anon_sym_unsigned] = ACTIONS(898), [anon_sym_long] = ACTIONS(898), [anon_sym_short] = ACTIONS(898), [sym_primitive_type] = ACTIONS(898), [anon_sym_enum] = ACTIONS(898), [anon_sym_struct] = ACTIONS(898), [anon_sym_union] = ACTIONS(898), [anon_sym_if] = ACTIONS(898), [anon_sym_else] = ACTIONS(898), [anon_sym_switch] = ACTIONS(898), [anon_sym_case] = ACTIONS(898), [anon_sym_default] = ACTIONS(898), [anon_sym_while] = ACTIONS(898), [anon_sym_do] = ACTIONS(898), [anon_sym_for] = ACTIONS(898), [anon_sym_return] = ACTIONS(898), [anon_sym_break] = ACTIONS(898), [anon_sym_continue] = ACTIONS(898), [anon_sym_goto] = ACTIONS(898), [anon_sym_DASH_DASH] = ACTIONS(900), [anon_sym_PLUS_PLUS] = ACTIONS(900), [anon_sym_sizeof] = ACTIONS(898), [sym_number_literal] = ACTIONS(900), [anon_sym_L_SQUOTE] = ACTIONS(900), [anon_sym_u_SQUOTE] = ACTIONS(900), [anon_sym_U_SQUOTE] = ACTIONS(900), [anon_sym_u8_SQUOTE] = ACTIONS(900), [anon_sym_SQUOTE] = ACTIONS(900), [anon_sym_L_DQUOTE] = ACTIONS(900), [anon_sym_u_DQUOTE] = ACTIONS(900), [anon_sym_U_DQUOTE] = ACTIONS(900), [anon_sym_u8_DQUOTE] = ACTIONS(900), [anon_sym_DQUOTE] = ACTIONS(900), [sym_true] = ACTIONS(898), [sym_false] = ACTIONS(898), [sym_null] = ACTIONS(898), [sym_comment] = ACTIONS(3), }, [162] = { [sym_identifier] = ACTIONS(996), [aux_sym_preproc_include_token1] = ACTIONS(996), [aux_sym_preproc_def_token1] = ACTIONS(996), [aux_sym_preproc_if_token1] = ACTIONS(996), [aux_sym_preproc_ifdef_token1] = ACTIONS(996), [aux_sym_preproc_ifdef_token2] = ACTIONS(996), [sym_preproc_directive] = ACTIONS(996), [anon_sym_LPAREN2] = ACTIONS(998), [anon_sym_BANG] = ACTIONS(998), [anon_sym_TILDE] = ACTIONS(998), [anon_sym_DASH] = ACTIONS(996), [anon_sym_PLUS] = ACTIONS(996), [anon_sym_STAR] = ACTIONS(998), [anon_sym_AMP] = ACTIONS(998), [anon_sym_SEMI] = ACTIONS(998), [anon_sym_typedef] = ACTIONS(996), [anon_sym_extern] = ACTIONS(996), [anon_sym___attribute__] = ACTIONS(996), [anon_sym_LBRACK_LBRACK] = ACTIONS(998), [anon_sym___declspec] = ACTIONS(996), [anon_sym___cdecl] = ACTIONS(996), [anon_sym___clrcall] = ACTIONS(996), [anon_sym___stdcall] = ACTIONS(996), [anon_sym___fastcall] = ACTIONS(996), [anon_sym___thiscall] = ACTIONS(996), [anon_sym___vectorcall] = ACTIONS(996), [anon_sym_LBRACE] = ACTIONS(998), [anon_sym_RBRACE] = ACTIONS(998), [anon_sym_static] = ACTIONS(996), [anon_sym_auto] = ACTIONS(996), [anon_sym_register] = ACTIONS(996), [anon_sym_inline] = ACTIONS(996), [anon_sym_const] = ACTIONS(996), [anon_sym_volatile] = ACTIONS(996), [anon_sym_restrict] = ACTIONS(996), [anon_sym__Atomic] = ACTIONS(996), [anon_sym_signed] = ACTIONS(996), [anon_sym_unsigned] = ACTIONS(996), [anon_sym_long] = ACTIONS(996), [anon_sym_short] = ACTIONS(996), [sym_primitive_type] = ACTIONS(996), [anon_sym_enum] = ACTIONS(996), [anon_sym_struct] = ACTIONS(996), [anon_sym_union] = ACTIONS(996), [anon_sym_if] = ACTIONS(996), [anon_sym_else] = ACTIONS(996), [anon_sym_switch] = ACTIONS(996), [anon_sym_case] = ACTIONS(996), [anon_sym_default] = ACTIONS(996), [anon_sym_while] = ACTIONS(996), [anon_sym_do] = ACTIONS(996), [anon_sym_for] = ACTIONS(996), [anon_sym_return] = ACTIONS(996), [anon_sym_break] = ACTIONS(996), [anon_sym_continue] = ACTIONS(996), [anon_sym_goto] = ACTIONS(996), [anon_sym_DASH_DASH] = ACTIONS(998), [anon_sym_PLUS_PLUS] = ACTIONS(998), [anon_sym_sizeof] = ACTIONS(996), [sym_number_literal] = ACTIONS(998), [anon_sym_L_SQUOTE] = ACTIONS(998), [anon_sym_u_SQUOTE] = ACTIONS(998), [anon_sym_U_SQUOTE] = ACTIONS(998), [anon_sym_u8_SQUOTE] = ACTIONS(998), [anon_sym_SQUOTE] = ACTIONS(998), [anon_sym_L_DQUOTE] = ACTIONS(998), [anon_sym_u_DQUOTE] = ACTIONS(998), [anon_sym_U_DQUOTE] = ACTIONS(998), [anon_sym_u8_DQUOTE] = ACTIONS(998), [anon_sym_DQUOTE] = ACTIONS(998), [sym_true] = ACTIONS(996), [sym_false] = ACTIONS(996), [sym_null] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, [163] = { [sym_identifier] = ACTIONS(976), [aux_sym_preproc_include_token1] = ACTIONS(976), [aux_sym_preproc_def_token1] = ACTIONS(976), [aux_sym_preproc_if_token1] = ACTIONS(976), [aux_sym_preproc_ifdef_token1] = ACTIONS(976), [aux_sym_preproc_ifdef_token2] = ACTIONS(976), [sym_preproc_directive] = ACTIONS(976), [anon_sym_LPAREN2] = ACTIONS(978), [anon_sym_BANG] = ACTIONS(978), [anon_sym_TILDE] = ACTIONS(978), [anon_sym_DASH] = ACTIONS(976), [anon_sym_PLUS] = ACTIONS(976), [anon_sym_STAR] = ACTIONS(978), [anon_sym_AMP] = ACTIONS(978), [anon_sym_SEMI] = ACTIONS(978), [anon_sym_typedef] = ACTIONS(976), [anon_sym_extern] = ACTIONS(976), [anon_sym___attribute__] = ACTIONS(976), [anon_sym_LBRACK_LBRACK] = ACTIONS(978), [anon_sym___declspec] = ACTIONS(976), [anon_sym___cdecl] = ACTIONS(976), [anon_sym___clrcall] = ACTIONS(976), [anon_sym___stdcall] = ACTIONS(976), [anon_sym___fastcall] = ACTIONS(976), [anon_sym___thiscall] = ACTIONS(976), [anon_sym___vectorcall] = ACTIONS(976), [anon_sym_LBRACE] = ACTIONS(978), [anon_sym_RBRACE] = ACTIONS(978), [anon_sym_static] = ACTIONS(976), [anon_sym_auto] = ACTIONS(976), [anon_sym_register] = ACTIONS(976), [anon_sym_inline] = ACTIONS(976), [anon_sym_const] = ACTIONS(976), [anon_sym_volatile] = ACTIONS(976), [anon_sym_restrict] = ACTIONS(976), [anon_sym__Atomic] = ACTIONS(976), [anon_sym_signed] = ACTIONS(976), [anon_sym_unsigned] = ACTIONS(976), [anon_sym_long] = ACTIONS(976), [anon_sym_short] = ACTIONS(976), [sym_primitive_type] = ACTIONS(976), [anon_sym_enum] = ACTIONS(976), [anon_sym_struct] = ACTIONS(976), [anon_sym_union] = ACTIONS(976), [anon_sym_if] = ACTIONS(976), [anon_sym_else] = ACTIONS(976), [anon_sym_switch] = ACTIONS(976), [anon_sym_case] = ACTIONS(976), [anon_sym_default] = ACTIONS(976), [anon_sym_while] = ACTIONS(976), [anon_sym_do] = ACTIONS(976), [anon_sym_for] = ACTIONS(976), [anon_sym_return] = ACTIONS(976), [anon_sym_break] = ACTIONS(976), [anon_sym_continue] = ACTIONS(976), [anon_sym_goto] = ACTIONS(976), [anon_sym_DASH_DASH] = ACTIONS(978), [anon_sym_PLUS_PLUS] = ACTIONS(978), [anon_sym_sizeof] = ACTIONS(976), [sym_number_literal] = ACTIONS(978), [anon_sym_L_SQUOTE] = ACTIONS(978), [anon_sym_u_SQUOTE] = ACTIONS(978), [anon_sym_U_SQUOTE] = ACTIONS(978), [anon_sym_u8_SQUOTE] = ACTIONS(978), [anon_sym_SQUOTE] = ACTIONS(978), [anon_sym_L_DQUOTE] = ACTIONS(978), [anon_sym_u_DQUOTE] = ACTIONS(978), [anon_sym_U_DQUOTE] = ACTIONS(978), [anon_sym_u8_DQUOTE] = ACTIONS(978), [anon_sym_DQUOTE] = ACTIONS(978), [sym_true] = ACTIONS(976), [sym_false] = ACTIONS(976), [sym_null] = ACTIONS(976), [sym_comment] = ACTIONS(3), }, [164] = { [sym_identifier] = ACTIONS(968), [aux_sym_preproc_include_token1] = ACTIONS(968), [aux_sym_preproc_def_token1] = ACTIONS(968), [aux_sym_preproc_if_token1] = ACTIONS(968), [aux_sym_preproc_ifdef_token1] = ACTIONS(968), [aux_sym_preproc_ifdef_token2] = ACTIONS(968), [sym_preproc_directive] = ACTIONS(968), [anon_sym_LPAREN2] = ACTIONS(970), [anon_sym_BANG] = ACTIONS(970), [anon_sym_TILDE] = ACTIONS(970), [anon_sym_DASH] = ACTIONS(968), [anon_sym_PLUS] = ACTIONS(968), [anon_sym_STAR] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(970), [anon_sym_typedef] = ACTIONS(968), [anon_sym_extern] = ACTIONS(968), [anon_sym___attribute__] = ACTIONS(968), [anon_sym_LBRACK_LBRACK] = ACTIONS(970), [anon_sym___declspec] = ACTIONS(968), [anon_sym___cdecl] = ACTIONS(968), [anon_sym___clrcall] = ACTIONS(968), [anon_sym___stdcall] = ACTIONS(968), [anon_sym___fastcall] = ACTIONS(968), [anon_sym___thiscall] = ACTIONS(968), [anon_sym___vectorcall] = ACTIONS(968), [anon_sym_LBRACE] = ACTIONS(970), [anon_sym_RBRACE] = ACTIONS(970), [anon_sym_static] = ACTIONS(968), [anon_sym_auto] = ACTIONS(968), [anon_sym_register] = ACTIONS(968), [anon_sym_inline] = ACTIONS(968), [anon_sym_const] = ACTIONS(968), [anon_sym_volatile] = ACTIONS(968), [anon_sym_restrict] = ACTIONS(968), [anon_sym__Atomic] = ACTIONS(968), [anon_sym_signed] = ACTIONS(968), [anon_sym_unsigned] = ACTIONS(968), [anon_sym_long] = ACTIONS(968), [anon_sym_short] = ACTIONS(968), [sym_primitive_type] = ACTIONS(968), [anon_sym_enum] = ACTIONS(968), [anon_sym_struct] = ACTIONS(968), [anon_sym_union] = ACTIONS(968), [anon_sym_if] = ACTIONS(968), [anon_sym_else] = ACTIONS(968), [anon_sym_switch] = ACTIONS(968), [anon_sym_case] = ACTIONS(968), [anon_sym_default] = ACTIONS(968), [anon_sym_while] = ACTIONS(968), [anon_sym_do] = ACTIONS(968), [anon_sym_for] = ACTIONS(968), [anon_sym_return] = ACTIONS(968), [anon_sym_break] = ACTIONS(968), [anon_sym_continue] = ACTIONS(968), [anon_sym_goto] = ACTIONS(968), [anon_sym_DASH_DASH] = ACTIONS(970), [anon_sym_PLUS_PLUS] = ACTIONS(970), [anon_sym_sizeof] = ACTIONS(968), [sym_number_literal] = ACTIONS(970), [anon_sym_L_SQUOTE] = ACTIONS(970), [anon_sym_u_SQUOTE] = ACTIONS(970), [anon_sym_U_SQUOTE] = ACTIONS(970), [anon_sym_u8_SQUOTE] = ACTIONS(970), [anon_sym_SQUOTE] = ACTIONS(970), [anon_sym_L_DQUOTE] = ACTIONS(970), [anon_sym_u_DQUOTE] = ACTIONS(970), [anon_sym_U_DQUOTE] = ACTIONS(970), [anon_sym_u8_DQUOTE] = ACTIONS(970), [anon_sym_DQUOTE] = ACTIONS(970), [sym_true] = ACTIONS(968), [sym_false] = ACTIONS(968), [sym_null] = ACTIONS(968), [sym_comment] = ACTIONS(3), }, [165] = { [sym_identifier] = ACTIONS(902), [aux_sym_preproc_include_token1] = ACTIONS(902), [aux_sym_preproc_def_token1] = ACTIONS(902), [aux_sym_preproc_if_token1] = ACTIONS(902), [aux_sym_preproc_if_token2] = ACTIONS(902), [aux_sym_preproc_ifdef_token1] = ACTIONS(902), [aux_sym_preproc_ifdef_token2] = ACTIONS(902), [sym_preproc_directive] = ACTIONS(902), [anon_sym_LPAREN2] = ACTIONS(904), [anon_sym_BANG] = ACTIONS(904), [anon_sym_TILDE] = ACTIONS(904), [anon_sym_DASH] = ACTIONS(902), [anon_sym_PLUS] = ACTIONS(902), [anon_sym_STAR] = ACTIONS(904), [anon_sym_AMP] = ACTIONS(904), [anon_sym_SEMI] = ACTIONS(904), [anon_sym_typedef] = ACTIONS(902), [anon_sym_extern] = ACTIONS(902), [anon_sym___attribute__] = ACTIONS(902), [anon_sym_LBRACK_LBRACK] = ACTIONS(904), [anon_sym___declspec] = ACTIONS(902), [anon_sym___cdecl] = ACTIONS(902), [anon_sym___clrcall] = ACTIONS(902), [anon_sym___stdcall] = ACTIONS(902), [anon_sym___fastcall] = ACTIONS(902), [anon_sym___thiscall] = ACTIONS(902), [anon_sym___vectorcall] = ACTIONS(902), [anon_sym_LBRACE] = ACTIONS(904), [anon_sym_static] = ACTIONS(902), [anon_sym_auto] = ACTIONS(902), [anon_sym_register] = ACTIONS(902), [anon_sym_inline] = ACTIONS(902), [anon_sym_const] = ACTIONS(902), [anon_sym_volatile] = ACTIONS(902), [anon_sym_restrict] = ACTIONS(902), [anon_sym__Atomic] = ACTIONS(902), [anon_sym_signed] = ACTIONS(902), [anon_sym_unsigned] = ACTIONS(902), [anon_sym_long] = ACTIONS(902), [anon_sym_short] = ACTIONS(902), [sym_primitive_type] = ACTIONS(902), [anon_sym_enum] = ACTIONS(902), [anon_sym_struct] = ACTIONS(902), [anon_sym_union] = ACTIONS(902), [anon_sym_if] = ACTIONS(902), [anon_sym_else] = ACTIONS(902), [anon_sym_switch] = ACTIONS(902), [anon_sym_case] = ACTIONS(902), [anon_sym_default] = ACTIONS(902), [anon_sym_while] = ACTIONS(902), [anon_sym_do] = ACTIONS(902), [anon_sym_for] = ACTIONS(902), [anon_sym_return] = ACTIONS(902), [anon_sym_break] = ACTIONS(902), [anon_sym_continue] = ACTIONS(902), [anon_sym_goto] = ACTIONS(902), [anon_sym_DASH_DASH] = ACTIONS(904), [anon_sym_PLUS_PLUS] = ACTIONS(904), [anon_sym_sizeof] = ACTIONS(902), [sym_number_literal] = ACTIONS(904), [anon_sym_L_SQUOTE] = ACTIONS(904), [anon_sym_u_SQUOTE] = ACTIONS(904), [anon_sym_U_SQUOTE] = ACTIONS(904), [anon_sym_u8_SQUOTE] = ACTIONS(904), [anon_sym_SQUOTE] = ACTIONS(904), [anon_sym_L_DQUOTE] = ACTIONS(904), [anon_sym_u_DQUOTE] = ACTIONS(904), [anon_sym_U_DQUOTE] = ACTIONS(904), [anon_sym_u8_DQUOTE] = ACTIONS(904), [anon_sym_DQUOTE] = ACTIONS(904), [sym_true] = ACTIONS(902), [sym_false] = ACTIONS(902), [sym_null] = ACTIONS(902), [sym_comment] = ACTIONS(3), }, [166] = { [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), [aux_sym_preproc_def_token1] = ACTIONS(956), [aux_sym_preproc_if_token1] = ACTIONS(956), [aux_sym_preproc_ifdef_token1] = ACTIONS(956), [aux_sym_preproc_ifdef_token2] = ACTIONS(956), [sym_preproc_directive] = ACTIONS(956), [anon_sym_LPAREN2] = ACTIONS(958), [anon_sym_BANG] = ACTIONS(958), [anon_sym_TILDE] = ACTIONS(958), [anon_sym_DASH] = ACTIONS(956), [anon_sym_PLUS] = ACTIONS(956), [anon_sym_STAR] = ACTIONS(958), [anon_sym_AMP] = ACTIONS(958), [anon_sym_SEMI] = ACTIONS(958), [anon_sym_typedef] = ACTIONS(956), [anon_sym_extern] = ACTIONS(956), [anon_sym___attribute__] = ACTIONS(956), [anon_sym_LBRACK_LBRACK] = ACTIONS(958), [anon_sym___declspec] = ACTIONS(956), [anon_sym___cdecl] = ACTIONS(956), [anon_sym___clrcall] = ACTIONS(956), [anon_sym___stdcall] = ACTIONS(956), [anon_sym___fastcall] = ACTIONS(956), [anon_sym___thiscall] = ACTIONS(956), [anon_sym___vectorcall] = ACTIONS(956), [anon_sym_LBRACE] = ACTIONS(958), [anon_sym_RBRACE] = ACTIONS(958), [anon_sym_static] = ACTIONS(956), [anon_sym_auto] = ACTIONS(956), [anon_sym_register] = ACTIONS(956), [anon_sym_inline] = ACTIONS(956), [anon_sym_const] = ACTIONS(956), [anon_sym_volatile] = ACTIONS(956), [anon_sym_restrict] = ACTIONS(956), [anon_sym__Atomic] = ACTIONS(956), [anon_sym_signed] = ACTIONS(956), [anon_sym_unsigned] = ACTIONS(956), [anon_sym_long] = ACTIONS(956), [anon_sym_short] = ACTIONS(956), [sym_primitive_type] = ACTIONS(956), [anon_sym_enum] = ACTIONS(956), [anon_sym_struct] = ACTIONS(956), [anon_sym_union] = ACTIONS(956), [anon_sym_if] = ACTIONS(956), [anon_sym_else] = ACTIONS(956), [anon_sym_switch] = ACTIONS(956), [anon_sym_case] = ACTIONS(956), [anon_sym_default] = ACTIONS(956), [anon_sym_while] = ACTIONS(956), [anon_sym_do] = ACTIONS(956), [anon_sym_for] = ACTIONS(956), [anon_sym_return] = ACTIONS(956), [anon_sym_break] = ACTIONS(956), [anon_sym_continue] = ACTIONS(956), [anon_sym_goto] = ACTIONS(956), [anon_sym_DASH_DASH] = ACTIONS(958), [anon_sym_PLUS_PLUS] = ACTIONS(958), [anon_sym_sizeof] = ACTIONS(956), [sym_number_literal] = ACTIONS(958), [anon_sym_L_SQUOTE] = ACTIONS(958), [anon_sym_u_SQUOTE] = ACTIONS(958), [anon_sym_U_SQUOTE] = ACTIONS(958), [anon_sym_u8_SQUOTE] = ACTIONS(958), [anon_sym_SQUOTE] = ACTIONS(958), [anon_sym_L_DQUOTE] = ACTIONS(958), [anon_sym_u_DQUOTE] = ACTIONS(958), [anon_sym_U_DQUOTE] = ACTIONS(958), [anon_sym_u8_DQUOTE] = ACTIONS(958), [anon_sym_DQUOTE] = ACTIONS(958), [sym_true] = ACTIONS(956), [sym_false] = ACTIONS(956), [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, [167] = { [ts_builtin_sym_end] = ACTIONS(930), [sym_identifier] = ACTIONS(928), [aux_sym_preproc_include_token1] = ACTIONS(928), [aux_sym_preproc_def_token1] = ACTIONS(928), [aux_sym_preproc_if_token1] = ACTIONS(928), [aux_sym_preproc_ifdef_token1] = ACTIONS(928), [aux_sym_preproc_ifdef_token2] = ACTIONS(928), [sym_preproc_directive] = ACTIONS(928), [anon_sym_LPAREN2] = ACTIONS(930), [anon_sym_BANG] = ACTIONS(930), [anon_sym_TILDE] = ACTIONS(930), [anon_sym_DASH] = ACTIONS(928), [anon_sym_PLUS] = ACTIONS(928), [anon_sym_STAR] = ACTIONS(930), [anon_sym_AMP] = ACTIONS(930), [anon_sym_SEMI] = ACTIONS(930), [anon_sym_typedef] = ACTIONS(928), [anon_sym_extern] = ACTIONS(928), [anon_sym___attribute__] = ACTIONS(928), [anon_sym_LBRACK_LBRACK] = ACTIONS(930), [anon_sym___declspec] = ACTIONS(928), [anon_sym___cdecl] = ACTIONS(928), [anon_sym___clrcall] = ACTIONS(928), [anon_sym___stdcall] = ACTIONS(928), [anon_sym___fastcall] = ACTIONS(928), [anon_sym___thiscall] = ACTIONS(928), [anon_sym___vectorcall] = ACTIONS(928), [anon_sym_LBRACE] = ACTIONS(930), [anon_sym_static] = ACTIONS(928), [anon_sym_auto] = ACTIONS(928), [anon_sym_register] = ACTIONS(928), [anon_sym_inline] = ACTIONS(928), [anon_sym_const] = ACTIONS(928), [anon_sym_volatile] = ACTIONS(928), [anon_sym_restrict] = ACTIONS(928), [anon_sym__Atomic] = ACTIONS(928), [anon_sym_signed] = ACTIONS(928), [anon_sym_unsigned] = ACTIONS(928), [anon_sym_long] = ACTIONS(928), [anon_sym_short] = ACTIONS(928), [sym_primitive_type] = ACTIONS(928), [anon_sym_enum] = ACTIONS(928), [anon_sym_struct] = ACTIONS(928), [anon_sym_union] = ACTIONS(928), [anon_sym_if] = ACTIONS(928), [anon_sym_else] = ACTIONS(928), [anon_sym_switch] = ACTIONS(928), [anon_sym_case] = ACTIONS(928), [anon_sym_default] = ACTIONS(928), [anon_sym_while] = ACTIONS(928), [anon_sym_do] = ACTIONS(928), [anon_sym_for] = ACTIONS(928), [anon_sym_return] = ACTIONS(928), [anon_sym_break] = ACTIONS(928), [anon_sym_continue] = ACTIONS(928), [anon_sym_goto] = ACTIONS(928), [anon_sym_DASH_DASH] = ACTIONS(930), [anon_sym_PLUS_PLUS] = ACTIONS(930), [anon_sym_sizeof] = ACTIONS(928), [sym_number_literal] = ACTIONS(930), [anon_sym_L_SQUOTE] = ACTIONS(930), [anon_sym_u_SQUOTE] = ACTIONS(930), [anon_sym_U_SQUOTE] = ACTIONS(930), [anon_sym_u8_SQUOTE] = ACTIONS(930), [anon_sym_SQUOTE] = ACTIONS(930), [anon_sym_L_DQUOTE] = ACTIONS(930), [anon_sym_u_DQUOTE] = ACTIONS(930), [anon_sym_U_DQUOTE] = ACTIONS(930), [anon_sym_u8_DQUOTE] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(930), [sym_true] = ACTIONS(928), [sym_false] = ACTIONS(928), [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, [168] = { [sym_identifier] = ACTIONS(924), [aux_sym_preproc_include_token1] = ACTIONS(924), [aux_sym_preproc_def_token1] = ACTIONS(924), [aux_sym_preproc_if_token1] = ACTIONS(924), [aux_sym_preproc_ifdef_token1] = ACTIONS(924), [aux_sym_preproc_ifdef_token2] = ACTIONS(924), [sym_preproc_directive] = ACTIONS(924), [anon_sym_LPAREN2] = ACTIONS(926), [anon_sym_BANG] = ACTIONS(926), [anon_sym_TILDE] = ACTIONS(926), [anon_sym_DASH] = ACTIONS(924), [anon_sym_PLUS] = ACTIONS(924), [anon_sym_STAR] = ACTIONS(926), [anon_sym_AMP] = ACTIONS(926), [anon_sym_SEMI] = ACTIONS(926), [anon_sym_typedef] = ACTIONS(924), [anon_sym_extern] = ACTIONS(924), [anon_sym___attribute__] = ACTIONS(924), [anon_sym_LBRACK_LBRACK] = ACTIONS(926), [anon_sym___declspec] = ACTIONS(924), [anon_sym___cdecl] = ACTIONS(924), [anon_sym___clrcall] = ACTIONS(924), [anon_sym___stdcall] = ACTIONS(924), [anon_sym___fastcall] = ACTIONS(924), [anon_sym___thiscall] = ACTIONS(924), [anon_sym___vectorcall] = ACTIONS(924), [anon_sym_LBRACE] = ACTIONS(926), [anon_sym_RBRACE] = ACTIONS(926), [anon_sym_static] = ACTIONS(924), [anon_sym_auto] = ACTIONS(924), [anon_sym_register] = ACTIONS(924), [anon_sym_inline] = ACTIONS(924), [anon_sym_const] = ACTIONS(924), [anon_sym_volatile] = ACTIONS(924), [anon_sym_restrict] = ACTIONS(924), [anon_sym__Atomic] = ACTIONS(924), [anon_sym_signed] = ACTIONS(924), [anon_sym_unsigned] = ACTIONS(924), [anon_sym_long] = ACTIONS(924), [anon_sym_short] = ACTIONS(924), [sym_primitive_type] = ACTIONS(924), [anon_sym_enum] = ACTIONS(924), [anon_sym_struct] = ACTIONS(924), [anon_sym_union] = ACTIONS(924), [anon_sym_if] = ACTIONS(924), [anon_sym_else] = ACTIONS(924), [anon_sym_switch] = ACTIONS(924), [anon_sym_case] = ACTIONS(924), [anon_sym_default] = ACTIONS(924), [anon_sym_while] = ACTIONS(924), [anon_sym_do] = ACTIONS(924), [anon_sym_for] = ACTIONS(924), [anon_sym_return] = ACTIONS(924), [anon_sym_break] = ACTIONS(924), [anon_sym_continue] = ACTIONS(924), [anon_sym_goto] = ACTIONS(924), [anon_sym_DASH_DASH] = ACTIONS(926), [anon_sym_PLUS_PLUS] = ACTIONS(926), [anon_sym_sizeof] = ACTIONS(924), [sym_number_literal] = ACTIONS(926), [anon_sym_L_SQUOTE] = ACTIONS(926), [anon_sym_u_SQUOTE] = ACTIONS(926), [anon_sym_U_SQUOTE] = ACTIONS(926), [anon_sym_u8_SQUOTE] = ACTIONS(926), [anon_sym_SQUOTE] = ACTIONS(926), [anon_sym_L_DQUOTE] = ACTIONS(926), [anon_sym_u_DQUOTE] = ACTIONS(926), [anon_sym_U_DQUOTE] = ACTIONS(926), [anon_sym_u8_DQUOTE] = ACTIONS(926), [anon_sym_DQUOTE] = ACTIONS(926), [sym_true] = ACTIONS(924), [sym_false] = ACTIONS(924), [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [169] = { [sym_identifier] = ACTIONS(910), [aux_sym_preproc_include_token1] = ACTIONS(910), [aux_sym_preproc_def_token1] = ACTIONS(910), [aux_sym_preproc_if_token1] = ACTIONS(910), [aux_sym_preproc_if_token2] = ACTIONS(910), [aux_sym_preproc_ifdef_token1] = ACTIONS(910), [aux_sym_preproc_ifdef_token2] = ACTIONS(910), [sym_preproc_directive] = ACTIONS(910), [anon_sym_LPAREN2] = ACTIONS(912), [anon_sym_BANG] = ACTIONS(912), [anon_sym_TILDE] = ACTIONS(912), [anon_sym_DASH] = ACTIONS(910), [anon_sym_PLUS] = ACTIONS(910), [anon_sym_STAR] = ACTIONS(912), [anon_sym_AMP] = ACTIONS(912), [anon_sym_SEMI] = ACTIONS(912), [anon_sym_typedef] = ACTIONS(910), [anon_sym_extern] = ACTIONS(910), [anon_sym___attribute__] = ACTIONS(910), [anon_sym_LBRACK_LBRACK] = ACTIONS(912), [anon_sym___declspec] = ACTIONS(910), [anon_sym___cdecl] = ACTIONS(910), [anon_sym___clrcall] = ACTIONS(910), [anon_sym___stdcall] = ACTIONS(910), [anon_sym___fastcall] = ACTIONS(910), [anon_sym___thiscall] = ACTIONS(910), [anon_sym___vectorcall] = ACTIONS(910), [anon_sym_LBRACE] = ACTIONS(912), [anon_sym_static] = ACTIONS(910), [anon_sym_auto] = ACTIONS(910), [anon_sym_register] = ACTIONS(910), [anon_sym_inline] = ACTIONS(910), [anon_sym_const] = ACTIONS(910), [anon_sym_volatile] = ACTIONS(910), [anon_sym_restrict] = ACTIONS(910), [anon_sym__Atomic] = ACTIONS(910), [anon_sym_signed] = ACTIONS(910), [anon_sym_unsigned] = ACTIONS(910), [anon_sym_long] = ACTIONS(910), [anon_sym_short] = ACTIONS(910), [sym_primitive_type] = ACTIONS(910), [anon_sym_enum] = ACTIONS(910), [anon_sym_struct] = ACTIONS(910), [anon_sym_union] = ACTIONS(910), [anon_sym_if] = ACTIONS(910), [anon_sym_else] = ACTIONS(910), [anon_sym_switch] = ACTIONS(910), [anon_sym_case] = ACTIONS(910), [anon_sym_default] = ACTIONS(910), [anon_sym_while] = ACTIONS(910), [anon_sym_do] = ACTIONS(910), [anon_sym_for] = ACTIONS(910), [anon_sym_return] = ACTIONS(910), [anon_sym_break] = ACTIONS(910), [anon_sym_continue] = ACTIONS(910), [anon_sym_goto] = ACTIONS(910), [anon_sym_DASH_DASH] = ACTIONS(912), [anon_sym_PLUS_PLUS] = ACTIONS(912), [anon_sym_sizeof] = ACTIONS(910), [sym_number_literal] = ACTIONS(912), [anon_sym_L_SQUOTE] = ACTIONS(912), [anon_sym_u_SQUOTE] = ACTIONS(912), [anon_sym_U_SQUOTE] = ACTIONS(912), [anon_sym_u8_SQUOTE] = ACTIONS(912), [anon_sym_SQUOTE] = ACTIONS(912), [anon_sym_L_DQUOTE] = ACTIONS(912), [anon_sym_u_DQUOTE] = ACTIONS(912), [anon_sym_U_DQUOTE] = ACTIONS(912), [anon_sym_u8_DQUOTE] = ACTIONS(912), [anon_sym_DQUOTE] = ACTIONS(912), [sym_true] = ACTIONS(910), [sym_false] = ACTIONS(910), [sym_null] = ACTIONS(910), [sym_comment] = ACTIONS(3), }, [170] = { [sym_identifier] = ACTIONS(918), [aux_sym_preproc_include_token1] = ACTIONS(918), [aux_sym_preproc_def_token1] = ACTIONS(918), [aux_sym_preproc_if_token1] = ACTIONS(918), [aux_sym_preproc_ifdef_token1] = ACTIONS(918), [aux_sym_preproc_ifdef_token2] = ACTIONS(918), [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(920), [anon_sym_BANG] = ACTIONS(920), [anon_sym_TILDE] = ACTIONS(920), [anon_sym_DASH] = ACTIONS(918), [anon_sym_PLUS] = ACTIONS(918), [anon_sym_STAR] = ACTIONS(920), [anon_sym_AMP] = ACTIONS(920), [anon_sym_SEMI] = ACTIONS(920), [anon_sym_typedef] = ACTIONS(918), [anon_sym_extern] = ACTIONS(918), [anon_sym___attribute__] = ACTIONS(918), [anon_sym_LBRACK_LBRACK] = ACTIONS(920), [anon_sym___declspec] = ACTIONS(918), [anon_sym___cdecl] = ACTIONS(918), [anon_sym___clrcall] = ACTIONS(918), [anon_sym___stdcall] = ACTIONS(918), [anon_sym___fastcall] = ACTIONS(918), [anon_sym___thiscall] = ACTIONS(918), [anon_sym___vectorcall] = ACTIONS(918), [anon_sym_LBRACE] = ACTIONS(920), [anon_sym_RBRACE] = ACTIONS(920), [anon_sym_static] = ACTIONS(918), [anon_sym_auto] = ACTIONS(918), [anon_sym_register] = ACTIONS(918), [anon_sym_inline] = ACTIONS(918), [anon_sym_const] = ACTIONS(918), [anon_sym_volatile] = ACTIONS(918), [anon_sym_restrict] = ACTIONS(918), [anon_sym__Atomic] = ACTIONS(918), [anon_sym_signed] = ACTIONS(918), [anon_sym_unsigned] = ACTIONS(918), [anon_sym_long] = ACTIONS(918), [anon_sym_short] = ACTIONS(918), [sym_primitive_type] = ACTIONS(918), [anon_sym_enum] = ACTIONS(918), [anon_sym_struct] = ACTIONS(918), [anon_sym_union] = ACTIONS(918), [anon_sym_if] = ACTIONS(918), [anon_sym_else] = ACTIONS(1130), [anon_sym_switch] = ACTIONS(918), [anon_sym_case] = ACTIONS(918), [anon_sym_default] = ACTIONS(918), [anon_sym_while] = ACTIONS(918), [anon_sym_do] = ACTIONS(918), [anon_sym_for] = ACTIONS(918), [anon_sym_return] = ACTIONS(918), [anon_sym_break] = ACTIONS(918), [anon_sym_continue] = ACTIONS(918), [anon_sym_goto] = ACTIONS(918), [anon_sym_DASH_DASH] = ACTIONS(920), [anon_sym_PLUS_PLUS] = ACTIONS(920), [anon_sym_sizeof] = ACTIONS(918), [sym_number_literal] = ACTIONS(920), [anon_sym_L_SQUOTE] = ACTIONS(920), [anon_sym_u_SQUOTE] = ACTIONS(920), [anon_sym_U_SQUOTE] = ACTIONS(920), [anon_sym_u8_SQUOTE] = ACTIONS(920), [anon_sym_SQUOTE] = ACTIONS(920), [anon_sym_L_DQUOTE] = ACTIONS(920), [anon_sym_u_DQUOTE] = ACTIONS(920), [anon_sym_U_DQUOTE] = ACTIONS(920), [anon_sym_u8_DQUOTE] = ACTIONS(920), [anon_sym_DQUOTE] = ACTIONS(920), [sym_true] = ACTIONS(918), [sym_false] = ACTIONS(918), [sym_null] = ACTIONS(918), [sym_comment] = ACTIONS(3), }, [171] = { [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_if_token2] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [172] = { [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), [aux_sym_preproc_if_token1] = ACTIONS(952), [aux_sym_preproc_ifdef_token1] = ACTIONS(952), [aux_sym_preproc_ifdef_token2] = ACTIONS(952), [sym_preproc_directive] = ACTIONS(952), [anon_sym_LPAREN2] = ACTIONS(954), [anon_sym_BANG] = ACTIONS(954), [anon_sym_TILDE] = ACTIONS(954), [anon_sym_DASH] = ACTIONS(952), [anon_sym_PLUS] = ACTIONS(952), [anon_sym_STAR] = ACTIONS(954), [anon_sym_AMP] = ACTIONS(954), [anon_sym_SEMI] = ACTIONS(954), [anon_sym_typedef] = ACTIONS(952), [anon_sym_extern] = ACTIONS(952), [anon_sym___attribute__] = ACTIONS(952), [anon_sym_LBRACK_LBRACK] = ACTIONS(954), [anon_sym___declspec] = ACTIONS(952), [anon_sym___cdecl] = ACTIONS(952), [anon_sym___clrcall] = ACTIONS(952), [anon_sym___stdcall] = ACTIONS(952), [anon_sym___fastcall] = ACTIONS(952), [anon_sym___thiscall] = ACTIONS(952), [anon_sym___vectorcall] = ACTIONS(952), [anon_sym_LBRACE] = ACTIONS(954), [anon_sym_RBRACE] = ACTIONS(954), [anon_sym_static] = ACTIONS(952), [anon_sym_auto] = ACTIONS(952), [anon_sym_register] = ACTIONS(952), [anon_sym_inline] = ACTIONS(952), [anon_sym_const] = ACTIONS(952), [anon_sym_volatile] = ACTIONS(952), [anon_sym_restrict] = ACTIONS(952), [anon_sym__Atomic] = ACTIONS(952), [anon_sym_signed] = ACTIONS(952), [anon_sym_unsigned] = ACTIONS(952), [anon_sym_long] = ACTIONS(952), [anon_sym_short] = ACTIONS(952), [sym_primitive_type] = ACTIONS(952), [anon_sym_enum] = ACTIONS(952), [anon_sym_struct] = ACTIONS(952), [anon_sym_union] = ACTIONS(952), [anon_sym_if] = ACTIONS(952), [anon_sym_else] = ACTIONS(952), [anon_sym_switch] = ACTIONS(952), [anon_sym_case] = ACTIONS(952), [anon_sym_default] = ACTIONS(952), [anon_sym_while] = ACTIONS(952), [anon_sym_do] = ACTIONS(952), [anon_sym_for] = ACTIONS(952), [anon_sym_return] = ACTIONS(952), [anon_sym_break] = ACTIONS(952), [anon_sym_continue] = ACTIONS(952), [anon_sym_goto] = ACTIONS(952), [anon_sym_DASH_DASH] = ACTIONS(954), [anon_sym_PLUS_PLUS] = ACTIONS(954), [anon_sym_sizeof] = ACTIONS(952), [sym_number_literal] = ACTIONS(954), [anon_sym_L_SQUOTE] = ACTIONS(954), [anon_sym_u_SQUOTE] = ACTIONS(954), [anon_sym_U_SQUOTE] = ACTIONS(954), [anon_sym_u8_SQUOTE] = ACTIONS(954), [anon_sym_SQUOTE] = ACTIONS(954), [anon_sym_L_DQUOTE] = ACTIONS(954), [anon_sym_u_DQUOTE] = ACTIONS(954), [anon_sym_U_DQUOTE] = ACTIONS(954), [anon_sym_u8_DQUOTE] = ACTIONS(954), [anon_sym_DQUOTE] = ACTIONS(954), [sym_true] = ACTIONS(952), [sym_false] = ACTIONS(952), [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, [173] = { [sym_identifier] = ACTIONS(898), [aux_sym_preproc_include_token1] = ACTIONS(898), [aux_sym_preproc_def_token1] = ACTIONS(898), [aux_sym_preproc_if_token1] = ACTIONS(898), [aux_sym_preproc_ifdef_token1] = ACTIONS(898), [aux_sym_preproc_ifdef_token2] = ACTIONS(898), [sym_preproc_directive] = ACTIONS(898), [anon_sym_LPAREN2] = ACTIONS(900), [anon_sym_BANG] = ACTIONS(900), [anon_sym_TILDE] = ACTIONS(900), [anon_sym_DASH] = ACTIONS(898), [anon_sym_PLUS] = ACTIONS(898), [anon_sym_STAR] = ACTIONS(900), [anon_sym_AMP] = ACTIONS(900), [anon_sym_SEMI] = ACTIONS(900), [anon_sym_typedef] = ACTIONS(898), [anon_sym_extern] = ACTIONS(898), [anon_sym___attribute__] = ACTIONS(898), [anon_sym_LBRACK_LBRACK] = ACTIONS(900), [anon_sym___declspec] = ACTIONS(898), [anon_sym___cdecl] = ACTIONS(898), [anon_sym___clrcall] = ACTIONS(898), [anon_sym___stdcall] = ACTIONS(898), [anon_sym___fastcall] = ACTIONS(898), [anon_sym___thiscall] = ACTIONS(898), [anon_sym___vectorcall] = ACTIONS(898), [anon_sym_LBRACE] = ACTIONS(900), [anon_sym_RBRACE] = ACTIONS(900), [anon_sym_static] = ACTIONS(898), [anon_sym_auto] = ACTIONS(898), [anon_sym_register] = ACTIONS(898), [anon_sym_inline] = ACTIONS(898), [anon_sym_const] = ACTIONS(898), [anon_sym_volatile] = ACTIONS(898), [anon_sym_restrict] = ACTIONS(898), [anon_sym__Atomic] = ACTIONS(898), [anon_sym_signed] = ACTIONS(898), [anon_sym_unsigned] = ACTIONS(898), [anon_sym_long] = ACTIONS(898), [anon_sym_short] = ACTIONS(898), [sym_primitive_type] = ACTIONS(898), [anon_sym_enum] = ACTIONS(898), [anon_sym_struct] = ACTIONS(898), [anon_sym_union] = ACTIONS(898), [anon_sym_if] = ACTIONS(898), [anon_sym_else] = ACTIONS(898), [anon_sym_switch] = ACTIONS(898), [anon_sym_case] = ACTIONS(898), [anon_sym_default] = ACTIONS(898), [anon_sym_while] = ACTIONS(898), [anon_sym_do] = ACTIONS(898), [anon_sym_for] = ACTIONS(898), [anon_sym_return] = ACTIONS(898), [anon_sym_break] = ACTIONS(898), [anon_sym_continue] = ACTIONS(898), [anon_sym_goto] = ACTIONS(898), [anon_sym_DASH_DASH] = ACTIONS(900), [anon_sym_PLUS_PLUS] = ACTIONS(900), [anon_sym_sizeof] = ACTIONS(898), [sym_number_literal] = ACTIONS(900), [anon_sym_L_SQUOTE] = ACTIONS(900), [anon_sym_u_SQUOTE] = ACTIONS(900), [anon_sym_U_SQUOTE] = ACTIONS(900), [anon_sym_u8_SQUOTE] = ACTIONS(900), [anon_sym_SQUOTE] = ACTIONS(900), [anon_sym_L_DQUOTE] = ACTIONS(900), [anon_sym_u_DQUOTE] = ACTIONS(900), [anon_sym_U_DQUOTE] = ACTIONS(900), [anon_sym_u8_DQUOTE] = ACTIONS(900), [anon_sym_DQUOTE] = ACTIONS(900), [sym_true] = ACTIONS(898), [sym_false] = ACTIONS(898), [sym_null] = ACTIONS(898), [sym_comment] = ACTIONS(3), }, [174] = { [sym_identifier] = ACTIONS(902), [aux_sym_preproc_include_token1] = ACTIONS(902), [aux_sym_preproc_def_token1] = ACTIONS(902), [aux_sym_preproc_if_token1] = ACTIONS(902), [aux_sym_preproc_ifdef_token1] = ACTIONS(902), [aux_sym_preproc_ifdef_token2] = ACTIONS(902), [sym_preproc_directive] = ACTIONS(902), [anon_sym_LPAREN2] = ACTIONS(904), [anon_sym_BANG] = ACTIONS(904), [anon_sym_TILDE] = ACTIONS(904), [anon_sym_DASH] = ACTIONS(902), [anon_sym_PLUS] = ACTIONS(902), [anon_sym_STAR] = ACTIONS(904), [anon_sym_AMP] = ACTIONS(904), [anon_sym_SEMI] = ACTIONS(904), [anon_sym_typedef] = ACTIONS(902), [anon_sym_extern] = ACTIONS(902), [anon_sym___attribute__] = ACTIONS(902), [anon_sym_LBRACK_LBRACK] = ACTIONS(904), [anon_sym___declspec] = ACTIONS(902), [anon_sym___cdecl] = ACTIONS(902), [anon_sym___clrcall] = ACTIONS(902), [anon_sym___stdcall] = ACTIONS(902), [anon_sym___fastcall] = ACTIONS(902), [anon_sym___thiscall] = ACTIONS(902), [anon_sym___vectorcall] = ACTIONS(902), [anon_sym_LBRACE] = ACTIONS(904), [anon_sym_RBRACE] = ACTIONS(904), [anon_sym_static] = ACTIONS(902), [anon_sym_auto] = ACTIONS(902), [anon_sym_register] = ACTIONS(902), [anon_sym_inline] = ACTIONS(902), [anon_sym_const] = ACTIONS(902), [anon_sym_volatile] = ACTIONS(902), [anon_sym_restrict] = ACTIONS(902), [anon_sym__Atomic] = ACTIONS(902), [anon_sym_signed] = ACTIONS(902), [anon_sym_unsigned] = ACTIONS(902), [anon_sym_long] = ACTIONS(902), [anon_sym_short] = ACTIONS(902), [sym_primitive_type] = ACTIONS(902), [anon_sym_enum] = ACTIONS(902), [anon_sym_struct] = ACTIONS(902), [anon_sym_union] = ACTIONS(902), [anon_sym_if] = ACTIONS(902), [anon_sym_else] = ACTIONS(902), [anon_sym_switch] = ACTIONS(902), [anon_sym_case] = ACTIONS(902), [anon_sym_default] = ACTIONS(902), [anon_sym_while] = ACTIONS(902), [anon_sym_do] = ACTIONS(902), [anon_sym_for] = ACTIONS(902), [anon_sym_return] = ACTIONS(902), [anon_sym_break] = ACTIONS(902), [anon_sym_continue] = ACTIONS(902), [anon_sym_goto] = ACTIONS(902), [anon_sym_DASH_DASH] = ACTIONS(904), [anon_sym_PLUS_PLUS] = ACTIONS(904), [anon_sym_sizeof] = ACTIONS(902), [sym_number_literal] = ACTIONS(904), [anon_sym_L_SQUOTE] = ACTIONS(904), [anon_sym_u_SQUOTE] = ACTIONS(904), [anon_sym_U_SQUOTE] = ACTIONS(904), [anon_sym_u8_SQUOTE] = ACTIONS(904), [anon_sym_SQUOTE] = ACTIONS(904), [anon_sym_L_DQUOTE] = ACTIONS(904), [anon_sym_u_DQUOTE] = ACTIONS(904), [anon_sym_U_DQUOTE] = ACTIONS(904), [anon_sym_u8_DQUOTE] = ACTIONS(904), [anon_sym_DQUOTE] = ACTIONS(904), [sym_true] = ACTIONS(902), [sym_false] = ACTIONS(902), [sym_null] = ACTIONS(902), [sym_comment] = ACTIONS(3), }, [175] = { [ts_builtin_sym_end] = ACTIONS(970), [sym_identifier] = ACTIONS(968), [aux_sym_preproc_include_token1] = ACTIONS(968), [aux_sym_preproc_def_token1] = ACTIONS(968), [aux_sym_preproc_if_token1] = ACTIONS(968), [aux_sym_preproc_ifdef_token1] = ACTIONS(968), [aux_sym_preproc_ifdef_token2] = ACTIONS(968), [sym_preproc_directive] = ACTIONS(968), [anon_sym_LPAREN2] = ACTIONS(970), [anon_sym_BANG] = ACTIONS(970), [anon_sym_TILDE] = ACTIONS(970), [anon_sym_DASH] = ACTIONS(968), [anon_sym_PLUS] = ACTIONS(968), [anon_sym_STAR] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(970), [anon_sym_SEMI] = ACTIONS(970), [anon_sym_typedef] = ACTIONS(968), [anon_sym_extern] = ACTIONS(968), [anon_sym___attribute__] = ACTIONS(968), [anon_sym_LBRACK_LBRACK] = ACTIONS(970), [anon_sym___declspec] = ACTIONS(968), [anon_sym___cdecl] = ACTIONS(968), [anon_sym___clrcall] = ACTIONS(968), [anon_sym___stdcall] = ACTIONS(968), [anon_sym___fastcall] = ACTIONS(968), [anon_sym___thiscall] = ACTIONS(968), [anon_sym___vectorcall] = ACTIONS(968), [anon_sym_LBRACE] = ACTIONS(970), [anon_sym_static] = ACTIONS(968), [anon_sym_auto] = ACTIONS(968), [anon_sym_register] = ACTIONS(968), [anon_sym_inline] = ACTIONS(968), [anon_sym_const] = ACTIONS(968), [anon_sym_volatile] = ACTIONS(968), [anon_sym_restrict] = ACTIONS(968), [anon_sym__Atomic] = ACTIONS(968), [anon_sym_signed] = ACTIONS(968), [anon_sym_unsigned] = ACTIONS(968), [anon_sym_long] = ACTIONS(968), [anon_sym_short] = ACTIONS(968), [sym_primitive_type] = ACTIONS(968), [anon_sym_enum] = ACTIONS(968), [anon_sym_struct] = ACTIONS(968), [anon_sym_union] = ACTIONS(968), [anon_sym_if] = ACTIONS(968), [anon_sym_else] = ACTIONS(968), [anon_sym_switch] = ACTIONS(968), [anon_sym_case] = ACTIONS(968), [anon_sym_default] = ACTIONS(968), [anon_sym_while] = ACTIONS(968), [anon_sym_do] = ACTIONS(968), [anon_sym_for] = ACTIONS(968), [anon_sym_return] = ACTIONS(968), [anon_sym_break] = ACTIONS(968), [anon_sym_continue] = ACTIONS(968), [anon_sym_goto] = ACTIONS(968), [anon_sym_DASH_DASH] = ACTIONS(970), [anon_sym_PLUS_PLUS] = ACTIONS(970), [anon_sym_sizeof] = ACTIONS(968), [sym_number_literal] = ACTIONS(970), [anon_sym_L_SQUOTE] = ACTIONS(970), [anon_sym_u_SQUOTE] = ACTIONS(970), [anon_sym_U_SQUOTE] = ACTIONS(970), [anon_sym_u8_SQUOTE] = ACTIONS(970), [anon_sym_SQUOTE] = ACTIONS(970), [anon_sym_L_DQUOTE] = ACTIONS(970), [anon_sym_u_DQUOTE] = ACTIONS(970), [anon_sym_U_DQUOTE] = ACTIONS(970), [anon_sym_u8_DQUOTE] = ACTIONS(970), [anon_sym_DQUOTE] = ACTIONS(970), [sym_true] = ACTIONS(968), [sym_false] = ACTIONS(968), [sym_null] = ACTIONS(968), [sym_comment] = ACTIONS(3), }, [176] = { [ts_builtin_sym_end] = ACTIONS(978), [sym_identifier] = ACTIONS(976), [aux_sym_preproc_include_token1] = ACTIONS(976), [aux_sym_preproc_def_token1] = ACTIONS(976), [aux_sym_preproc_if_token1] = ACTIONS(976), [aux_sym_preproc_ifdef_token1] = ACTIONS(976), [aux_sym_preproc_ifdef_token2] = ACTIONS(976), [sym_preproc_directive] = ACTIONS(976), [anon_sym_LPAREN2] = ACTIONS(978), [anon_sym_BANG] = ACTIONS(978), [anon_sym_TILDE] = ACTIONS(978), [anon_sym_DASH] = ACTIONS(976), [anon_sym_PLUS] = ACTIONS(976), [anon_sym_STAR] = ACTIONS(978), [anon_sym_AMP] = ACTIONS(978), [anon_sym_SEMI] = ACTIONS(978), [anon_sym_typedef] = ACTIONS(976), [anon_sym_extern] = ACTIONS(976), [anon_sym___attribute__] = ACTIONS(976), [anon_sym_LBRACK_LBRACK] = ACTIONS(978), [anon_sym___declspec] = ACTIONS(976), [anon_sym___cdecl] = ACTIONS(976), [anon_sym___clrcall] = ACTIONS(976), [anon_sym___stdcall] = ACTIONS(976), [anon_sym___fastcall] = ACTIONS(976), [anon_sym___thiscall] = ACTIONS(976), [anon_sym___vectorcall] = ACTIONS(976), [anon_sym_LBRACE] = ACTIONS(978), [anon_sym_static] = ACTIONS(976), [anon_sym_auto] = ACTIONS(976), [anon_sym_register] = ACTIONS(976), [anon_sym_inline] = ACTIONS(976), [anon_sym_const] = ACTIONS(976), [anon_sym_volatile] = ACTIONS(976), [anon_sym_restrict] = ACTIONS(976), [anon_sym__Atomic] = ACTIONS(976), [anon_sym_signed] = ACTIONS(976), [anon_sym_unsigned] = ACTIONS(976), [anon_sym_long] = ACTIONS(976), [anon_sym_short] = ACTIONS(976), [sym_primitive_type] = ACTIONS(976), [anon_sym_enum] = ACTIONS(976), [anon_sym_struct] = ACTIONS(976), [anon_sym_union] = ACTIONS(976), [anon_sym_if] = ACTIONS(976), [anon_sym_else] = ACTIONS(976), [anon_sym_switch] = ACTIONS(976), [anon_sym_case] = ACTIONS(976), [anon_sym_default] = ACTIONS(976), [anon_sym_while] = ACTIONS(976), [anon_sym_do] = ACTIONS(976), [anon_sym_for] = ACTIONS(976), [anon_sym_return] = ACTIONS(976), [anon_sym_break] = ACTIONS(976), [anon_sym_continue] = ACTIONS(976), [anon_sym_goto] = ACTIONS(976), [anon_sym_DASH_DASH] = ACTIONS(978), [anon_sym_PLUS_PLUS] = ACTIONS(978), [anon_sym_sizeof] = ACTIONS(976), [sym_number_literal] = ACTIONS(978), [anon_sym_L_SQUOTE] = ACTIONS(978), [anon_sym_u_SQUOTE] = ACTIONS(978), [anon_sym_U_SQUOTE] = ACTIONS(978), [anon_sym_u8_SQUOTE] = ACTIONS(978), [anon_sym_SQUOTE] = ACTIONS(978), [anon_sym_L_DQUOTE] = ACTIONS(978), [anon_sym_u_DQUOTE] = ACTIONS(978), [anon_sym_U_DQUOTE] = ACTIONS(978), [anon_sym_u8_DQUOTE] = ACTIONS(978), [anon_sym_DQUOTE] = ACTIONS(978), [sym_true] = ACTIONS(976), [sym_false] = ACTIONS(976), [sym_null] = ACTIONS(976), [sym_comment] = ACTIONS(3), }, [177] = { [sym_identifier] = ACTIONS(906), [aux_sym_preproc_include_token1] = ACTIONS(906), [aux_sym_preproc_def_token1] = ACTIONS(906), [aux_sym_preproc_if_token1] = ACTIONS(906), [aux_sym_preproc_ifdef_token1] = ACTIONS(906), [aux_sym_preproc_ifdef_token2] = ACTIONS(906), [sym_preproc_directive] = ACTIONS(906), [anon_sym_LPAREN2] = ACTIONS(908), [anon_sym_BANG] = ACTIONS(908), [anon_sym_TILDE] = ACTIONS(908), [anon_sym_DASH] = ACTIONS(906), [anon_sym_PLUS] = ACTIONS(906), [anon_sym_STAR] = ACTIONS(908), [anon_sym_AMP] = ACTIONS(908), [anon_sym_SEMI] = ACTIONS(908), [anon_sym_typedef] = ACTIONS(906), [anon_sym_extern] = ACTIONS(906), [anon_sym___attribute__] = ACTIONS(906), [anon_sym_LBRACK_LBRACK] = ACTIONS(908), [anon_sym___declspec] = ACTIONS(906), [anon_sym___cdecl] = ACTIONS(906), [anon_sym___clrcall] = ACTIONS(906), [anon_sym___stdcall] = ACTIONS(906), [anon_sym___fastcall] = ACTIONS(906), [anon_sym___thiscall] = ACTIONS(906), [anon_sym___vectorcall] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(908), [anon_sym_RBRACE] = ACTIONS(908), [anon_sym_static] = ACTIONS(906), [anon_sym_auto] = ACTIONS(906), [anon_sym_register] = ACTIONS(906), [anon_sym_inline] = ACTIONS(906), [anon_sym_const] = ACTIONS(906), [anon_sym_volatile] = ACTIONS(906), [anon_sym_restrict] = ACTIONS(906), [anon_sym__Atomic] = ACTIONS(906), [anon_sym_signed] = ACTIONS(906), [anon_sym_unsigned] = ACTIONS(906), [anon_sym_long] = ACTIONS(906), [anon_sym_short] = ACTIONS(906), [sym_primitive_type] = ACTIONS(906), [anon_sym_enum] = ACTIONS(906), [anon_sym_struct] = ACTIONS(906), [anon_sym_union] = ACTIONS(906), [anon_sym_if] = ACTIONS(906), [anon_sym_else] = ACTIONS(906), [anon_sym_switch] = ACTIONS(906), [anon_sym_case] = ACTIONS(906), [anon_sym_default] = ACTIONS(906), [anon_sym_while] = ACTIONS(906), [anon_sym_do] = ACTIONS(906), [anon_sym_for] = ACTIONS(906), [anon_sym_return] = ACTIONS(906), [anon_sym_break] = ACTIONS(906), [anon_sym_continue] = ACTIONS(906), [anon_sym_goto] = ACTIONS(906), [anon_sym_DASH_DASH] = ACTIONS(908), [anon_sym_PLUS_PLUS] = ACTIONS(908), [anon_sym_sizeof] = ACTIONS(906), [sym_number_literal] = ACTIONS(908), [anon_sym_L_SQUOTE] = ACTIONS(908), [anon_sym_u_SQUOTE] = ACTIONS(908), [anon_sym_U_SQUOTE] = ACTIONS(908), [anon_sym_u8_SQUOTE] = ACTIONS(908), [anon_sym_SQUOTE] = ACTIONS(908), [anon_sym_L_DQUOTE] = ACTIONS(908), [anon_sym_u_DQUOTE] = ACTIONS(908), [anon_sym_U_DQUOTE] = ACTIONS(908), [anon_sym_u8_DQUOTE] = ACTIONS(908), [anon_sym_DQUOTE] = ACTIONS(908), [sym_true] = ACTIONS(906), [sym_false] = ACTIONS(906), [sym_null] = ACTIONS(906), [sym_comment] = ACTIONS(3), }, [178] = { [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_if_token2] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [179] = { [sym_identifier] = ACTIONS(910), [aux_sym_preproc_include_token1] = ACTIONS(910), [aux_sym_preproc_def_token1] = ACTIONS(910), [aux_sym_preproc_if_token1] = ACTIONS(910), [aux_sym_preproc_ifdef_token1] = ACTIONS(910), [aux_sym_preproc_ifdef_token2] = ACTIONS(910), [sym_preproc_directive] = ACTIONS(910), [anon_sym_LPAREN2] = ACTIONS(912), [anon_sym_BANG] = ACTIONS(912), [anon_sym_TILDE] = ACTIONS(912), [anon_sym_DASH] = ACTIONS(910), [anon_sym_PLUS] = ACTIONS(910), [anon_sym_STAR] = ACTIONS(912), [anon_sym_AMP] = ACTIONS(912), [anon_sym_SEMI] = ACTIONS(912), [anon_sym_typedef] = ACTIONS(910), [anon_sym_extern] = ACTIONS(910), [anon_sym___attribute__] = ACTIONS(910), [anon_sym_LBRACK_LBRACK] = ACTIONS(912), [anon_sym___declspec] = ACTIONS(910), [anon_sym___cdecl] = ACTIONS(910), [anon_sym___clrcall] = ACTIONS(910), [anon_sym___stdcall] = ACTIONS(910), [anon_sym___fastcall] = ACTIONS(910), [anon_sym___thiscall] = ACTIONS(910), [anon_sym___vectorcall] = ACTIONS(910), [anon_sym_LBRACE] = ACTIONS(912), [anon_sym_RBRACE] = ACTIONS(912), [anon_sym_static] = ACTIONS(910), [anon_sym_auto] = ACTIONS(910), [anon_sym_register] = ACTIONS(910), [anon_sym_inline] = ACTIONS(910), [anon_sym_const] = ACTIONS(910), [anon_sym_volatile] = ACTIONS(910), [anon_sym_restrict] = ACTIONS(910), [anon_sym__Atomic] = ACTIONS(910), [anon_sym_signed] = ACTIONS(910), [anon_sym_unsigned] = ACTIONS(910), [anon_sym_long] = ACTIONS(910), [anon_sym_short] = ACTIONS(910), [sym_primitive_type] = ACTIONS(910), [anon_sym_enum] = ACTIONS(910), [anon_sym_struct] = ACTIONS(910), [anon_sym_union] = ACTIONS(910), [anon_sym_if] = ACTIONS(910), [anon_sym_else] = ACTIONS(910), [anon_sym_switch] = ACTIONS(910), [anon_sym_case] = ACTIONS(910), [anon_sym_default] = ACTIONS(910), [anon_sym_while] = ACTIONS(910), [anon_sym_do] = ACTIONS(910), [anon_sym_for] = ACTIONS(910), [anon_sym_return] = ACTIONS(910), [anon_sym_break] = ACTIONS(910), [anon_sym_continue] = ACTIONS(910), [anon_sym_goto] = ACTIONS(910), [anon_sym_DASH_DASH] = ACTIONS(912), [anon_sym_PLUS_PLUS] = ACTIONS(912), [anon_sym_sizeof] = ACTIONS(910), [sym_number_literal] = ACTIONS(912), [anon_sym_L_SQUOTE] = ACTIONS(912), [anon_sym_u_SQUOTE] = ACTIONS(912), [anon_sym_U_SQUOTE] = ACTIONS(912), [anon_sym_u8_SQUOTE] = ACTIONS(912), [anon_sym_SQUOTE] = ACTIONS(912), [anon_sym_L_DQUOTE] = ACTIONS(912), [anon_sym_u_DQUOTE] = ACTIONS(912), [anon_sym_U_DQUOTE] = ACTIONS(912), [anon_sym_u8_DQUOTE] = ACTIONS(912), [anon_sym_DQUOTE] = ACTIONS(912), [sym_true] = ACTIONS(910), [sym_false] = ACTIONS(910), [sym_null] = ACTIONS(910), [sym_comment] = ACTIONS(3), }, [180] = { [ts_builtin_sym_end] = ACTIONS(998), [sym_identifier] = ACTIONS(996), [aux_sym_preproc_include_token1] = ACTIONS(996), [aux_sym_preproc_def_token1] = ACTIONS(996), [aux_sym_preproc_if_token1] = ACTIONS(996), [aux_sym_preproc_ifdef_token1] = ACTIONS(996), [aux_sym_preproc_ifdef_token2] = ACTIONS(996), [sym_preproc_directive] = ACTIONS(996), [anon_sym_LPAREN2] = ACTIONS(998), [anon_sym_BANG] = ACTIONS(998), [anon_sym_TILDE] = ACTIONS(998), [anon_sym_DASH] = ACTIONS(996), [anon_sym_PLUS] = ACTIONS(996), [anon_sym_STAR] = ACTIONS(998), [anon_sym_AMP] = ACTIONS(998), [anon_sym_SEMI] = ACTIONS(998), [anon_sym_typedef] = ACTIONS(996), [anon_sym_extern] = ACTIONS(996), [anon_sym___attribute__] = ACTIONS(996), [anon_sym_LBRACK_LBRACK] = ACTIONS(998), [anon_sym___declspec] = ACTIONS(996), [anon_sym___cdecl] = ACTIONS(996), [anon_sym___clrcall] = ACTIONS(996), [anon_sym___stdcall] = ACTIONS(996), [anon_sym___fastcall] = ACTIONS(996), [anon_sym___thiscall] = ACTIONS(996), [anon_sym___vectorcall] = ACTIONS(996), [anon_sym_LBRACE] = ACTIONS(998), [anon_sym_static] = ACTIONS(996), [anon_sym_auto] = ACTIONS(996), [anon_sym_register] = ACTIONS(996), [anon_sym_inline] = ACTIONS(996), [anon_sym_const] = ACTIONS(996), [anon_sym_volatile] = ACTIONS(996), [anon_sym_restrict] = ACTIONS(996), [anon_sym__Atomic] = ACTIONS(996), [anon_sym_signed] = ACTIONS(996), [anon_sym_unsigned] = ACTIONS(996), [anon_sym_long] = ACTIONS(996), [anon_sym_short] = ACTIONS(996), [sym_primitive_type] = ACTIONS(996), [anon_sym_enum] = ACTIONS(996), [anon_sym_struct] = ACTIONS(996), [anon_sym_union] = ACTIONS(996), [anon_sym_if] = ACTIONS(996), [anon_sym_else] = ACTIONS(996), [anon_sym_switch] = ACTIONS(996), [anon_sym_case] = ACTIONS(996), [anon_sym_default] = ACTIONS(996), [anon_sym_while] = ACTIONS(996), [anon_sym_do] = ACTIONS(996), [anon_sym_for] = ACTIONS(996), [anon_sym_return] = ACTIONS(996), [anon_sym_break] = ACTIONS(996), [anon_sym_continue] = ACTIONS(996), [anon_sym_goto] = ACTIONS(996), [anon_sym_DASH_DASH] = ACTIONS(998), [anon_sym_PLUS_PLUS] = ACTIONS(998), [anon_sym_sizeof] = ACTIONS(996), [sym_number_literal] = ACTIONS(998), [anon_sym_L_SQUOTE] = ACTIONS(998), [anon_sym_u_SQUOTE] = ACTIONS(998), [anon_sym_U_SQUOTE] = ACTIONS(998), [anon_sym_u8_SQUOTE] = ACTIONS(998), [anon_sym_SQUOTE] = ACTIONS(998), [anon_sym_L_DQUOTE] = ACTIONS(998), [anon_sym_u_DQUOTE] = ACTIONS(998), [anon_sym_U_DQUOTE] = ACTIONS(998), [anon_sym_u8_DQUOTE] = ACTIONS(998), [anon_sym_DQUOTE] = ACTIONS(998), [sym_true] = ACTIONS(996), [sym_false] = ACTIONS(996), [sym_null] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, [181] = { [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_RBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [182] = { [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_RBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [183] = { [sym_identifier] = ACTIONS(928), [aux_sym_preproc_include_token1] = ACTIONS(928), [aux_sym_preproc_def_token1] = ACTIONS(928), [aux_sym_preproc_if_token1] = ACTIONS(928), [aux_sym_preproc_ifdef_token1] = ACTIONS(928), [aux_sym_preproc_ifdef_token2] = ACTIONS(928), [sym_preproc_directive] = ACTIONS(928), [anon_sym_LPAREN2] = ACTIONS(930), [anon_sym_BANG] = ACTIONS(930), [anon_sym_TILDE] = ACTIONS(930), [anon_sym_DASH] = ACTIONS(928), [anon_sym_PLUS] = ACTIONS(928), [anon_sym_STAR] = ACTIONS(930), [anon_sym_AMP] = ACTIONS(930), [anon_sym_SEMI] = ACTIONS(930), [anon_sym_typedef] = ACTIONS(928), [anon_sym_extern] = ACTIONS(928), [anon_sym___attribute__] = ACTIONS(928), [anon_sym_LBRACK_LBRACK] = ACTIONS(930), [anon_sym___declspec] = ACTIONS(928), [anon_sym___cdecl] = ACTIONS(928), [anon_sym___clrcall] = ACTIONS(928), [anon_sym___stdcall] = ACTIONS(928), [anon_sym___fastcall] = ACTIONS(928), [anon_sym___thiscall] = ACTIONS(928), [anon_sym___vectorcall] = ACTIONS(928), [anon_sym_LBRACE] = ACTIONS(930), [anon_sym_RBRACE] = ACTIONS(930), [anon_sym_static] = ACTIONS(928), [anon_sym_auto] = ACTIONS(928), [anon_sym_register] = ACTIONS(928), [anon_sym_inline] = ACTIONS(928), [anon_sym_const] = ACTIONS(928), [anon_sym_volatile] = ACTIONS(928), [anon_sym_restrict] = ACTIONS(928), [anon_sym__Atomic] = ACTIONS(928), [anon_sym_signed] = ACTIONS(928), [anon_sym_unsigned] = ACTIONS(928), [anon_sym_long] = ACTIONS(928), [anon_sym_short] = ACTIONS(928), [sym_primitive_type] = ACTIONS(928), [anon_sym_enum] = ACTIONS(928), [anon_sym_struct] = ACTIONS(928), [anon_sym_union] = ACTIONS(928), [anon_sym_if] = ACTIONS(928), [anon_sym_else] = ACTIONS(928), [anon_sym_switch] = ACTIONS(928), [anon_sym_case] = ACTIONS(928), [anon_sym_default] = ACTIONS(928), [anon_sym_while] = ACTIONS(928), [anon_sym_do] = ACTIONS(928), [anon_sym_for] = ACTIONS(928), [anon_sym_return] = ACTIONS(928), [anon_sym_break] = ACTIONS(928), [anon_sym_continue] = ACTIONS(928), [anon_sym_goto] = ACTIONS(928), [anon_sym_DASH_DASH] = ACTIONS(930), [anon_sym_PLUS_PLUS] = ACTIONS(930), [anon_sym_sizeof] = ACTIONS(928), [sym_number_literal] = ACTIONS(930), [anon_sym_L_SQUOTE] = ACTIONS(930), [anon_sym_u_SQUOTE] = ACTIONS(930), [anon_sym_U_SQUOTE] = ACTIONS(930), [anon_sym_u8_SQUOTE] = ACTIONS(930), [anon_sym_SQUOTE] = ACTIONS(930), [anon_sym_L_DQUOTE] = ACTIONS(930), [anon_sym_u_DQUOTE] = ACTIONS(930), [anon_sym_U_DQUOTE] = ACTIONS(930), [anon_sym_u8_DQUOTE] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(930), [sym_true] = ACTIONS(928), [sym_false] = ACTIONS(928), [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, [184] = { [sym_identifier] = ACTIONS(1016), [aux_sym_preproc_include_token1] = ACTIONS(1016), [aux_sym_preproc_def_token1] = ACTIONS(1016), [aux_sym_preproc_if_token1] = ACTIONS(1016), [aux_sym_preproc_if_token2] = ACTIONS(1016), [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), [sym_preproc_directive] = ACTIONS(1016), [anon_sym_LPAREN2] = ACTIONS(1018), [anon_sym_BANG] = ACTIONS(1018), [anon_sym_TILDE] = ACTIONS(1018), [anon_sym_DASH] = ACTIONS(1016), [anon_sym_PLUS] = ACTIONS(1016), [anon_sym_STAR] = ACTIONS(1018), [anon_sym_AMP] = ACTIONS(1018), [anon_sym_SEMI] = ACTIONS(1018), [anon_sym_typedef] = ACTIONS(1016), [anon_sym_extern] = ACTIONS(1016), [anon_sym___attribute__] = ACTIONS(1016), [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), [anon_sym___declspec] = ACTIONS(1016), [anon_sym___cdecl] = ACTIONS(1016), [anon_sym___clrcall] = ACTIONS(1016), [anon_sym___stdcall] = ACTIONS(1016), [anon_sym___fastcall] = ACTIONS(1016), [anon_sym___thiscall] = ACTIONS(1016), [anon_sym___vectorcall] = ACTIONS(1016), [anon_sym_LBRACE] = ACTIONS(1018), [anon_sym_static] = ACTIONS(1016), [anon_sym_auto] = ACTIONS(1016), [anon_sym_register] = ACTIONS(1016), [anon_sym_inline] = ACTIONS(1016), [anon_sym_const] = ACTIONS(1016), [anon_sym_volatile] = ACTIONS(1016), [anon_sym_restrict] = ACTIONS(1016), [anon_sym__Atomic] = ACTIONS(1016), [anon_sym_signed] = ACTIONS(1016), [anon_sym_unsigned] = ACTIONS(1016), [anon_sym_long] = ACTIONS(1016), [anon_sym_short] = ACTIONS(1016), [sym_primitive_type] = ACTIONS(1016), [anon_sym_enum] = ACTIONS(1016), [anon_sym_struct] = ACTIONS(1016), [anon_sym_union] = ACTIONS(1016), [anon_sym_if] = ACTIONS(1016), [anon_sym_else] = ACTIONS(1016), [anon_sym_switch] = ACTIONS(1016), [anon_sym_case] = ACTIONS(1016), [anon_sym_default] = ACTIONS(1016), [anon_sym_while] = ACTIONS(1016), [anon_sym_do] = ACTIONS(1016), [anon_sym_for] = ACTIONS(1016), [anon_sym_return] = ACTIONS(1016), [anon_sym_break] = ACTIONS(1016), [anon_sym_continue] = ACTIONS(1016), [anon_sym_goto] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(1018), [anon_sym_PLUS_PLUS] = ACTIONS(1018), [anon_sym_sizeof] = ACTIONS(1016), [sym_number_literal] = ACTIONS(1018), [anon_sym_L_SQUOTE] = ACTIONS(1018), [anon_sym_u_SQUOTE] = ACTIONS(1018), [anon_sym_U_SQUOTE] = ACTIONS(1018), [anon_sym_u8_SQUOTE] = ACTIONS(1018), [anon_sym_SQUOTE] = ACTIONS(1018), [anon_sym_L_DQUOTE] = ACTIONS(1018), [anon_sym_u_DQUOTE] = ACTIONS(1018), [anon_sym_U_DQUOTE] = ACTIONS(1018), [anon_sym_u8_DQUOTE] = ACTIONS(1018), [anon_sym_DQUOTE] = ACTIONS(1018), [sym_true] = ACTIONS(1016), [sym_false] = ACTIONS(1016), [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, [185] = { [sym_identifier] = ACTIONS(936), [aux_sym_preproc_include_token1] = ACTIONS(936), [aux_sym_preproc_def_token1] = ACTIONS(936), [aux_sym_preproc_if_token1] = ACTIONS(936), [aux_sym_preproc_ifdef_token1] = ACTIONS(936), [aux_sym_preproc_ifdef_token2] = ACTIONS(936), [sym_preproc_directive] = ACTIONS(936), [anon_sym_LPAREN2] = ACTIONS(938), [anon_sym_BANG] = ACTIONS(938), [anon_sym_TILDE] = ACTIONS(938), [anon_sym_DASH] = ACTIONS(936), [anon_sym_PLUS] = ACTIONS(936), [anon_sym_STAR] = ACTIONS(938), [anon_sym_AMP] = ACTIONS(938), [anon_sym_SEMI] = ACTIONS(938), [anon_sym_typedef] = ACTIONS(936), [anon_sym_extern] = ACTIONS(936), [anon_sym___attribute__] = ACTIONS(936), [anon_sym_LBRACK_LBRACK] = ACTIONS(938), [anon_sym___declspec] = ACTIONS(936), [anon_sym___cdecl] = ACTIONS(936), [anon_sym___clrcall] = ACTIONS(936), [anon_sym___stdcall] = ACTIONS(936), [anon_sym___fastcall] = ACTIONS(936), [anon_sym___thiscall] = ACTIONS(936), [anon_sym___vectorcall] = ACTIONS(936), [anon_sym_LBRACE] = ACTIONS(938), [anon_sym_RBRACE] = ACTIONS(938), [anon_sym_static] = ACTIONS(936), [anon_sym_auto] = ACTIONS(936), [anon_sym_register] = ACTIONS(936), [anon_sym_inline] = ACTIONS(936), [anon_sym_const] = ACTIONS(936), [anon_sym_volatile] = ACTIONS(936), [anon_sym_restrict] = ACTIONS(936), [anon_sym__Atomic] = ACTIONS(936), [anon_sym_signed] = ACTIONS(936), [anon_sym_unsigned] = ACTIONS(936), [anon_sym_long] = ACTIONS(936), [anon_sym_short] = ACTIONS(936), [sym_primitive_type] = ACTIONS(936), [anon_sym_enum] = ACTIONS(936), [anon_sym_struct] = ACTIONS(936), [anon_sym_union] = ACTIONS(936), [anon_sym_if] = ACTIONS(936), [anon_sym_else] = ACTIONS(936), [anon_sym_switch] = ACTIONS(936), [anon_sym_case] = ACTIONS(936), [anon_sym_default] = ACTIONS(936), [anon_sym_while] = ACTIONS(936), [anon_sym_do] = ACTIONS(936), [anon_sym_for] = ACTIONS(936), [anon_sym_return] = ACTIONS(936), [anon_sym_break] = ACTIONS(936), [anon_sym_continue] = ACTIONS(936), [anon_sym_goto] = ACTIONS(936), [anon_sym_DASH_DASH] = ACTIONS(938), [anon_sym_PLUS_PLUS] = ACTIONS(938), [anon_sym_sizeof] = ACTIONS(936), [sym_number_literal] = ACTIONS(938), [anon_sym_L_SQUOTE] = ACTIONS(938), [anon_sym_u_SQUOTE] = ACTIONS(938), [anon_sym_U_SQUOTE] = ACTIONS(938), [anon_sym_u8_SQUOTE] = ACTIONS(938), [anon_sym_SQUOTE] = ACTIONS(938), [anon_sym_L_DQUOTE] = ACTIONS(938), [anon_sym_u_DQUOTE] = ACTIONS(938), [anon_sym_U_DQUOTE] = ACTIONS(938), [anon_sym_u8_DQUOTE] = ACTIONS(938), [anon_sym_DQUOTE] = ACTIONS(938), [sym_true] = ACTIONS(936), [sym_false] = ACTIONS(936), [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, [186] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_RBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [187] = { [sym_identifier] = ACTIONS(928), [aux_sym_preproc_include_token1] = ACTIONS(928), [aux_sym_preproc_def_token1] = ACTIONS(928), [aux_sym_preproc_if_token1] = ACTIONS(928), [aux_sym_preproc_if_token2] = ACTIONS(928), [aux_sym_preproc_ifdef_token1] = ACTIONS(928), [aux_sym_preproc_ifdef_token2] = ACTIONS(928), [sym_preproc_directive] = ACTIONS(928), [anon_sym_LPAREN2] = ACTIONS(930), [anon_sym_BANG] = ACTIONS(930), [anon_sym_TILDE] = ACTIONS(930), [anon_sym_DASH] = ACTIONS(928), [anon_sym_PLUS] = ACTIONS(928), [anon_sym_STAR] = ACTIONS(930), [anon_sym_AMP] = ACTIONS(930), [anon_sym_SEMI] = ACTIONS(930), [anon_sym_typedef] = ACTIONS(928), [anon_sym_extern] = ACTIONS(928), [anon_sym___attribute__] = ACTIONS(928), [anon_sym_LBRACK_LBRACK] = ACTIONS(930), [anon_sym___declspec] = ACTIONS(928), [anon_sym___cdecl] = ACTIONS(928), [anon_sym___clrcall] = ACTIONS(928), [anon_sym___stdcall] = ACTIONS(928), [anon_sym___fastcall] = ACTIONS(928), [anon_sym___thiscall] = ACTIONS(928), [anon_sym___vectorcall] = ACTIONS(928), [anon_sym_LBRACE] = ACTIONS(930), [anon_sym_static] = ACTIONS(928), [anon_sym_auto] = ACTIONS(928), [anon_sym_register] = ACTIONS(928), [anon_sym_inline] = ACTIONS(928), [anon_sym_const] = ACTIONS(928), [anon_sym_volatile] = ACTIONS(928), [anon_sym_restrict] = ACTIONS(928), [anon_sym__Atomic] = ACTIONS(928), [anon_sym_signed] = ACTIONS(928), [anon_sym_unsigned] = ACTIONS(928), [anon_sym_long] = ACTIONS(928), [anon_sym_short] = ACTIONS(928), [sym_primitive_type] = ACTIONS(928), [anon_sym_enum] = ACTIONS(928), [anon_sym_struct] = ACTIONS(928), [anon_sym_union] = ACTIONS(928), [anon_sym_if] = ACTIONS(928), [anon_sym_else] = ACTIONS(928), [anon_sym_switch] = ACTIONS(928), [anon_sym_case] = ACTIONS(928), [anon_sym_default] = ACTIONS(928), [anon_sym_while] = ACTIONS(928), [anon_sym_do] = ACTIONS(928), [anon_sym_for] = ACTIONS(928), [anon_sym_return] = ACTIONS(928), [anon_sym_break] = ACTIONS(928), [anon_sym_continue] = ACTIONS(928), [anon_sym_goto] = ACTIONS(928), [anon_sym_DASH_DASH] = ACTIONS(930), [anon_sym_PLUS_PLUS] = ACTIONS(930), [anon_sym_sizeof] = ACTIONS(928), [sym_number_literal] = ACTIONS(930), [anon_sym_L_SQUOTE] = ACTIONS(930), [anon_sym_u_SQUOTE] = ACTIONS(930), [anon_sym_U_SQUOTE] = ACTIONS(930), [anon_sym_u8_SQUOTE] = ACTIONS(930), [anon_sym_SQUOTE] = ACTIONS(930), [anon_sym_L_DQUOTE] = ACTIONS(930), [anon_sym_u_DQUOTE] = ACTIONS(930), [anon_sym_U_DQUOTE] = ACTIONS(930), [anon_sym_u8_DQUOTE] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(930), [sym_true] = ACTIONS(928), [sym_false] = ACTIONS(928), [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, [188] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_RBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [189] = { [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(960), [aux_sym_preproc_if_token1] = ACTIONS(960), [aux_sym_preproc_if_token2] = ACTIONS(960), [aux_sym_preproc_ifdef_token1] = ACTIONS(960), [aux_sym_preproc_ifdef_token2] = ACTIONS(960), [sym_preproc_directive] = ACTIONS(960), [anon_sym_LPAREN2] = ACTIONS(962), [anon_sym_BANG] = ACTIONS(962), [anon_sym_TILDE] = ACTIONS(962), [anon_sym_DASH] = ACTIONS(960), [anon_sym_PLUS] = ACTIONS(960), [anon_sym_STAR] = ACTIONS(962), [anon_sym_AMP] = ACTIONS(962), [anon_sym_SEMI] = ACTIONS(962), [anon_sym_typedef] = ACTIONS(960), [anon_sym_extern] = ACTIONS(960), [anon_sym___attribute__] = ACTIONS(960), [anon_sym_LBRACK_LBRACK] = ACTIONS(962), [anon_sym___declspec] = ACTIONS(960), [anon_sym___cdecl] = ACTIONS(960), [anon_sym___clrcall] = ACTIONS(960), [anon_sym___stdcall] = ACTIONS(960), [anon_sym___fastcall] = ACTIONS(960), [anon_sym___thiscall] = ACTIONS(960), [anon_sym___vectorcall] = ACTIONS(960), [anon_sym_LBRACE] = ACTIONS(962), [anon_sym_static] = ACTIONS(960), [anon_sym_auto] = ACTIONS(960), [anon_sym_register] = ACTIONS(960), [anon_sym_inline] = ACTIONS(960), [anon_sym_const] = ACTIONS(960), [anon_sym_volatile] = ACTIONS(960), [anon_sym_restrict] = ACTIONS(960), [anon_sym__Atomic] = ACTIONS(960), [anon_sym_signed] = ACTIONS(960), [anon_sym_unsigned] = ACTIONS(960), [anon_sym_long] = ACTIONS(960), [anon_sym_short] = ACTIONS(960), [sym_primitive_type] = ACTIONS(960), [anon_sym_enum] = ACTIONS(960), [anon_sym_struct] = ACTIONS(960), [anon_sym_union] = ACTIONS(960), [anon_sym_if] = ACTIONS(960), [anon_sym_else] = ACTIONS(960), [anon_sym_switch] = ACTIONS(960), [anon_sym_case] = ACTIONS(960), [anon_sym_default] = ACTIONS(960), [anon_sym_while] = ACTIONS(960), [anon_sym_do] = ACTIONS(960), [anon_sym_for] = ACTIONS(960), [anon_sym_return] = ACTIONS(960), [anon_sym_break] = ACTIONS(960), [anon_sym_continue] = ACTIONS(960), [anon_sym_goto] = ACTIONS(960), [anon_sym_DASH_DASH] = ACTIONS(962), [anon_sym_PLUS_PLUS] = ACTIONS(962), [anon_sym_sizeof] = ACTIONS(960), [sym_number_literal] = ACTIONS(962), [anon_sym_L_SQUOTE] = ACTIONS(962), [anon_sym_u_SQUOTE] = ACTIONS(962), [anon_sym_U_SQUOTE] = ACTIONS(962), [anon_sym_u8_SQUOTE] = ACTIONS(962), [anon_sym_SQUOTE] = ACTIONS(962), [anon_sym_L_DQUOTE] = ACTIONS(962), [anon_sym_u_DQUOTE] = ACTIONS(962), [anon_sym_U_DQUOTE] = ACTIONS(962), [anon_sym_u8_DQUOTE] = ACTIONS(962), [anon_sym_DQUOTE] = ACTIONS(962), [sym_true] = ACTIONS(960), [sym_false] = ACTIONS(960), [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, [190] = { [sym_identifier] = ACTIONS(964), [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), [aux_sym_preproc_if_token1] = ACTIONS(964), [aux_sym_preproc_ifdef_token1] = ACTIONS(964), [aux_sym_preproc_ifdef_token2] = ACTIONS(964), [sym_preproc_directive] = ACTIONS(964), [anon_sym_LPAREN2] = ACTIONS(966), [anon_sym_BANG] = ACTIONS(966), [anon_sym_TILDE] = ACTIONS(966), [anon_sym_DASH] = ACTIONS(964), [anon_sym_PLUS] = ACTIONS(964), [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(966), [anon_sym_typedef] = ACTIONS(964), [anon_sym_extern] = ACTIONS(964), [anon_sym___attribute__] = ACTIONS(964), [anon_sym_LBRACK_LBRACK] = ACTIONS(966), [anon_sym___declspec] = ACTIONS(964), [anon_sym___cdecl] = ACTIONS(964), [anon_sym___clrcall] = ACTIONS(964), [anon_sym___stdcall] = ACTIONS(964), [anon_sym___fastcall] = ACTIONS(964), [anon_sym___thiscall] = ACTIONS(964), [anon_sym___vectorcall] = ACTIONS(964), [anon_sym_LBRACE] = ACTIONS(966), [anon_sym_RBRACE] = ACTIONS(966), [anon_sym_static] = ACTIONS(964), [anon_sym_auto] = ACTIONS(964), [anon_sym_register] = ACTIONS(964), [anon_sym_inline] = ACTIONS(964), [anon_sym_const] = ACTIONS(964), [anon_sym_volatile] = ACTIONS(964), [anon_sym_restrict] = ACTIONS(964), [anon_sym__Atomic] = ACTIONS(964), [anon_sym_signed] = ACTIONS(964), [anon_sym_unsigned] = ACTIONS(964), [anon_sym_long] = ACTIONS(964), [anon_sym_short] = ACTIONS(964), [sym_primitive_type] = ACTIONS(964), [anon_sym_enum] = ACTIONS(964), [anon_sym_struct] = ACTIONS(964), [anon_sym_union] = ACTIONS(964), [anon_sym_if] = ACTIONS(964), [anon_sym_else] = ACTIONS(964), [anon_sym_switch] = ACTIONS(964), [anon_sym_case] = ACTIONS(964), [anon_sym_default] = ACTIONS(964), [anon_sym_while] = ACTIONS(964), [anon_sym_do] = ACTIONS(964), [anon_sym_for] = ACTIONS(964), [anon_sym_return] = ACTIONS(964), [anon_sym_break] = ACTIONS(964), [anon_sym_continue] = ACTIONS(964), [anon_sym_goto] = ACTIONS(964), [anon_sym_DASH_DASH] = ACTIONS(966), [anon_sym_PLUS_PLUS] = ACTIONS(966), [anon_sym_sizeof] = ACTIONS(964), [sym_number_literal] = ACTIONS(966), [anon_sym_L_SQUOTE] = ACTIONS(966), [anon_sym_u_SQUOTE] = ACTIONS(966), [anon_sym_U_SQUOTE] = ACTIONS(966), [anon_sym_u8_SQUOTE] = ACTIONS(966), [anon_sym_SQUOTE] = ACTIONS(966), [anon_sym_L_DQUOTE] = ACTIONS(966), [anon_sym_u_DQUOTE] = ACTIONS(966), [anon_sym_U_DQUOTE] = ACTIONS(966), [anon_sym_u8_DQUOTE] = ACTIONS(966), [anon_sym_DQUOTE] = ACTIONS(966), [sym_true] = ACTIONS(964), [sym_false] = ACTIONS(964), [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, [191] = { [sym_identifier] = ACTIONS(936), [aux_sym_preproc_include_token1] = ACTIONS(936), [aux_sym_preproc_def_token1] = ACTIONS(936), [aux_sym_preproc_if_token1] = ACTIONS(936), [aux_sym_preproc_if_token2] = ACTIONS(936), [aux_sym_preproc_ifdef_token1] = ACTIONS(936), [aux_sym_preproc_ifdef_token2] = ACTIONS(936), [sym_preproc_directive] = ACTIONS(936), [anon_sym_LPAREN2] = ACTIONS(938), [anon_sym_BANG] = ACTIONS(938), [anon_sym_TILDE] = ACTIONS(938), [anon_sym_DASH] = ACTIONS(936), [anon_sym_PLUS] = ACTIONS(936), [anon_sym_STAR] = ACTIONS(938), [anon_sym_AMP] = ACTIONS(938), [anon_sym_SEMI] = ACTIONS(938), [anon_sym_typedef] = ACTIONS(936), [anon_sym_extern] = ACTIONS(936), [anon_sym___attribute__] = ACTIONS(936), [anon_sym_LBRACK_LBRACK] = ACTIONS(938), [anon_sym___declspec] = ACTIONS(936), [anon_sym___cdecl] = ACTIONS(936), [anon_sym___clrcall] = ACTIONS(936), [anon_sym___stdcall] = ACTIONS(936), [anon_sym___fastcall] = ACTIONS(936), [anon_sym___thiscall] = ACTIONS(936), [anon_sym___vectorcall] = ACTIONS(936), [anon_sym_LBRACE] = ACTIONS(938), [anon_sym_static] = ACTIONS(936), [anon_sym_auto] = ACTIONS(936), [anon_sym_register] = ACTIONS(936), [anon_sym_inline] = ACTIONS(936), [anon_sym_const] = ACTIONS(936), [anon_sym_volatile] = ACTIONS(936), [anon_sym_restrict] = ACTIONS(936), [anon_sym__Atomic] = ACTIONS(936), [anon_sym_signed] = ACTIONS(936), [anon_sym_unsigned] = ACTIONS(936), [anon_sym_long] = ACTIONS(936), [anon_sym_short] = ACTIONS(936), [sym_primitive_type] = ACTIONS(936), [anon_sym_enum] = ACTIONS(936), [anon_sym_struct] = ACTIONS(936), [anon_sym_union] = ACTIONS(936), [anon_sym_if] = ACTIONS(936), [anon_sym_else] = ACTIONS(936), [anon_sym_switch] = ACTIONS(936), [anon_sym_case] = ACTIONS(936), [anon_sym_default] = ACTIONS(936), [anon_sym_while] = ACTIONS(936), [anon_sym_do] = ACTIONS(936), [anon_sym_for] = ACTIONS(936), [anon_sym_return] = ACTIONS(936), [anon_sym_break] = ACTIONS(936), [anon_sym_continue] = ACTIONS(936), [anon_sym_goto] = ACTIONS(936), [anon_sym_DASH_DASH] = ACTIONS(938), [anon_sym_PLUS_PLUS] = ACTIONS(938), [anon_sym_sizeof] = ACTIONS(936), [sym_number_literal] = ACTIONS(938), [anon_sym_L_SQUOTE] = ACTIONS(938), [anon_sym_u_SQUOTE] = ACTIONS(938), [anon_sym_U_SQUOTE] = ACTIONS(938), [anon_sym_u8_SQUOTE] = ACTIONS(938), [anon_sym_SQUOTE] = ACTIONS(938), [anon_sym_L_DQUOTE] = ACTIONS(938), [anon_sym_u_DQUOTE] = ACTIONS(938), [anon_sym_U_DQUOTE] = ACTIONS(938), [anon_sym_u8_DQUOTE] = ACTIONS(938), [anon_sym_DQUOTE] = ACTIONS(938), [sym_true] = ACTIONS(936), [sym_false] = ACTIONS(936), [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, [192] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_if_token2] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [193] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), [aux_sym_preproc_if_token1] = ACTIONS(944), [aux_sym_preproc_if_token2] = ACTIONS(944), [aux_sym_preproc_ifdef_token1] = ACTIONS(944), [aux_sym_preproc_ifdef_token2] = ACTIONS(944), [sym_preproc_directive] = ACTIONS(944), [anon_sym_LPAREN2] = ACTIONS(946), [anon_sym_BANG] = ACTIONS(946), [anon_sym_TILDE] = ACTIONS(946), [anon_sym_DASH] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(944), [anon_sym_STAR] = ACTIONS(946), [anon_sym_AMP] = ACTIONS(946), [anon_sym_SEMI] = ACTIONS(946), [anon_sym_typedef] = ACTIONS(944), [anon_sym_extern] = ACTIONS(944), [anon_sym___attribute__] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(946), [anon_sym___declspec] = ACTIONS(944), [anon_sym___cdecl] = ACTIONS(944), [anon_sym___clrcall] = ACTIONS(944), [anon_sym___stdcall] = ACTIONS(944), [anon_sym___fastcall] = ACTIONS(944), [anon_sym___thiscall] = ACTIONS(944), [anon_sym___vectorcall] = ACTIONS(944), [anon_sym_LBRACE] = ACTIONS(946), [anon_sym_static] = ACTIONS(944), [anon_sym_auto] = ACTIONS(944), [anon_sym_register] = ACTIONS(944), [anon_sym_inline] = ACTIONS(944), [anon_sym_const] = ACTIONS(944), [anon_sym_volatile] = ACTIONS(944), [anon_sym_restrict] = ACTIONS(944), [anon_sym__Atomic] = ACTIONS(944), [anon_sym_signed] = ACTIONS(944), [anon_sym_unsigned] = ACTIONS(944), [anon_sym_long] = ACTIONS(944), [anon_sym_short] = ACTIONS(944), [sym_primitive_type] = ACTIONS(944), [anon_sym_enum] = ACTIONS(944), [anon_sym_struct] = ACTIONS(944), [anon_sym_union] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_switch] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_default] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_do] = ACTIONS(944), [anon_sym_for] = ACTIONS(944), [anon_sym_return] = ACTIONS(944), [anon_sym_break] = ACTIONS(944), [anon_sym_continue] = ACTIONS(944), [anon_sym_goto] = ACTIONS(944), [anon_sym_DASH_DASH] = ACTIONS(946), [anon_sym_PLUS_PLUS] = ACTIONS(946), [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), [anon_sym_U_SQUOTE] = ACTIONS(946), [anon_sym_u8_SQUOTE] = ACTIONS(946), [anon_sym_SQUOTE] = ACTIONS(946), [anon_sym_L_DQUOTE] = ACTIONS(946), [anon_sym_u_DQUOTE] = ACTIONS(946), [anon_sym_U_DQUOTE] = ACTIONS(946), [anon_sym_u8_DQUOTE] = ACTIONS(946), [anon_sym_DQUOTE] = ACTIONS(946), [sym_true] = ACTIONS(944), [sym_false] = ACTIONS(944), [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, [194] = { [sym_identifier] = ACTIONS(972), [aux_sym_preproc_include_token1] = ACTIONS(972), [aux_sym_preproc_def_token1] = ACTIONS(972), [aux_sym_preproc_if_token1] = ACTIONS(972), [aux_sym_preproc_ifdef_token1] = ACTIONS(972), [aux_sym_preproc_ifdef_token2] = ACTIONS(972), [sym_preproc_directive] = ACTIONS(972), [anon_sym_LPAREN2] = ACTIONS(974), [anon_sym_BANG] = ACTIONS(974), [anon_sym_TILDE] = ACTIONS(974), [anon_sym_DASH] = ACTIONS(972), [anon_sym_PLUS] = ACTIONS(972), [anon_sym_STAR] = ACTIONS(974), [anon_sym_AMP] = ACTIONS(974), [anon_sym_SEMI] = ACTIONS(974), [anon_sym_typedef] = ACTIONS(972), [anon_sym_extern] = ACTIONS(972), [anon_sym___attribute__] = ACTIONS(972), [anon_sym_LBRACK_LBRACK] = ACTIONS(974), [anon_sym___declspec] = ACTIONS(972), [anon_sym___cdecl] = ACTIONS(972), [anon_sym___clrcall] = ACTIONS(972), [anon_sym___stdcall] = ACTIONS(972), [anon_sym___fastcall] = ACTIONS(972), [anon_sym___thiscall] = ACTIONS(972), [anon_sym___vectorcall] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(974), [anon_sym_RBRACE] = ACTIONS(974), [anon_sym_static] = ACTIONS(972), [anon_sym_auto] = ACTIONS(972), [anon_sym_register] = ACTIONS(972), [anon_sym_inline] = ACTIONS(972), [anon_sym_const] = ACTIONS(972), [anon_sym_volatile] = ACTIONS(972), [anon_sym_restrict] = ACTIONS(972), [anon_sym__Atomic] = ACTIONS(972), [anon_sym_signed] = ACTIONS(972), [anon_sym_unsigned] = ACTIONS(972), [anon_sym_long] = ACTIONS(972), [anon_sym_short] = ACTIONS(972), [sym_primitive_type] = ACTIONS(972), [anon_sym_enum] = ACTIONS(972), [anon_sym_struct] = ACTIONS(972), [anon_sym_union] = ACTIONS(972), [anon_sym_if] = ACTIONS(972), [anon_sym_else] = ACTIONS(972), [anon_sym_switch] = ACTIONS(972), [anon_sym_case] = ACTIONS(972), [anon_sym_default] = ACTIONS(972), [anon_sym_while] = ACTIONS(972), [anon_sym_do] = ACTIONS(972), [anon_sym_for] = ACTIONS(972), [anon_sym_return] = ACTIONS(972), [anon_sym_break] = ACTIONS(972), [anon_sym_continue] = ACTIONS(972), [anon_sym_goto] = ACTIONS(972), [anon_sym_DASH_DASH] = ACTIONS(974), [anon_sym_PLUS_PLUS] = ACTIONS(974), [anon_sym_sizeof] = ACTIONS(972), [sym_number_literal] = ACTIONS(974), [anon_sym_L_SQUOTE] = ACTIONS(974), [anon_sym_u_SQUOTE] = ACTIONS(974), [anon_sym_U_SQUOTE] = ACTIONS(974), [anon_sym_u8_SQUOTE] = ACTIONS(974), [anon_sym_SQUOTE] = ACTIONS(974), [anon_sym_L_DQUOTE] = ACTIONS(974), [anon_sym_u_DQUOTE] = ACTIONS(974), [anon_sym_U_DQUOTE] = ACTIONS(974), [anon_sym_u8_DQUOTE] = ACTIONS(974), [anon_sym_DQUOTE] = ACTIONS(974), [sym_true] = ACTIONS(972), [sym_false] = ACTIONS(972), [sym_null] = ACTIONS(972), [sym_comment] = ACTIONS(3), }, [195] = { [sym_identifier] = ACTIONS(980), [aux_sym_preproc_include_token1] = ACTIONS(980), [aux_sym_preproc_def_token1] = ACTIONS(980), [aux_sym_preproc_if_token1] = ACTIONS(980), [aux_sym_preproc_ifdef_token1] = ACTIONS(980), [aux_sym_preproc_ifdef_token2] = ACTIONS(980), [sym_preproc_directive] = ACTIONS(980), [anon_sym_LPAREN2] = ACTIONS(982), [anon_sym_BANG] = ACTIONS(982), [anon_sym_TILDE] = ACTIONS(982), [anon_sym_DASH] = ACTIONS(980), [anon_sym_PLUS] = ACTIONS(980), [anon_sym_STAR] = ACTIONS(982), [anon_sym_AMP] = ACTIONS(982), [anon_sym_SEMI] = ACTIONS(982), [anon_sym_typedef] = ACTIONS(980), [anon_sym_extern] = ACTIONS(980), [anon_sym___attribute__] = ACTIONS(980), [anon_sym_LBRACK_LBRACK] = ACTIONS(982), [anon_sym___declspec] = ACTIONS(980), [anon_sym___cdecl] = ACTIONS(980), [anon_sym___clrcall] = ACTIONS(980), [anon_sym___stdcall] = ACTIONS(980), [anon_sym___fastcall] = ACTIONS(980), [anon_sym___thiscall] = ACTIONS(980), [anon_sym___vectorcall] = ACTIONS(980), [anon_sym_LBRACE] = ACTIONS(982), [anon_sym_RBRACE] = ACTIONS(982), [anon_sym_static] = ACTIONS(980), [anon_sym_auto] = ACTIONS(980), [anon_sym_register] = ACTIONS(980), [anon_sym_inline] = ACTIONS(980), [anon_sym_const] = ACTIONS(980), [anon_sym_volatile] = ACTIONS(980), [anon_sym_restrict] = ACTIONS(980), [anon_sym__Atomic] = ACTIONS(980), [anon_sym_signed] = ACTIONS(980), [anon_sym_unsigned] = ACTIONS(980), [anon_sym_long] = ACTIONS(980), [anon_sym_short] = ACTIONS(980), [sym_primitive_type] = ACTIONS(980), [anon_sym_enum] = ACTIONS(980), [anon_sym_struct] = ACTIONS(980), [anon_sym_union] = ACTIONS(980), [anon_sym_if] = ACTIONS(980), [anon_sym_else] = ACTIONS(980), [anon_sym_switch] = ACTIONS(980), [anon_sym_case] = ACTIONS(980), [anon_sym_default] = ACTIONS(980), [anon_sym_while] = ACTIONS(980), [anon_sym_do] = ACTIONS(980), [anon_sym_for] = ACTIONS(980), [anon_sym_return] = ACTIONS(980), [anon_sym_break] = ACTIONS(980), [anon_sym_continue] = ACTIONS(980), [anon_sym_goto] = ACTIONS(980), [anon_sym_DASH_DASH] = ACTIONS(982), [anon_sym_PLUS_PLUS] = ACTIONS(982), [anon_sym_sizeof] = ACTIONS(980), [sym_number_literal] = ACTIONS(982), [anon_sym_L_SQUOTE] = ACTIONS(982), [anon_sym_u_SQUOTE] = ACTIONS(982), [anon_sym_U_SQUOTE] = ACTIONS(982), [anon_sym_u8_SQUOTE] = ACTIONS(982), [anon_sym_SQUOTE] = ACTIONS(982), [anon_sym_L_DQUOTE] = ACTIONS(982), [anon_sym_u_DQUOTE] = ACTIONS(982), [anon_sym_U_DQUOTE] = ACTIONS(982), [anon_sym_u8_DQUOTE] = ACTIONS(982), [anon_sym_DQUOTE] = ACTIONS(982), [sym_true] = ACTIONS(980), [sym_false] = ACTIONS(980), [sym_null] = ACTIONS(980), [sym_comment] = ACTIONS(3), }, [196] = { [sym_identifier] = ACTIONS(984), [aux_sym_preproc_include_token1] = ACTIONS(984), [aux_sym_preproc_def_token1] = ACTIONS(984), [aux_sym_preproc_if_token1] = ACTIONS(984), [aux_sym_preproc_ifdef_token1] = ACTIONS(984), [aux_sym_preproc_ifdef_token2] = ACTIONS(984), [sym_preproc_directive] = ACTIONS(984), [anon_sym_LPAREN2] = ACTIONS(986), [anon_sym_BANG] = ACTIONS(986), [anon_sym_TILDE] = ACTIONS(986), [anon_sym_DASH] = ACTIONS(984), [anon_sym_PLUS] = ACTIONS(984), [anon_sym_STAR] = ACTIONS(986), [anon_sym_AMP] = ACTIONS(986), [anon_sym_SEMI] = ACTIONS(986), [anon_sym_typedef] = ACTIONS(984), [anon_sym_extern] = ACTIONS(984), [anon_sym___attribute__] = ACTIONS(984), [anon_sym_LBRACK_LBRACK] = ACTIONS(986), [anon_sym___declspec] = ACTIONS(984), [anon_sym___cdecl] = ACTIONS(984), [anon_sym___clrcall] = ACTIONS(984), [anon_sym___stdcall] = ACTIONS(984), [anon_sym___fastcall] = ACTIONS(984), [anon_sym___thiscall] = ACTIONS(984), [anon_sym___vectorcall] = ACTIONS(984), [anon_sym_LBRACE] = ACTIONS(986), [anon_sym_RBRACE] = ACTIONS(986), [anon_sym_static] = ACTIONS(984), [anon_sym_auto] = ACTIONS(984), [anon_sym_register] = ACTIONS(984), [anon_sym_inline] = ACTIONS(984), [anon_sym_const] = ACTIONS(984), [anon_sym_volatile] = ACTIONS(984), [anon_sym_restrict] = ACTIONS(984), [anon_sym__Atomic] = ACTIONS(984), [anon_sym_signed] = ACTIONS(984), [anon_sym_unsigned] = ACTIONS(984), [anon_sym_long] = ACTIONS(984), [anon_sym_short] = ACTIONS(984), [sym_primitive_type] = ACTIONS(984), [anon_sym_enum] = ACTIONS(984), [anon_sym_struct] = ACTIONS(984), [anon_sym_union] = ACTIONS(984), [anon_sym_if] = ACTIONS(984), [anon_sym_else] = ACTIONS(984), [anon_sym_switch] = ACTIONS(984), [anon_sym_case] = ACTIONS(984), [anon_sym_default] = ACTIONS(984), [anon_sym_while] = ACTIONS(984), [anon_sym_do] = ACTIONS(984), [anon_sym_for] = ACTIONS(984), [anon_sym_return] = ACTIONS(984), [anon_sym_break] = ACTIONS(984), [anon_sym_continue] = ACTIONS(984), [anon_sym_goto] = ACTIONS(984), [anon_sym_DASH_DASH] = ACTIONS(986), [anon_sym_PLUS_PLUS] = ACTIONS(986), [anon_sym_sizeof] = ACTIONS(984), [sym_number_literal] = ACTIONS(986), [anon_sym_L_SQUOTE] = ACTIONS(986), [anon_sym_u_SQUOTE] = ACTIONS(986), [anon_sym_U_SQUOTE] = ACTIONS(986), [anon_sym_u8_SQUOTE] = ACTIONS(986), [anon_sym_SQUOTE] = ACTIONS(986), [anon_sym_L_DQUOTE] = ACTIONS(986), [anon_sym_u_DQUOTE] = ACTIONS(986), [anon_sym_U_DQUOTE] = ACTIONS(986), [anon_sym_u8_DQUOTE] = ACTIONS(986), [anon_sym_DQUOTE] = ACTIONS(986), [sym_true] = ACTIONS(984), [sym_false] = ACTIONS(984), [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, [197] = { [sym_identifier] = ACTIONS(988), [aux_sym_preproc_include_token1] = ACTIONS(988), [aux_sym_preproc_def_token1] = ACTIONS(988), [aux_sym_preproc_if_token1] = ACTIONS(988), [aux_sym_preproc_ifdef_token1] = ACTIONS(988), [aux_sym_preproc_ifdef_token2] = ACTIONS(988), [sym_preproc_directive] = ACTIONS(988), [anon_sym_LPAREN2] = ACTIONS(990), [anon_sym_BANG] = ACTIONS(990), [anon_sym_TILDE] = ACTIONS(990), [anon_sym_DASH] = ACTIONS(988), [anon_sym_PLUS] = ACTIONS(988), [anon_sym_STAR] = ACTIONS(990), [anon_sym_AMP] = ACTIONS(990), [anon_sym_SEMI] = ACTIONS(990), [anon_sym_typedef] = ACTIONS(988), [anon_sym_extern] = ACTIONS(988), [anon_sym___attribute__] = ACTIONS(988), [anon_sym_LBRACK_LBRACK] = ACTIONS(990), [anon_sym___declspec] = ACTIONS(988), [anon_sym___cdecl] = ACTIONS(988), [anon_sym___clrcall] = ACTIONS(988), [anon_sym___stdcall] = ACTIONS(988), [anon_sym___fastcall] = ACTIONS(988), [anon_sym___thiscall] = ACTIONS(988), [anon_sym___vectorcall] = ACTIONS(988), [anon_sym_LBRACE] = ACTIONS(990), [anon_sym_RBRACE] = ACTIONS(990), [anon_sym_static] = ACTIONS(988), [anon_sym_auto] = ACTIONS(988), [anon_sym_register] = ACTIONS(988), [anon_sym_inline] = ACTIONS(988), [anon_sym_const] = ACTIONS(988), [anon_sym_volatile] = ACTIONS(988), [anon_sym_restrict] = ACTIONS(988), [anon_sym__Atomic] = ACTIONS(988), [anon_sym_signed] = ACTIONS(988), [anon_sym_unsigned] = ACTIONS(988), [anon_sym_long] = ACTIONS(988), [anon_sym_short] = ACTIONS(988), [sym_primitive_type] = ACTIONS(988), [anon_sym_enum] = ACTIONS(988), [anon_sym_struct] = ACTIONS(988), [anon_sym_union] = ACTIONS(988), [anon_sym_if] = ACTIONS(988), [anon_sym_else] = ACTIONS(988), [anon_sym_switch] = ACTIONS(988), [anon_sym_case] = ACTIONS(988), [anon_sym_default] = ACTIONS(988), [anon_sym_while] = ACTIONS(988), [anon_sym_do] = ACTIONS(988), [anon_sym_for] = ACTIONS(988), [anon_sym_return] = ACTIONS(988), [anon_sym_break] = ACTIONS(988), [anon_sym_continue] = ACTIONS(988), [anon_sym_goto] = ACTIONS(988), [anon_sym_DASH_DASH] = ACTIONS(990), [anon_sym_PLUS_PLUS] = ACTIONS(990), [anon_sym_sizeof] = ACTIONS(988), [sym_number_literal] = ACTIONS(990), [anon_sym_L_SQUOTE] = ACTIONS(990), [anon_sym_u_SQUOTE] = ACTIONS(990), [anon_sym_U_SQUOTE] = ACTIONS(990), [anon_sym_u8_SQUOTE] = ACTIONS(990), [anon_sym_SQUOTE] = ACTIONS(990), [anon_sym_L_DQUOTE] = ACTIONS(990), [anon_sym_u_DQUOTE] = ACTIONS(990), [anon_sym_U_DQUOTE] = ACTIONS(990), [anon_sym_u8_DQUOTE] = ACTIONS(990), [anon_sym_DQUOTE] = ACTIONS(990), [sym_true] = ACTIONS(988), [sym_false] = ACTIONS(988), [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, [198] = { [sym_identifier] = ACTIONS(992), [aux_sym_preproc_include_token1] = ACTIONS(992), [aux_sym_preproc_def_token1] = ACTIONS(992), [aux_sym_preproc_if_token1] = ACTIONS(992), [aux_sym_preproc_ifdef_token1] = ACTIONS(992), [aux_sym_preproc_ifdef_token2] = ACTIONS(992), [sym_preproc_directive] = ACTIONS(992), [anon_sym_LPAREN2] = ACTIONS(994), [anon_sym_BANG] = ACTIONS(994), [anon_sym_TILDE] = ACTIONS(994), [anon_sym_DASH] = ACTIONS(992), [anon_sym_PLUS] = ACTIONS(992), [anon_sym_STAR] = ACTIONS(994), [anon_sym_AMP] = ACTIONS(994), [anon_sym_SEMI] = ACTIONS(994), [anon_sym_typedef] = ACTIONS(992), [anon_sym_extern] = ACTIONS(992), [anon_sym___attribute__] = ACTIONS(992), [anon_sym_LBRACK_LBRACK] = ACTIONS(994), [anon_sym___declspec] = ACTIONS(992), [anon_sym___cdecl] = ACTIONS(992), [anon_sym___clrcall] = ACTIONS(992), [anon_sym___stdcall] = ACTIONS(992), [anon_sym___fastcall] = ACTIONS(992), [anon_sym___thiscall] = ACTIONS(992), [anon_sym___vectorcall] = ACTIONS(992), [anon_sym_LBRACE] = ACTIONS(994), [anon_sym_RBRACE] = ACTIONS(994), [anon_sym_static] = ACTIONS(992), [anon_sym_auto] = ACTIONS(992), [anon_sym_register] = ACTIONS(992), [anon_sym_inline] = ACTIONS(992), [anon_sym_const] = ACTIONS(992), [anon_sym_volatile] = ACTIONS(992), [anon_sym_restrict] = ACTIONS(992), [anon_sym__Atomic] = ACTIONS(992), [anon_sym_signed] = ACTIONS(992), [anon_sym_unsigned] = ACTIONS(992), [anon_sym_long] = ACTIONS(992), [anon_sym_short] = ACTIONS(992), [sym_primitive_type] = ACTIONS(992), [anon_sym_enum] = ACTIONS(992), [anon_sym_struct] = ACTIONS(992), [anon_sym_union] = ACTIONS(992), [anon_sym_if] = ACTIONS(992), [anon_sym_else] = ACTIONS(992), [anon_sym_switch] = ACTIONS(992), [anon_sym_case] = ACTIONS(992), [anon_sym_default] = ACTIONS(992), [anon_sym_while] = ACTIONS(992), [anon_sym_do] = ACTIONS(992), [anon_sym_for] = ACTIONS(992), [anon_sym_return] = ACTIONS(992), [anon_sym_break] = ACTIONS(992), [anon_sym_continue] = ACTIONS(992), [anon_sym_goto] = ACTIONS(992), [anon_sym_DASH_DASH] = ACTIONS(994), [anon_sym_PLUS_PLUS] = ACTIONS(994), [anon_sym_sizeof] = ACTIONS(992), [sym_number_literal] = ACTIONS(994), [anon_sym_L_SQUOTE] = ACTIONS(994), [anon_sym_u_SQUOTE] = ACTIONS(994), [anon_sym_U_SQUOTE] = ACTIONS(994), [anon_sym_u8_SQUOTE] = ACTIONS(994), [anon_sym_SQUOTE] = ACTIONS(994), [anon_sym_L_DQUOTE] = ACTIONS(994), [anon_sym_u_DQUOTE] = ACTIONS(994), [anon_sym_U_DQUOTE] = ACTIONS(994), [anon_sym_u8_DQUOTE] = ACTIONS(994), [anon_sym_DQUOTE] = ACTIONS(994), [sym_true] = ACTIONS(992), [sym_false] = ACTIONS(992), [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, [199] = { [sym_identifier] = ACTIONS(1004), [aux_sym_preproc_include_token1] = ACTIONS(1004), [aux_sym_preproc_def_token1] = ACTIONS(1004), [aux_sym_preproc_if_token1] = ACTIONS(1004), [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), [sym_preproc_directive] = ACTIONS(1004), [anon_sym_LPAREN2] = ACTIONS(1006), [anon_sym_BANG] = ACTIONS(1006), [anon_sym_TILDE] = ACTIONS(1006), [anon_sym_DASH] = ACTIONS(1004), [anon_sym_PLUS] = ACTIONS(1004), [anon_sym_STAR] = ACTIONS(1006), [anon_sym_AMP] = ACTIONS(1006), [anon_sym_SEMI] = ACTIONS(1006), [anon_sym_typedef] = ACTIONS(1004), [anon_sym_extern] = ACTIONS(1004), [anon_sym___attribute__] = ACTIONS(1004), [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), [anon_sym___declspec] = ACTIONS(1004), [anon_sym___cdecl] = ACTIONS(1004), [anon_sym___clrcall] = ACTIONS(1004), [anon_sym___stdcall] = ACTIONS(1004), [anon_sym___fastcall] = ACTIONS(1004), [anon_sym___thiscall] = ACTIONS(1004), [anon_sym___vectorcall] = ACTIONS(1004), [anon_sym_LBRACE] = ACTIONS(1006), [anon_sym_RBRACE] = ACTIONS(1006), [anon_sym_static] = ACTIONS(1004), [anon_sym_auto] = ACTIONS(1004), [anon_sym_register] = ACTIONS(1004), [anon_sym_inline] = ACTIONS(1004), [anon_sym_const] = ACTIONS(1004), [anon_sym_volatile] = ACTIONS(1004), [anon_sym_restrict] = ACTIONS(1004), [anon_sym__Atomic] = ACTIONS(1004), [anon_sym_signed] = ACTIONS(1004), [anon_sym_unsigned] = ACTIONS(1004), [anon_sym_long] = ACTIONS(1004), [anon_sym_short] = ACTIONS(1004), [sym_primitive_type] = ACTIONS(1004), [anon_sym_enum] = ACTIONS(1004), [anon_sym_struct] = ACTIONS(1004), [anon_sym_union] = ACTIONS(1004), [anon_sym_if] = ACTIONS(1004), [anon_sym_else] = ACTIONS(1004), [anon_sym_switch] = ACTIONS(1004), [anon_sym_case] = ACTIONS(1004), [anon_sym_default] = ACTIONS(1004), [anon_sym_while] = ACTIONS(1004), [anon_sym_do] = ACTIONS(1004), [anon_sym_for] = ACTIONS(1004), [anon_sym_return] = ACTIONS(1004), [anon_sym_break] = ACTIONS(1004), [anon_sym_continue] = ACTIONS(1004), [anon_sym_goto] = ACTIONS(1004), [anon_sym_DASH_DASH] = ACTIONS(1006), [anon_sym_PLUS_PLUS] = ACTIONS(1006), [anon_sym_sizeof] = ACTIONS(1004), [sym_number_literal] = ACTIONS(1006), [anon_sym_L_SQUOTE] = ACTIONS(1006), [anon_sym_u_SQUOTE] = ACTIONS(1006), [anon_sym_U_SQUOTE] = ACTIONS(1006), [anon_sym_u8_SQUOTE] = ACTIONS(1006), [anon_sym_SQUOTE] = ACTIONS(1006), [anon_sym_L_DQUOTE] = ACTIONS(1006), [anon_sym_u_DQUOTE] = ACTIONS(1006), [anon_sym_U_DQUOTE] = ACTIONS(1006), [anon_sym_u8_DQUOTE] = ACTIONS(1006), [anon_sym_DQUOTE] = ACTIONS(1006), [sym_true] = ACTIONS(1004), [sym_false] = ACTIONS(1004), [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, [200] = { [sym_identifier] = ACTIONS(1008), [aux_sym_preproc_include_token1] = ACTIONS(1008), [aux_sym_preproc_def_token1] = ACTIONS(1008), [aux_sym_preproc_if_token1] = ACTIONS(1008), [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), [sym_preproc_directive] = ACTIONS(1008), [anon_sym_LPAREN2] = ACTIONS(1010), [anon_sym_BANG] = ACTIONS(1010), [anon_sym_TILDE] = ACTIONS(1010), [anon_sym_DASH] = ACTIONS(1008), [anon_sym_PLUS] = ACTIONS(1008), [anon_sym_STAR] = ACTIONS(1010), [anon_sym_AMP] = ACTIONS(1010), [anon_sym_SEMI] = ACTIONS(1010), [anon_sym_typedef] = ACTIONS(1008), [anon_sym_extern] = ACTIONS(1008), [anon_sym___attribute__] = ACTIONS(1008), [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), [anon_sym___declspec] = ACTIONS(1008), [anon_sym___cdecl] = ACTIONS(1008), [anon_sym___clrcall] = ACTIONS(1008), [anon_sym___stdcall] = ACTIONS(1008), [anon_sym___fastcall] = ACTIONS(1008), [anon_sym___thiscall] = ACTIONS(1008), [anon_sym___vectorcall] = ACTIONS(1008), [anon_sym_LBRACE] = ACTIONS(1010), [anon_sym_RBRACE] = ACTIONS(1010), [anon_sym_static] = ACTIONS(1008), [anon_sym_auto] = ACTIONS(1008), [anon_sym_register] = ACTIONS(1008), [anon_sym_inline] = ACTIONS(1008), [anon_sym_const] = ACTIONS(1008), [anon_sym_volatile] = ACTIONS(1008), [anon_sym_restrict] = ACTIONS(1008), [anon_sym__Atomic] = ACTIONS(1008), [anon_sym_signed] = ACTIONS(1008), [anon_sym_unsigned] = ACTIONS(1008), [anon_sym_long] = ACTIONS(1008), [anon_sym_short] = ACTIONS(1008), [sym_primitive_type] = ACTIONS(1008), [anon_sym_enum] = ACTIONS(1008), [anon_sym_struct] = ACTIONS(1008), [anon_sym_union] = ACTIONS(1008), [anon_sym_if] = ACTIONS(1008), [anon_sym_else] = ACTIONS(1008), [anon_sym_switch] = ACTIONS(1008), [anon_sym_case] = ACTIONS(1008), [anon_sym_default] = ACTIONS(1008), [anon_sym_while] = ACTIONS(1008), [anon_sym_do] = ACTIONS(1008), [anon_sym_for] = ACTIONS(1008), [anon_sym_return] = ACTIONS(1008), [anon_sym_break] = ACTIONS(1008), [anon_sym_continue] = ACTIONS(1008), [anon_sym_goto] = ACTIONS(1008), [anon_sym_DASH_DASH] = ACTIONS(1010), [anon_sym_PLUS_PLUS] = ACTIONS(1010), [anon_sym_sizeof] = ACTIONS(1008), [sym_number_literal] = ACTIONS(1010), [anon_sym_L_SQUOTE] = ACTIONS(1010), [anon_sym_u_SQUOTE] = ACTIONS(1010), [anon_sym_U_SQUOTE] = ACTIONS(1010), [anon_sym_u8_SQUOTE] = ACTIONS(1010), [anon_sym_SQUOTE] = ACTIONS(1010), [anon_sym_L_DQUOTE] = ACTIONS(1010), [anon_sym_u_DQUOTE] = ACTIONS(1010), [anon_sym_U_DQUOTE] = ACTIONS(1010), [anon_sym_u8_DQUOTE] = ACTIONS(1010), [anon_sym_DQUOTE] = ACTIONS(1010), [sym_true] = ACTIONS(1008), [sym_false] = ACTIONS(1008), [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, [201] = { [ts_builtin_sym_end] = ACTIONS(1002), [sym_identifier] = ACTIONS(1000), [aux_sym_preproc_include_token1] = ACTIONS(1000), [aux_sym_preproc_def_token1] = ACTIONS(1000), [aux_sym_preproc_if_token1] = ACTIONS(1000), [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(1002), [anon_sym_BANG] = ACTIONS(1002), [anon_sym_TILDE] = ACTIONS(1002), [anon_sym_DASH] = ACTIONS(1000), [anon_sym_PLUS] = ACTIONS(1000), [anon_sym_STAR] = ACTIONS(1002), [anon_sym_AMP] = ACTIONS(1002), [anon_sym_SEMI] = ACTIONS(1002), [anon_sym_typedef] = ACTIONS(1000), [anon_sym_extern] = ACTIONS(1000), [anon_sym___attribute__] = ACTIONS(1000), [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), [anon_sym___declspec] = ACTIONS(1000), [anon_sym___cdecl] = ACTIONS(1000), [anon_sym___clrcall] = ACTIONS(1000), [anon_sym___stdcall] = ACTIONS(1000), [anon_sym___fastcall] = ACTIONS(1000), [anon_sym___thiscall] = ACTIONS(1000), [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(1002), [anon_sym_static] = ACTIONS(1000), [anon_sym_auto] = ACTIONS(1000), [anon_sym_register] = ACTIONS(1000), [anon_sym_inline] = ACTIONS(1000), [anon_sym_const] = ACTIONS(1000), [anon_sym_volatile] = ACTIONS(1000), [anon_sym_restrict] = ACTIONS(1000), [anon_sym__Atomic] = ACTIONS(1000), [anon_sym_signed] = ACTIONS(1000), [anon_sym_unsigned] = ACTIONS(1000), [anon_sym_long] = ACTIONS(1000), [anon_sym_short] = ACTIONS(1000), [sym_primitive_type] = ACTIONS(1000), [anon_sym_enum] = ACTIONS(1000), [anon_sym_struct] = ACTIONS(1000), [anon_sym_union] = ACTIONS(1000), [anon_sym_if] = ACTIONS(1000), [anon_sym_else] = ACTIONS(1000), [anon_sym_switch] = ACTIONS(1000), [anon_sym_case] = ACTIONS(1000), [anon_sym_default] = ACTIONS(1000), [anon_sym_while] = ACTIONS(1000), [anon_sym_do] = ACTIONS(1000), [anon_sym_for] = ACTIONS(1000), [anon_sym_return] = ACTIONS(1000), [anon_sym_break] = ACTIONS(1000), [anon_sym_continue] = ACTIONS(1000), [anon_sym_goto] = ACTIONS(1000), [anon_sym_DASH_DASH] = ACTIONS(1002), [anon_sym_PLUS_PLUS] = ACTIONS(1002), [anon_sym_sizeof] = ACTIONS(1000), [sym_number_literal] = ACTIONS(1002), [anon_sym_L_SQUOTE] = ACTIONS(1002), [anon_sym_u_SQUOTE] = ACTIONS(1002), [anon_sym_U_SQUOTE] = ACTIONS(1002), [anon_sym_u8_SQUOTE] = ACTIONS(1002), [anon_sym_SQUOTE] = ACTIONS(1002), [anon_sym_L_DQUOTE] = ACTIONS(1002), [anon_sym_u_DQUOTE] = ACTIONS(1002), [anon_sym_U_DQUOTE] = ACTIONS(1002), [anon_sym_u8_DQUOTE] = ACTIONS(1002), [anon_sym_DQUOTE] = ACTIONS(1002), [sym_true] = ACTIONS(1000), [sym_false] = ACTIONS(1000), [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, [202] = { [sym_identifier] = ACTIONS(1012), [aux_sym_preproc_include_token1] = ACTIONS(1012), [aux_sym_preproc_def_token1] = ACTIONS(1012), [aux_sym_preproc_if_token1] = ACTIONS(1012), [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), [sym_preproc_directive] = ACTIONS(1012), [anon_sym_LPAREN2] = ACTIONS(1014), [anon_sym_BANG] = ACTIONS(1014), [anon_sym_TILDE] = ACTIONS(1014), [anon_sym_DASH] = ACTIONS(1012), [anon_sym_PLUS] = ACTIONS(1012), [anon_sym_STAR] = ACTIONS(1014), [anon_sym_AMP] = ACTIONS(1014), [anon_sym_SEMI] = ACTIONS(1014), [anon_sym_typedef] = ACTIONS(1012), [anon_sym_extern] = ACTIONS(1012), [anon_sym___attribute__] = ACTIONS(1012), [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), [anon_sym___declspec] = ACTIONS(1012), [anon_sym___cdecl] = ACTIONS(1012), [anon_sym___clrcall] = ACTIONS(1012), [anon_sym___stdcall] = ACTIONS(1012), [anon_sym___fastcall] = ACTIONS(1012), [anon_sym___thiscall] = ACTIONS(1012), [anon_sym___vectorcall] = ACTIONS(1012), [anon_sym_LBRACE] = ACTIONS(1014), [anon_sym_RBRACE] = ACTIONS(1014), [anon_sym_static] = ACTIONS(1012), [anon_sym_auto] = ACTIONS(1012), [anon_sym_register] = ACTIONS(1012), [anon_sym_inline] = ACTIONS(1012), [anon_sym_const] = ACTIONS(1012), [anon_sym_volatile] = ACTIONS(1012), [anon_sym_restrict] = ACTIONS(1012), [anon_sym__Atomic] = ACTIONS(1012), [anon_sym_signed] = ACTIONS(1012), [anon_sym_unsigned] = ACTIONS(1012), [anon_sym_long] = ACTIONS(1012), [anon_sym_short] = ACTIONS(1012), [sym_primitive_type] = ACTIONS(1012), [anon_sym_enum] = ACTIONS(1012), [anon_sym_struct] = ACTIONS(1012), [anon_sym_union] = ACTIONS(1012), [anon_sym_if] = ACTIONS(1012), [anon_sym_else] = ACTIONS(1012), [anon_sym_switch] = ACTIONS(1012), [anon_sym_case] = ACTIONS(1012), [anon_sym_default] = ACTIONS(1012), [anon_sym_while] = ACTIONS(1012), [anon_sym_do] = ACTIONS(1012), [anon_sym_for] = ACTIONS(1012), [anon_sym_return] = ACTIONS(1012), [anon_sym_break] = ACTIONS(1012), [anon_sym_continue] = ACTIONS(1012), [anon_sym_goto] = ACTIONS(1012), [anon_sym_DASH_DASH] = ACTIONS(1014), [anon_sym_PLUS_PLUS] = ACTIONS(1014), [anon_sym_sizeof] = ACTIONS(1012), [sym_number_literal] = ACTIONS(1014), [anon_sym_L_SQUOTE] = ACTIONS(1014), [anon_sym_u_SQUOTE] = ACTIONS(1014), [anon_sym_U_SQUOTE] = ACTIONS(1014), [anon_sym_u8_SQUOTE] = ACTIONS(1014), [anon_sym_SQUOTE] = ACTIONS(1014), [anon_sym_L_DQUOTE] = ACTIONS(1014), [anon_sym_u_DQUOTE] = ACTIONS(1014), [anon_sym_U_DQUOTE] = ACTIONS(1014), [anon_sym_u8_DQUOTE] = ACTIONS(1014), [anon_sym_DQUOTE] = ACTIONS(1014), [sym_true] = ACTIONS(1012), [sym_false] = ACTIONS(1012), [sym_null] = ACTIONS(1012), [sym_comment] = ACTIONS(3), }, [203] = { [sym_identifier] = ACTIONS(1020), [aux_sym_preproc_include_token1] = ACTIONS(1020), [aux_sym_preproc_def_token1] = ACTIONS(1020), [aux_sym_preproc_if_token1] = ACTIONS(1020), [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), [sym_preproc_directive] = ACTIONS(1020), [anon_sym_LPAREN2] = ACTIONS(1022), [anon_sym_BANG] = ACTIONS(1022), [anon_sym_TILDE] = ACTIONS(1022), [anon_sym_DASH] = ACTIONS(1020), [anon_sym_PLUS] = ACTIONS(1020), [anon_sym_STAR] = ACTIONS(1022), [anon_sym_AMP] = ACTIONS(1022), [anon_sym_SEMI] = ACTIONS(1022), [anon_sym_typedef] = ACTIONS(1020), [anon_sym_extern] = ACTIONS(1020), [anon_sym___attribute__] = ACTIONS(1020), [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), [anon_sym___declspec] = ACTIONS(1020), [anon_sym___cdecl] = ACTIONS(1020), [anon_sym___clrcall] = ACTIONS(1020), [anon_sym___stdcall] = ACTIONS(1020), [anon_sym___fastcall] = ACTIONS(1020), [anon_sym___thiscall] = ACTIONS(1020), [anon_sym___vectorcall] = ACTIONS(1020), [anon_sym_LBRACE] = ACTIONS(1022), [anon_sym_RBRACE] = ACTIONS(1022), [anon_sym_static] = ACTIONS(1020), [anon_sym_auto] = ACTIONS(1020), [anon_sym_register] = ACTIONS(1020), [anon_sym_inline] = ACTIONS(1020), [anon_sym_const] = ACTIONS(1020), [anon_sym_volatile] = ACTIONS(1020), [anon_sym_restrict] = ACTIONS(1020), [anon_sym__Atomic] = ACTIONS(1020), [anon_sym_signed] = ACTIONS(1020), [anon_sym_unsigned] = ACTIONS(1020), [anon_sym_long] = ACTIONS(1020), [anon_sym_short] = ACTIONS(1020), [sym_primitive_type] = ACTIONS(1020), [anon_sym_enum] = ACTIONS(1020), [anon_sym_struct] = ACTIONS(1020), [anon_sym_union] = ACTIONS(1020), [anon_sym_if] = ACTIONS(1020), [anon_sym_else] = ACTIONS(1020), [anon_sym_switch] = ACTIONS(1020), [anon_sym_case] = ACTIONS(1020), [anon_sym_default] = ACTIONS(1020), [anon_sym_while] = ACTIONS(1020), [anon_sym_do] = ACTIONS(1020), [anon_sym_for] = ACTIONS(1020), [anon_sym_return] = ACTIONS(1020), [anon_sym_break] = ACTIONS(1020), [anon_sym_continue] = ACTIONS(1020), [anon_sym_goto] = ACTIONS(1020), [anon_sym_DASH_DASH] = ACTIONS(1022), [anon_sym_PLUS_PLUS] = ACTIONS(1022), [anon_sym_sizeof] = ACTIONS(1020), [sym_number_literal] = ACTIONS(1022), [anon_sym_L_SQUOTE] = ACTIONS(1022), [anon_sym_u_SQUOTE] = ACTIONS(1022), [anon_sym_U_SQUOTE] = ACTIONS(1022), [anon_sym_u8_SQUOTE] = ACTIONS(1022), [anon_sym_SQUOTE] = ACTIONS(1022), [anon_sym_L_DQUOTE] = ACTIONS(1022), [anon_sym_u_DQUOTE] = ACTIONS(1022), [anon_sym_U_DQUOTE] = ACTIONS(1022), [anon_sym_u8_DQUOTE] = ACTIONS(1022), [anon_sym_DQUOTE] = ACTIONS(1022), [sym_true] = ACTIONS(1020), [sym_false] = ACTIONS(1020), [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, [204] = { [sym_identifier] = ACTIONS(964), [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), [aux_sym_preproc_if_token1] = ACTIONS(964), [aux_sym_preproc_if_token2] = ACTIONS(964), [aux_sym_preproc_ifdef_token1] = ACTIONS(964), [aux_sym_preproc_ifdef_token2] = ACTIONS(964), [sym_preproc_directive] = ACTIONS(964), [anon_sym_LPAREN2] = ACTIONS(966), [anon_sym_BANG] = ACTIONS(966), [anon_sym_TILDE] = ACTIONS(966), [anon_sym_DASH] = ACTIONS(964), [anon_sym_PLUS] = ACTIONS(964), [anon_sym_STAR] = ACTIONS(966), [anon_sym_AMP] = ACTIONS(966), [anon_sym_SEMI] = ACTIONS(966), [anon_sym_typedef] = ACTIONS(964), [anon_sym_extern] = ACTIONS(964), [anon_sym___attribute__] = ACTIONS(964), [anon_sym_LBRACK_LBRACK] = ACTIONS(966), [anon_sym___declspec] = ACTIONS(964), [anon_sym___cdecl] = ACTIONS(964), [anon_sym___clrcall] = ACTIONS(964), [anon_sym___stdcall] = ACTIONS(964), [anon_sym___fastcall] = ACTIONS(964), [anon_sym___thiscall] = ACTIONS(964), [anon_sym___vectorcall] = ACTIONS(964), [anon_sym_LBRACE] = ACTIONS(966), [anon_sym_static] = ACTIONS(964), [anon_sym_auto] = ACTIONS(964), [anon_sym_register] = ACTIONS(964), [anon_sym_inline] = ACTIONS(964), [anon_sym_const] = ACTIONS(964), [anon_sym_volatile] = ACTIONS(964), [anon_sym_restrict] = ACTIONS(964), [anon_sym__Atomic] = ACTIONS(964), [anon_sym_signed] = ACTIONS(964), [anon_sym_unsigned] = ACTIONS(964), [anon_sym_long] = ACTIONS(964), [anon_sym_short] = ACTIONS(964), [sym_primitive_type] = ACTIONS(964), [anon_sym_enum] = ACTIONS(964), [anon_sym_struct] = ACTIONS(964), [anon_sym_union] = ACTIONS(964), [anon_sym_if] = ACTIONS(964), [anon_sym_else] = ACTIONS(964), [anon_sym_switch] = ACTIONS(964), [anon_sym_case] = ACTIONS(964), [anon_sym_default] = ACTIONS(964), [anon_sym_while] = ACTIONS(964), [anon_sym_do] = ACTIONS(964), [anon_sym_for] = ACTIONS(964), [anon_sym_return] = ACTIONS(964), [anon_sym_break] = ACTIONS(964), [anon_sym_continue] = ACTIONS(964), [anon_sym_goto] = ACTIONS(964), [anon_sym_DASH_DASH] = ACTIONS(966), [anon_sym_PLUS_PLUS] = ACTIONS(966), [anon_sym_sizeof] = ACTIONS(964), [sym_number_literal] = ACTIONS(966), [anon_sym_L_SQUOTE] = ACTIONS(966), [anon_sym_u_SQUOTE] = ACTIONS(966), [anon_sym_U_SQUOTE] = ACTIONS(966), [anon_sym_u8_SQUOTE] = ACTIONS(966), [anon_sym_SQUOTE] = ACTIONS(966), [anon_sym_L_DQUOTE] = ACTIONS(966), [anon_sym_u_DQUOTE] = ACTIONS(966), [anon_sym_U_DQUOTE] = ACTIONS(966), [anon_sym_u8_DQUOTE] = ACTIONS(966), [anon_sym_DQUOTE] = ACTIONS(966), [sym_true] = ACTIONS(964), [sym_false] = ACTIONS(964), [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, [205] = { [sym_identifier] = ACTIONS(972), [aux_sym_preproc_include_token1] = ACTIONS(972), [aux_sym_preproc_def_token1] = ACTIONS(972), [aux_sym_preproc_if_token1] = ACTIONS(972), [aux_sym_preproc_if_token2] = ACTIONS(972), [aux_sym_preproc_ifdef_token1] = ACTIONS(972), [aux_sym_preproc_ifdef_token2] = ACTIONS(972), [sym_preproc_directive] = ACTIONS(972), [anon_sym_LPAREN2] = ACTIONS(974), [anon_sym_BANG] = ACTIONS(974), [anon_sym_TILDE] = ACTIONS(974), [anon_sym_DASH] = ACTIONS(972), [anon_sym_PLUS] = ACTIONS(972), [anon_sym_STAR] = ACTIONS(974), [anon_sym_AMP] = ACTIONS(974), [anon_sym_SEMI] = ACTIONS(974), [anon_sym_typedef] = ACTIONS(972), [anon_sym_extern] = ACTIONS(972), [anon_sym___attribute__] = ACTIONS(972), [anon_sym_LBRACK_LBRACK] = ACTIONS(974), [anon_sym___declspec] = ACTIONS(972), [anon_sym___cdecl] = ACTIONS(972), [anon_sym___clrcall] = ACTIONS(972), [anon_sym___stdcall] = ACTIONS(972), [anon_sym___fastcall] = ACTIONS(972), [anon_sym___thiscall] = ACTIONS(972), [anon_sym___vectorcall] = ACTIONS(972), [anon_sym_LBRACE] = ACTIONS(974), [anon_sym_static] = ACTIONS(972), [anon_sym_auto] = ACTIONS(972), [anon_sym_register] = ACTIONS(972), [anon_sym_inline] = ACTIONS(972), [anon_sym_const] = ACTIONS(972), [anon_sym_volatile] = ACTIONS(972), [anon_sym_restrict] = ACTIONS(972), [anon_sym__Atomic] = ACTIONS(972), [anon_sym_signed] = ACTIONS(972), [anon_sym_unsigned] = ACTIONS(972), [anon_sym_long] = ACTIONS(972), [anon_sym_short] = ACTIONS(972), [sym_primitive_type] = ACTIONS(972), [anon_sym_enum] = ACTIONS(972), [anon_sym_struct] = ACTIONS(972), [anon_sym_union] = ACTIONS(972), [anon_sym_if] = ACTIONS(972), [anon_sym_else] = ACTIONS(972), [anon_sym_switch] = ACTIONS(972), [anon_sym_case] = ACTIONS(972), [anon_sym_default] = ACTIONS(972), [anon_sym_while] = ACTIONS(972), [anon_sym_do] = ACTIONS(972), [anon_sym_for] = ACTIONS(972), [anon_sym_return] = ACTIONS(972), [anon_sym_break] = ACTIONS(972), [anon_sym_continue] = ACTIONS(972), [anon_sym_goto] = ACTIONS(972), [anon_sym_DASH_DASH] = ACTIONS(974), [anon_sym_PLUS_PLUS] = ACTIONS(974), [anon_sym_sizeof] = ACTIONS(972), [sym_number_literal] = ACTIONS(974), [anon_sym_L_SQUOTE] = ACTIONS(974), [anon_sym_u_SQUOTE] = ACTIONS(974), [anon_sym_U_SQUOTE] = ACTIONS(974), [anon_sym_u8_SQUOTE] = ACTIONS(974), [anon_sym_SQUOTE] = ACTIONS(974), [anon_sym_L_DQUOTE] = ACTIONS(974), [anon_sym_u_DQUOTE] = ACTIONS(974), [anon_sym_U_DQUOTE] = ACTIONS(974), [anon_sym_u8_DQUOTE] = ACTIONS(974), [anon_sym_DQUOTE] = ACTIONS(974), [sym_true] = ACTIONS(972), [sym_false] = ACTIONS(972), [sym_null] = ACTIONS(972), [sym_comment] = ACTIONS(3), }, [206] = { [sym_identifier] = ACTIONS(1024), [aux_sym_preproc_include_token1] = ACTIONS(1024), [aux_sym_preproc_def_token1] = ACTIONS(1024), [aux_sym_preproc_if_token1] = ACTIONS(1024), [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), [sym_preproc_directive] = ACTIONS(1024), [anon_sym_LPAREN2] = ACTIONS(1026), [anon_sym_BANG] = ACTIONS(1026), [anon_sym_TILDE] = ACTIONS(1026), [anon_sym_DASH] = ACTIONS(1024), [anon_sym_PLUS] = ACTIONS(1024), [anon_sym_STAR] = ACTIONS(1026), [anon_sym_AMP] = ACTIONS(1026), [anon_sym_SEMI] = ACTIONS(1026), [anon_sym_typedef] = ACTIONS(1024), [anon_sym_extern] = ACTIONS(1024), [anon_sym___attribute__] = ACTIONS(1024), [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), [anon_sym___declspec] = ACTIONS(1024), [anon_sym___cdecl] = ACTIONS(1024), [anon_sym___clrcall] = ACTIONS(1024), [anon_sym___stdcall] = ACTIONS(1024), [anon_sym___fastcall] = ACTIONS(1024), [anon_sym___thiscall] = ACTIONS(1024), [anon_sym___vectorcall] = ACTIONS(1024), [anon_sym_LBRACE] = ACTIONS(1026), [anon_sym_RBRACE] = ACTIONS(1026), [anon_sym_static] = ACTIONS(1024), [anon_sym_auto] = ACTIONS(1024), [anon_sym_register] = ACTIONS(1024), [anon_sym_inline] = ACTIONS(1024), [anon_sym_const] = ACTIONS(1024), [anon_sym_volatile] = ACTIONS(1024), [anon_sym_restrict] = ACTIONS(1024), [anon_sym__Atomic] = ACTIONS(1024), [anon_sym_signed] = ACTIONS(1024), [anon_sym_unsigned] = ACTIONS(1024), [anon_sym_long] = ACTIONS(1024), [anon_sym_short] = ACTIONS(1024), [sym_primitive_type] = ACTIONS(1024), [anon_sym_enum] = ACTIONS(1024), [anon_sym_struct] = ACTIONS(1024), [anon_sym_union] = ACTIONS(1024), [anon_sym_if] = ACTIONS(1024), [anon_sym_else] = ACTIONS(1024), [anon_sym_switch] = ACTIONS(1024), [anon_sym_case] = ACTIONS(1024), [anon_sym_default] = ACTIONS(1024), [anon_sym_while] = ACTIONS(1024), [anon_sym_do] = ACTIONS(1024), [anon_sym_for] = ACTIONS(1024), [anon_sym_return] = ACTIONS(1024), [anon_sym_break] = ACTIONS(1024), [anon_sym_continue] = ACTIONS(1024), [anon_sym_goto] = ACTIONS(1024), [anon_sym_DASH_DASH] = ACTIONS(1026), [anon_sym_PLUS_PLUS] = ACTIONS(1026), [anon_sym_sizeof] = ACTIONS(1024), [sym_number_literal] = ACTIONS(1026), [anon_sym_L_SQUOTE] = ACTIONS(1026), [anon_sym_u_SQUOTE] = ACTIONS(1026), [anon_sym_U_SQUOTE] = ACTIONS(1026), [anon_sym_u8_SQUOTE] = ACTIONS(1026), [anon_sym_SQUOTE] = ACTIONS(1026), [anon_sym_L_DQUOTE] = ACTIONS(1026), [anon_sym_u_DQUOTE] = ACTIONS(1026), [anon_sym_U_DQUOTE] = ACTIONS(1026), [anon_sym_u8_DQUOTE] = ACTIONS(1026), [anon_sym_DQUOTE] = ACTIONS(1026), [sym_true] = ACTIONS(1024), [sym_false] = ACTIONS(1024), [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, [207] = { [sym_identifier] = ACTIONS(932), [aux_sym_preproc_include_token1] = ACTIONS(932), [aux_sym_preproc_def_token1] = ACTIONS(932), [aux_sym_preproc_if_token1] = ACTIONS(932), [aux_sym_preproc_ifdef_token1] = ACTIONS(932), [aux_sym_preproc_ifdef_token2] = ACTIONS(932), [sym_preproc_directive] = ACTIONS(932), [anon_sym_LPAREN2] = ACTIONS(934), [anon_sym_BANG] = ACTIONS(934), [anon_sym_TILDE] = ACTIONS(934), [anon_sym_DASH] = ACTIONS(932), [anon_sym_PLUS] = ACTIONS(932), [anon_sym_STAR] = ACTIONS(934), [anon_sym_AMP] = ACTIONS(934), [anon_sym_SEMI] = ACTIONS(934), [anon_sym_typedef] = ACTIONS(932), [anon_sym_extern] = ACTIONS(932), [anon_sym___attribute__] = ACTIONS(932), [anon_sym_LBRACK_LBRACK] = ACTIONS(934), [anon_sym___declspec] = ACTIONS(932), [anon_sym___cdecl] = ACTIONS(932), [anon_sym___clrcall] = ACTIONS(932), [anon_sym___stdcall] = ACTIONS(932), [anon_sym___fastcall] = ACTIONS(932), [anon_sym___thiscall] = ACTIONS(932), [anon_sym___vectorcall] = ACTIONS(932), [anon_sym_LBRACE] = ACTIONS(934), [anon_sym_RBRACE] = ACTIONS(934), [anon_sym_static] = ACTIONS(932), [anon_sym_auto] = ACTIONS(932), [anon_sym_register] = ACTIONS(932), [anon_sym_inline] = ACTIONS(932), [anon_sym_const] = ACTIONS(932), [anon_sym_volatile] = ACTIONS(932), [anon_sym_restrict] = ACTIONS(932), [anon_sym__Atomic] = ACTIONS(932), [anon_sym_signed] = ACTIONS(932), [anon_sym_unsigned] = ACTIONS(932), [anon_sym_long] = ACTIONS(932), [anon_sym_short] = ACTIONS(932), [sym_primitive_type] = ACTIONS(932), [anon_sym_enum] = ACTIONS(932), [anon_sym_struct] = ACTIONS(932), [anon_sym_union] = ACTIONS(932), [anon_sym_if] = ACTIONS(932), [anon_sym_else] = ACTIONS(932), [anon_sym_switch] = ACTIONS(932), [anon_sym_case] = ACTIONS(932), [anon_sym_default] = ACTIONS(932), [anon_sym_while] = ACTIONS(932), [anon_sym_do] = ACTIONS(932), [anon_sym_for] = ACTIONS(932), [anon_sym_return] = ACTIONS(932), [anon_sym_break] = ACTIONS(932), [anon_sym_continue] = ACTIONS(932), [anon_sym_goto] = ACTIONS(932), [anon_sym_DASH_DASH] = ACTIONS(934), [anon_sym_PLUS_PLUS] = ACTIONS(934), [anon_sym_sizeof] = ACTIONS(932), [sym_number_literal] = ACTIONS(934), [anon_sym_L_SQUOTE] = ACTIONS(934), [anon_sym_u_SQUOTE] = ACTIONS(934), [anon_sym_U_SQUOTE] = ACTIONS(934), [anon_sym_u8_SQUOTE] = ACTIONS(934), [anon_sym_SQUOTE] = ACTIONS(934), [anon_sym_L_DQUOTE] = ACTIONS(934), [anon_sym_u_DQUOTE] = ACTIONS(934), [anon_sym_U_DQUOTE] = ACTIONS(934), [anon_sym_u8_DQUOTE] = ACTIONS(934), [anon_sym_DQUOTE] = ACTIONS(934), [sym_true] = ACTIONS(932), [sym_false] = ACTIONS(932), [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, [208] = { [sym_identifier] = ACTIONS(980), [aux_sym_preproc_include_token1] = ACTIONS(980), [aux_sym_preproc_def_token1] = ACTIONS(980), [aux_sym_preproc_if_token1] = ACTIONS(980), [aux_sym_preproc_if_token2] = ACTIONS(980), [aux_sym_preproc_ifdef_token1] = ACTIONS(980), [aux_sym_preproc_ifdef_token2] = ACTIONS(980), [sym_preproc_directive] = ACTIONS(980), [anon_sym_LPAREN2] = ACTIONS(982), [anon_sym_BANG] = ACTIONS(982), [anon_sym_TILDE] = ACTIONS(982), [anon_sym_DASH] = ACTIONS(980), [anon_sym_PLUS] = ACTIONS(980), [anon_sym_STAR] = ACTIONS(982), [anon_sym_AMP] = ACTIONS(982), [anon_sym_SEMI] = ACTIONS(982), [anon_sym_typedef] = ACTIONS(980), [anon_sym_extern] = ACTIONS(980), [anon_sym___attribute__] = ACTIONS(980), [anon_sym_LBRACK_LBRACK] = ACTIONS(982), [anon_sym___declspec] = ACTIONS(980), [anon_sym___cdecl] = ACTIONS(980), [anon_sym___clrcall] = ACTIONS(980), [anon_sym___stdcall] = ACTIONS(980), [anon_sym___fastcall] = ACTIONS(980), [anon_sym___thiscall] = ACTIONS(980), [anon_sym___vectorcall] = ACTIONS(980), [anon_sym_LBRACE] = ACTIONS(982), [anon_sym_static] = ACTIONS(980), [anon_sym_auto] = ACTIONS(980), [anon_sym_register] = ACTIONS(980), [anon_sym_inline] = ACTIONS(980), [anon_sym_const] = ACTIONS(980), [anon_sym_volatile] = ACTIONS(980), [anon_sym_restrict] = ACTIONS(980), [anon_sym__Atomic] = ACTIONS(980), [anon_sym_signed] = ACTIONS(980), [anon_sym_unsigned] = ACTIONS(980), [anon_sym_long] = ACTIONS(980), [anon_sym_short] = ACTIONS(980), [sym_primitive_type] = ACTIONS(980), [anon_sym_enum] = ACTIONS(980), [anon_sym_struct] = ACTIONS(980), [anon_sym_union] = ACTIONS(980), [anon_sym_if] = ACTIONS(980), [anon_sym_else] = ACTIONS(980), [anon_sym_switch] = ACTIONS(980), [anon_sym_case] = ACTIONS(980), [anon_sym_default] = ACTIONS(980), [anon_sym_while] = ACTIONS(980), [anon_sym_do] = ACTIONS(980), [anon_sym_for] = ACTIONS(980), [anon_sym_return] = ACTIONS(980), [anon_sym_break] = ACTIONS(980), [anon_sym_continue] = ACTIONS(980), [anon_sym_goto] = ACTIONS(980), [anon_sym_DASH_DASH] = ACTIONS(982), [anon_sym_PLUS_PLUS] = ACTIONS(982), [anon_sym_sizeof] = ACTIONS(980), [sym_number_literal] = ACTIONS(982), [anon_sym_L_SQUOTE] = ACTIONS(982), [anon_sym_u_SQUOTE] = ACTIONS(982), [anon_sym_U_SQUOTE] = ACTIONS(982), [anon_sym_u8_SQUOTE] = ACTIONS(982), [anon_sym_SQUOTE] = ACTIONS(982), [anon_sym_L_DQUOTE] = ACTIONS(982), [anon_sym_u_DQUOTE] = ACTIONS(982), [anon_sym_U_DQUOTE] = ACTIONS(982), [anon_sym_u8_DQUOTE] = ACTIONS(982), [anon_sym_DQUOTE] = ACTIONS(982), [sym_true] = ACTIONS(980), [sym_false] = ACTIONS(980), [sym_null] = ACTIONS(980), [sym_comment] = ACTIONS(3), }, [209] = { [ts_builtin_sym_end] = ACTIONS(892), [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [210] = { [ts_builtin_sym_end] = ACTIONS(926), [sym_identifier] = ACTIONS(924), [aux_sym_preproc_include_token1] = ACTIONS(924), [aux_sym_preproc_def_token1] = ACTIONS(924), [aux_sym_preproc_if_token1] = ACTIONS(924), [aux_sym_preproc_ifdef_token1] = ACTIONS(924), [aux_sym_preproc_ifdef_token2] = ACTIONS(924), [sym_preproc_directive] = ACTIONS(924), [anon_sym_LPAREN2] = ACTIONS(926), [anon_sym_BANG] = ACTIONS(926), [anon_sym_TILDE] = ACTIONS(926), [anon_sym_DASH] = ACTIONS(924), [anon_sym_PLUS] = ACTIONS(924), [anon_sym_STAR] = ACTIONS(926), [anon_sym_AMP] = ACTIONS(926), [anon_sym_SEMI] = ACTIONS(926), [anon_sym_typedef] = ACTIONS(924), [anon_sym_extern] = ACTIONS(924), [anon_sym___attribute__] = ACTIONS(924), [anon_sym_LBRACK_LBRACK] = ACTIONS(926), [anon_sym___declspec] = ACTIONS(924), [anon_sym___cdecl] = ACTIONS(924), [anon_sym___clrcall] = ACTIONS(924), [anon_sym___stdcall] = ACTIONS(924), [anon_sym___fastcall] = ACTIONS(924), [anon_sym___thiscall] = ACTIONS(924), [anon_sym___vectorcall] = ACTIONS(924), [anon_sym_LBRACE] = ACTIONS(926), [anon_sym_static] = ACTIONS(924), [anon_sym_auto] = ACTIONS(924), [anon_sym_register] = ACTIONS(924), [anon_sym_inline] = ACTIONS(924), [anon_sym_const] = ACTIONS(924), [anon_sym_volatile] = ACTIONS(924), [anon_sym_restrict] = ACTIONS(924), [anon_sym__Atomic] = ACTIONS(924), [anon_sym_signed] = ACTIONS(924), [anon_sym_unsigned] = ACTIONS(924), [anon_sym_long] = ACTIONS(924), [anon_sym_short] = ACTIONS(924), [sym_primitive_type] = ACTIONS(924), [anon_sym_enum] = ACTIONS(924), [anon_sym_struct] = ACTIONS(924), [anon_sym_union] = ACTIONS(924), [anon_sym_if] = ACTIONS(924), [anon_sym_else] = ACTIONS(924), [anon_sym_switch] = ACTIONS(924), [anon_sym_case] = ACTIONS(924), [anon_sym_default] = ACTIONS(924), [anon_sym_while] = ACTIONS(924), [anon_sym_do] = ACTIONS(924), [anon_sym_for] = ACTIONS(924), [anon_sym_return] = ACTIONS(924), [anon_sym_break] = ACTIONS(924), [anon_sym_continue] = ACTIONS(924), [anon_sym_goto] = ACTIONS(924), [anon_sym_DASH_DASH] = ACTIONS(926), [anon_sym_PLUS_PLUS] = ACTIONS(926), [anon_sym_sizeof] = ACTIONS(924), [sym_number_literal] = ACTIONS(926), [anon_sym_L_SQUOTE] = ACTIONS(926), [anon_sym_u_SQUOTE] = ACTIONS(926), [anon_sym_U_SQUOTE] = ACTIONS(926), [anon_sym_u8_SQUOTE] = ACTIONS(926), [anon_sym_SQUOTE] = ACTIONS(926), [anon_sym_L_DQUOTE] = ACTIONS(926), [anon_sym_u_DQUOTE] = ACTIONS(926), [anon_sym_U_DQUOTE] = ACTIONS(926), [anon_sym_u8_DQUOTE] = ACTIONS(926), [anon_sym_DQUOTE] = ACTIONS(926), [sym_true] = ACTIONS(924), [sym_false] = ACTIONS(924), [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [211] = { [sym_identifier] = ACTIONS(940), [aux_sym_preproc_include_token1] = ACTIONS(940), [aux_sym_preproc_def_token1] = ACTIONS(940), [aux_sym_preproc_if_token1] = ACTIONS(940), [aux_sym_preproc_ifdef_token1] = ACTIONS(940), [aux_sym_preproc_ifdef_token2] = ACTIONS(940), [sym_preproc_directive] = ACTIONS(940), [anon_sym_LPAREN2] = ACTIONS(942), [anon_sym_BANG] = ACTIONS(942), [anon_sym_TILDE] = ACTIONS(942), [anon_sym_DASH] = ACTIONS(940), [anon_sym_PLUS] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), [anon_sym_AMP] = ACTIONS(942), [anon_sym_SEMI] = ACTIONS(942), [anon_sym_typedef] = ACTIONS(940), [anon_sym_extern] = ACTIONS(940), [anon_sym___attribute__] = ACTIONS(940), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym___declspec] = ACTIONS(940), [anon_sym___cdecl] = ACTIONS(940), [anon_sym___clrcall] = ACTIONS(940), [anon_sym___stdcall] = ACTIONS(940), [anon_sym___fastcall] = ACTIONS(940), [anon_sym___thiscall] = ACTIONS(940), [anon_sym___vectorcall] = ACTIONS(940), [anon_sym_LBRACE] = ACTIONS(942), [anon_sym_RBRACE] = ACTIONS(942), [anon_sym_static] = ACTIONS(940), [anon_sym_auto] = ACTIONS(940), [anon_sym_register] = ACTIONS(940), [anon_sym_inline] = ACTIONS(940), [anon_sym_const] = ACTIONS(940), [anon_sym_volatile] = ACTIONS(940), [anon_sym_restrict] = ACTIONS(940), [anon_sym__Atomic] = ACTIONS(940), [anon_sym_signed] = ACTIONS(940), [anon_sym_unsigned] = ACTIONS(940), [anon_sym_long] = ACTIONS(940), [anon_sym_short] = ACTIONS(940), [sym_primitive_type] = ACTIONS(940), [anon_sym_enum] = ACTIONS(940), [anon_sym_struct] = ACTIONS(940), [anon_sym_union] = ACTIONS(940), [anon_sym_if] = ACTIONS(940), [anon_sym_else] = ACTIONS(940), [anon_sym_switch] = ACTIONS(940), [anon_sym_case] = ACTIONS(940), [anon_sym_default] = ACTIONS(940), [anon_sym_while] = ACTIONS(940), [anon_sym_do] = ACTIONS(940), [anon_sym_for] = ACTIONS(940), [anon_sym_return] = ACTIONS(940), [anon_sym_break] = ACTIONS(940), [anon_sym_continue] = ACTIONS(940), [anon_sym_goto] = ACTIONS(940), [anon_sym_DASH_DASH] = ACTIONS(942), [anon_sym_PLUS_PLUS] = ACTIONS(942), [anon_sym_sizeof] = ACTIONS(940), [sym_number_literal] = ACTIONS(942), [anon_sym_L_SQUOTE] = ACTIONS(942), [anon_sym_u_SQUOTE] = ACTIONS(942), [anon_sym_U_SQUOTE] = ACTIONS(942), [anon_sym_u8_SQUOTE] = ACTIONS(942), [anon_sym_SQUOTE] = ACTIONS(942), [anon_sym_L_DQUOTE] = ACTIONS(942), [anon_sym_u_DQUOTE] = ACTIONS(942), [anon_sym_U_DQUOTE] = ACTIONS(942), [anon_sym_u8_DQUOTE] = ACTIONS(942), [anon_sym_DQUOTE] = ACTIONS(942), [sym_true] = ACTIONS(940), [sym_false] = ACTIONS(940), [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, [212] = { [sym_identifier] = ACTIONS(984), [aux_sym_preproc_include_token1] = ACTIONS(984), [aux_sym_preproc_def_token1] = ACTIONS(984), [aux_sym_preproc_if_token1] = ACTIONS(984), [aux_sym_preproc_if_token2] = ACTIONS(984), [aux_sym_preproc_ifdef_token1] = ACTIONS(984), [aux_sym_preproc_ifdef_token2] = ACTIONS(984), [sym_preproc_directive] = ACTIONS(984), [anon_sym_LPAREN2] = ACTIONS(986), [anon_sym_BANG] = ACTIONS(986), [anon_sym_TILDE] = ACTIONS(986), [anon_sym_DASH] = ACTIONS(984), [anon_sym_PLUS] = ACTIONS(984), [anon_sym_STAR] = ACTIONS(986), [anon_sym_AMP] = ACTIONS(986), [anon_sym_SEMI] = ACTIONS(986), [anon_sym_typedef] = ACTIONS(984), [anon_sym_extern] = ACTIONS(984), [anon_sym___attribute__] = ACTIONS(984), [anon_sym_LBRACK_LBRACK] = ACTIONS(986), [anon_sym___declspec] = ACTIONS(984), [anon_sym___cdecl] = ACTIONS(984), [anon_sym___clrcall] = ACTIONS(984), [anon_sym___stdcall] = ACTIONS(984), [anon_sym___fastcall] = ACTIONS(984), [anon_sym___thiscall] = ACTIONS(984), [anon_sym___vectorcall] = ACTIONS(984), [anon_sym_LBRACE] = ACTIONS(986), [anon_sym_static] = ACTIONS(984), [anon_sym_auto] = ACTIONS(984), [anon_sym_register] = ACTIONS(984), [anon_sym_inline] = ACTIONS(984), [anon_sym_const] = ACTIONS(984), [anon_sym_volatile] = ACTIONS(984), [anon_sym_restrict] = ACTIONS(984), [anon_sym__Atomic] = ACTIONS(984), [anon_sym_signed] = ACTIONS(984), [anon_sym_unsigned] = ACTIONS(984), [anon_sym_long] = ACTIONS(984), [anon_sym_short] = ACTIONS(984), [sym_primitive_type] = ACTIONS(984), [anon_sym_enum] = ACTIONS(984), [anon_sym_struct] = ACTIONS(984), [anon_sym_union] = ACTIONS(984), [anon_sym_if] = ACTIONS(984), [anon_sym_else] = ACTIONS(984), [anon_sym_switch] = ACTIONS(984), [anon_sym_case] = ACTIONS(984), [anon_sym_default] = ACTIONS(984), [anon_sym_while] = ACTIONS(984), [anon_sym_do] = ACTIONS(984), [anon_sym_for] = ACTIONS(984), [anon_sym_return] = ACTIONS(984), [anon_sym_break] = ACTIONS(984), [anon_sym_continue] = ACTIONS(984), [anon_sym_goto] = ACTIONS(984), [anon_sym_DASH_DASH] = ACTIONS(986), [anon_sym_PLUS_PLUS] = ACTIONS(986), [anon_sym_sizeof] = ACTIONS(984), [sym_number_literal] = ACTIONS(986), [anon_sym_L_SQUOTE] = ACTIONS(986), [anon_sym_u_SQUOTE] = ACTIONS(986), [anon_sym_U_SQUOTE] = ACTIONS(986), [anon_sym_u8_SQUOTE] = ACTIONS(986), [anon_sym_SQUOTE] = ACTIONS(986), [anon_sym_L_DQUOTE] = ACTIONS(986), [anon_sym_u_DQUOTE] = ACTIONS(986), [anon_sym_U_DQUOTE] = ACTIONS(986), [anon_sym_u8_DQUOTE] = ACTIONS(986), [anon_sym_DQUOTE] = ACTIONS(986), [sym_true] = ACTIONS(984), [sym_false] = ACTIONS(984), [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, [213] = { [sym_identifier] = ACTIONS(948), [aux_sym_preproc_include_token1] = ACTIONS(948), [aux_sym_preproc_def_token1] = ACTIONS(948), [aux_sym_preproc_if_token1] = ACTIONS(948), [aux_sym_preproc_ifdef_token1] = ACTIONS(948), [aux_sym_preproc_ifdef_token2] = ACTIONS(948), [sym_preproc_directive] = ACTIONS(948), [anon_sym_LPAREN2] = ACTIONS(950), [anon_sym_BANG] = ACTIONS(950), [anon_sym_TILDE] = ACTIONS(950), [anon_sym_DASH] = ACTIONS(948), [anon_sym_PLUS] = ACTIONS(948), [anon_sym_STAR] = ACTIONS(950), [anon_sym_AMP] = ACTIONS(950), [anon_sym_SEMI] = ACTIONS(950), [anon_sym_typedef] = ACTIONS(948), [anon_sym_extern] = ACTIONS(948), [anon_sym___attribute__] = ACTIONS(948), [anon_sym_LBRACK_LBRACK] = ACTIONS(950), [anon_sym___declspec] = ACTIONS(948), [anon_sym___cdecl] = ACTIONS(948), [anon_sym___clrcall] = ACTIONS(948), [anon_sym___stdcall] = ACTIONS(948), [anon_sym___fastcall] = ACTIONS(948), [anon_sym___thiscall] = ACTIONS(948), [anon_sym___vectorcall] = ACTIONS(948), [anon_sym_LBRACE] = ACTIONS(950), [anon_sym_RBRACE] = ACTIONS(950), [anon_sym_static] = ACTIONS(948), [anon_sym_auto] = ACTIONS(948), [anon_sym_register] = ACTIONS(948), [anon_sym_inline] = ACTIONS(948), [anon_sym_const] = ACTIONS(948), [anon_sym_volatile] = ACTIONS(948), [anon_sym_restrict] = ACTIONS(948), [anon_sym__Atomic] = ACTIONS(948), [anon_sym_signed] = ACTIONS(948), [anon_sym_unsigned] = ACTIONS(948), [anon_sym_long] = ACTIONS(948), [anon_sym_short] = ACTIONS(948), [sym_primitive_type] = ACTIONS(948), [anon_sym_enum] = ACTIONS(948), [anon_sym_struct] = ACTIONS(948), [anon_sym_union] = ACTIONS(948), [anon_sym_if] = ACTIONS(948), [anon_sym_else] = ACTIONS(948), [anon_sym_switch] = ACTIONS(948), [anon_sym_case] = ACTIONS(948), [anon_sym_default] = ACTIONS(948), [anon_sym_while] = ACTIONS(948), [anon_sym_do] = ACTIONS(948), [anon_sym_for] = ACTIONS(948), [anon_sym_return] = ACTIONS(948), [anon_sym_break] = ACTIONS(948), [anon_sym_continue] = ACTIONS(948), [anon_sym_goto] = ACTIONS(948), [anon_sym_DASH_DASH] = ACTIONS(950), [anon_sym_PLUS_PLUS] = ACTIONS(950), [anon_sym_sizeof] = ACTIONS(948), [sym_number_literal] = ACTIONS(950), [anon_sym_L_SQUOTE] = ACTIONS(950), [anon_sym_u_SQUOTE] = ACTIONS(950), [anon_sym_U_SQUOTE] = ACTIONS(950), [anon_sym_u8_SQUOTE] = ACTIONS(950), [anon_sym_SQUOTE] = ACTIONS(950), [anon_sym_L_DQUOTE] = ACTIONS(950), [anon_sym_u_DQUOTE] = ACTIONS(950), [anon_sym_U_DQUOTE] = ACTIONS(950), [anon_sym_u8_DQUOTE] = ACTIONS(950), [anon_sym_DQUOTE] = ACTIONS(950), [sym_true] = ACTIONS(948), [sym_false] = ACTIONS(948), [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, [214] = { [sym_identifier] = ACTIONS(894), [aux_sym_preproc_include_token1] = ACTIONS(894), [aux_sym_preproc_def_token1] = ACTIONS(894), [aux_sym_preproc_if_token1] = ACTIONS(894), [aux_sym_preproc_ifdef_token1] = ACTIONS(894), [aux_sym_preproc_ifdef_token2] = ACTIONS(894), [sym_preproc_directive] = ACTIONS(894), [anon_sym_LPAREN2] = ACTIONS(896), [anon_sym_BANG] = ACTIONS(896), [anon_sym_TILDE] = ACTIONS(896), [anon_sym_DASH] = ACTIONS(894), [anon_sym_PLUS] = ACTIONS(894), [anon_sym_STAR] = ACTIONS(896), [anon_sym_AMP] = ACTIONS(896), [anon_sym_SEMI] = ACTIONS(896), [anon_sym_typedef] = ACTIONS(894), [anon_sym_extern] = ACTIONS(894), [anon_sym___attribute__] = ACTIONS(894), [anon_sym_LBRACK_LBRACK] = ACTIONS(896), [anon_sym___declspec] = ACTIONS(894), [anon_sym___cdecl] = ACTIONS(894), [anon_sym___clrcall] = ACTIONS(894), [anon_sym___stdcall] = ACTIONS(894), [anon_sym___fastcall] = ACTIONS(894), [anon_sym___thiscall] = ACTIONS(894), [anon_sym___vectorcall] = ACTIONS(894), [anon_sym_LBRACE] = ACTIONS(896), [anon_sym_RBRACE] = ACTIONS(896), [anon_sym_static] = ACTIONS(894), [anon_sym_auto] = ACTIONS(894), [anon_sym_register] = ACTIONS(894), [anon_sym_inline] = ACTIONS(894), [anon_sym_const] = ACTIONS(894), [anon_sym_volatile] = ACTIONS(894), [anon_sym_restrict] = ACTIONS(894), [anon_sym__Atomic] = ACTIONS(894), [anon_sym_signed] = ACTIONS(894), [anon_sym_unsigned] = ACTIONS(894), [anon_sym_long] = ACTIONS(894), [anon_sym_short] = ACTIONS(894), [sym_primitive_type] = ACTIONS(894), [anon_sym_enum] = ACTIONS(894), [anon_sym_struct] = ACTIONS(894), [anon_sym_union] = ACTIONS(894), [anon_sym_if] = ACTIONS(894), [anon_sym_else] = ACTIONS(894), [anon_sym_switch] = ACTIONS(894), [anon_sym_case] = ACTIONS(894), [anon_sym_default] = ACTIONS(894), [anon_sym_while] = ACTIONS(894), [anon_sym_do] = ACTIONS(894), [anon_sym_for] = ACTIONS(894), [anon_sym_return] = ACTIONS(894), [anon_sym_break] = ACTIONS(894), [anon_sym_continue] = ACTIONS(894), [anon_sym_goto] = ACTIONS(894), [anon_sym_DASH_DASH] = ACTIONS(896), [anon_sym_PLUS_PLUS] = ACTIONS(896), [anon_sym_sizeof] = ACTIONS(894), [sym_number_literal] = ACTIONS(896), [anon_sym_L_SQUOTE] = ACTIONS(896), [anon_sym_u_SQUOTE] = ACTIONS(896), [anon_sym_U_SQUOTE] = ACTIONS(896), [anon_sym_u8_SQUOTE] = ACTIONS(896), [anon_sym_SQUOTE] = ACTIONS(896), [anon_sym_L_DQUOTE] = ACTIONS(896), [anon_sym_u_DQUOTE] = ACTIONS(896), [anon_sym_U_DQUOTE] = ACTIONS(896), [anon_sym_u8_DQUOTE] = ACTIONS(896), [anon_sym_DQUOTE] = ACTIONS(896), [sym_true] = ACTIONS(894), [sym_false] = ACTIONS(894), [sym_null] = ACTIONS(894), [sym_comment] = ACTIONS(3), }, [215] = { [ts_builtin_sym_end] = ACTIONS(892), [sym_identifier] = ACTIONS(890), [aux_sym_preproc_include_token1] = ACTIONS(890), [aux_sym_preproc_def_token1] = ACTIONS(890), [aux_sym_preproc_if_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token1] = ACTIONS(890), [aux_sym_preproc_ifdef_token2] = ACTIONS(890), [sym_preproc_directive] = ACTIONS(890), [anon_sym_LPAREN2] = ACTIONS(892), [anon_sym_BANG] = ACTIONS(892), [anon_sym_TILDE] = ACTIONS(892), [anon_sym_DASH] = ACTIONS(890), [anon_sym_PLUS] = ACTIONS(890), [anon_sym_STAR] = ACTIONS(892), [anon_sym_AMP] = ACTIONS(892), [anon_sym_SEMI] = ACTIONS(892), [anon_sym_typedef] = ACTIONS(890), [anon_sym_extern] = ACTIONS(890), [anon_sym___attribute__] = ACTIONS(890), [anon_sym_LBRACK_LBRACK] = ACTIONS(892), [anon_sym___declspec] = ACTIONS(890), [anon_sym___cdecl] = ACTIONS(890), [anon_sym___clrcall] = ACTIONS(890), [anon_sym___stdcall] = ACTIONS(890), [anon_sym___fastcall] = ACTIONS(890), [anon_sym___thiscall] = ACTIONS(890), [anon_sym___vectorcall] = ACTIONS(890), [anon_sym_LBRACE] = ACTIONS(892), [anon_sym_static] = ACTIONS(890), [anon_sym_auto] = ACTIONS(890), [anon_sym_register] = ACTIONS(890), [anon_sym_inline] = ACTIONS(890), [anon_sym_const] = ACTIONS(890), [anon_sym_volatile] = ACTIONS(890), [anon_sym_restrict] = ACTIONS(890), [anon_sym__Atomic] = ACTIONS(890), [anon_sym_signed] = ACTIONS(890), [anon_sym_unsigned] = ACTIONS(890), [anon_sym_long] = ACTIONS(890), [anon_sym_short] = ACTIONS(890), [sym_primitive_type] = ACTIONS(890), [anon_sym_enum] = ACTIONS(890), [anon_sym_struct] = ACTIONS(890), [anon_sym_union] = ACTIONS(890), [anon_sym_if] = ACTIONS(890), [anon_sym_else] = ACTIONS(890), [anon_sym_switch] = ACTIONS(890), [anon_sym_case] = ACTIONS(890), [anon_sym_default] = ACTIONS(890), [anon_sym_while] = ACTIONS(890), [anon_sym_do] = ACTIONS(890), [anon_sym_for] = ACTIONS(890), [anon_sym_return] = ACTIONS(890), [anon_sym_break] = ACTIONS(890), [anon_sym_continue] = ACTIONS(890), [anon_sym_goto] = ACTIONS(890), [anon_sym_DASH_DASH] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_sizeof] = ACTIONS(890), [sym_number_literal] = ACTIONS(892), [anon_sym_L_SQUOTE] = ACTIONS(892), [anon_sym_u_SQUOTE] = ACTIONS(892), [anon_sym_U_SQUOTE] = ACTIONS(892), [anon_sym_u8_SQUOTE] = ACTIONS(892), [anon_sym_SQUOTE] = ACTIONS(892), [anon_sym_L_DQUOTE] = ACTIONS(892), [anon_sym_u_DQUOTE] = ACTIONS(892), [anon_sym_U_DQUOTE] = ACTIONS(892), [anon_sym_u8_DQUOTE] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(892), [sym_true] = ACTIONS(890), [sym_false] = ACTIONS(890), [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, [216] = { [sym_identifier] = ACTIONS(988), [aux_sym_preproc_include_token1] = ACTIONS(988), [aux_sym_preproc_def_token1] = ACTIONS(988), [aux_sym_preproc_if_token1] = ACTIONS(988), [aux_sym_preproc_if_token2] = ACTIONS(988), [aux_sym_preproc_ifdef_token1] = ACTIONS(988), [aux_sym_preproc_ifdef_token2] = ACTIONS(988), [sym_preproc_directive] = ACTIONS(988), [anon_sym_LPAREN2] = ACTIONS(990), [anon_sym_BANG] = ACTIONS(990), [anon_sym_TILDE] = ACTIONS(990), [anon_sym_DASH] = ACTIONS(988), [anon_sym_PLUS] = ACTIONS(988), [anon_sym_STAR] = ACTIONS(990), [anon_sym_AMP] = ACTIONS(990), [anon_sym_SEMI] = ACTIONS(990), [anon_sym_typedef] = ACTIONS(988), [anon_sym_extern] = ACTIONS(988), [anon_sym___attribute__] = ACTIONS(988), [anon_sym_LBRACK_LBRACK] = ACTIONS(990), [anon_sym___declspec] = ACTIONS(988), [anon_sym___cdecl] = ACTIONS(988), [anon_sym___clrcall] = ACTIONS(988), [anon_sym___stdcall] = ACTIONS(988), [anon_sym___fastcall] = ACTIONS(988), [anon_sym___thiscall] = ACTIONS(988), [anon_sym___vectorcall] = ACTIONS(988), [anon_sym_LBRACE] = ACTIONS(990), [anon_sym_static] = ACTIONS(988), [anon_sym_auto] = ACTIONS(988), [anon_sym_register] = ACTIONS(988), [anon_sym_inline] = ACTIONS(988), [anon_sym_const] = ACTIONS(988), [anon_sym_volatile] = ACTIONS(988), [anon_sym_restrict] = ACTIONS(988), [anon_sym__Atomic] = ACTIONS(988), [anon_sym_signed] = ACTIONS(988), [anon_sym_unsigned] = ACTIONS(988), [anon_sym_long] = ACTIONS(988), [anon_sym_short] = ACTIONS(988), [sym_primitive_type] = ACTIONS(988), [anon_sym_enum] = ACTIONS(988), [anon_sym_struct] = ACTIONS(988), [anon_sym_union] = ACTIONS(988), [anon_sym_if] = ACTIONS(988), [anon_sym_else] = ACTIONS(988), [anon_sym_switch] = ACTIONS(988), [anon_sym_case] = ACTIONS(988), [anon_sym_default] = ACTIONS(988), [anon_sym_while] = ACTIONS(988), [anon_sym_do] = ACTIONS(988), [anon_sym_for] = ACTIONS(988), [anon_sym_return] = ACTIONS(988), [anon_sym_break] = ACTIONS(988), [anon_sym_continue] = ACTIONS(988), [anon_sym_goto] = ACTIONS(988), [anon_sym_DASH_DASH] = ACTIONS(990), [anon_sym_PLUS_PLUS] = ACTIONS(990), [anon_sym_sizeof] = ACTIONS(988), [sym_number_literal] = ACTIONS(990), [anon_sym_L_SQUOTE] = ACTIONS(990), [anon_sym_u_SQUOTE] = ACTIONS(990), [anon_sym_U_SQUOTE] = ACTIONS(990), [anon_sym_u8_SQUOTE] = ACTIONS(990), [anon_sym_SQUOTE] = ACTIONS(990), [anon_sym_L_DQUOTE] = ACTIONS(990), [anon_sym_u_DQUOTE] = ACTIONS(990), [anon_sym_U_DQUOTE] = ACTIONS(990), [anon_sym_u8_DQUOTE] = ACTIONS(990), [anon_sym_DQUOTE] = ACTIONS(990), [sym_true] = ACTIONS(988), [sym_false] = ACTIONS(988), [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, [217] = { [sym_identifier] = ACTIONS(992), [aux_sym_preproc_include_token1] = ACTIONS(992), [aux_sym_preproc_def_token1] = ACTIONS(992), [aux_sym_preproc_if_token1] = ACTIONS(992), [aux_sym_preproc_if_token2] = ACTIONS(992), [aux_sym_preproc_ifdef_token1] = ACTIONS(992), [aux_sym_preproc_ifdef_token2] = ACTIONS(992), [sym_preproc_directive] = ACTIONS(992), [anon_sym_LPAREN2] = ACTIONS(994), [anon_sym_BANG] = ACTIONS(994), [anon_sym_TILDE] = ACTIONS(994), [anon_sym_DASH] = ACTIONS(992), [anon_sym_PLUS] = ACTIONS(992), [anon_sym_STAR] = ACTIONS(994), [anon_sym_AMP] = ACTIONS(994), [anon_sym_SEMI] = ACTIONS(994), [anon_sym_typedef] = ACTIONS(992), [anon_sym_extern] = ACTIONS(992), [anon_sym___attribute__] = ACTIONS(992), [anon_sym_LBRACK_LBRACK] = ACTIONS(994), [anon_sym___declspec] = ACTIONS(992), [anon_sym___cdecl] = ACTIONS(992), [anon_sym___clrcall] = ACTIONS(992), [anon_sym___stdcall] = ACTIONS(992), [anon_sym___fastcall] = ACTIONS(992), [anon_sym___thiscall] = ACTIONS(992), [anon_sym___vectorcall] = ACTIONS(992), [anon_sym_LBRACE] = ACTIONS(994), [anon_sym_static] = ACTIONS(992), [anon_sym_auto] = ACTIONS(992), [anon_sym_register] = ACTIONS(992), [anon_sym_inline] = ACTIONS(992), [anon_sym_const] = ACTIONS(992), [anon_sym_volatile] = ACTIONS(992), [anon_sym_restrict] = ACTIONS(992), [anon_sym__Atomic] = ACTIONS(992), [anon_sym_signed] = ACTIONS(992), [anon_sym_unsigned] = ACTIONS(992), [anon_sym_long] = ACTIONS(992), [anon_sym_short] = ACTIONS(992), [sym_primitive_type] = ACTIONS(992), [anon_sym_enum] = ACTIONS(992), [anon_sym_struct] = ACTIONS(992), [anon_sym_union] = ACTIONS(992), [anon_sym_if] = ACTIONS(992), [anon_sym_else] = ACTIONS(992), [anon_sym_switch] = ACTIONS(992), [anon_sym_case] = ACTIONS(992), [anon_sym_default] = ACTIONS(992), [anon_sym_while] = ACTIONS(992), [anon_sym_do] = ACTIONS(992), [anon_sym_for] = ACTIONS(992), [anon_sym_return] = ACTIONS(992), [anon_sym_break] = ACTIONS(992), [anon_sym_continue] = ACTIONS(992), [anon_sym_goto] = ACTIONS(992), [anon_sym_DASH_DASH] = ACTIONS(994), [anon_sym_PLUS_PLUS] = ACTIONS(994), [anon_sym_sizeof] = ACTIONS(992), [sym_number_literal] = ACTIONS(994), [anon_sym_L_SQUOTE] = ACTIONS(994), [anon_sym_u_SQUOTE] = ACTIONS(994), [anon_sym_U_SQUOTE] = ACTIONS(994), [anon_sym_u8_SQUOTE] = ACTIONS(994), [anon_sym_SQUOTE] = ACTIONS(994), [anon_sym_L_DQUOTE] = ACTIONS(994), [anon_sym_u_DQUOTE] = ACTIONS(994), [anon_sym_U_DQUOTE] = ACTIONS(994), [anon_sym_u8_DQUOTE] = ACTIONS(994), [anon_sym_DQUOTE] = ACTIONS(994), [sym_true] = ACTIONS(992), [sym_false] = ACTIONS(992), [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, [218] = { [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(960), [aux_sym_preproc_if_token1] = ACTIONS(960), [aux_sym_preproc_ifdef_token1] = ACTIONS(960), [aux_sym_preproc_ifdef_token2] = ACTIONS(960), [sym_preproc_directive] = ACTIONS(960), [anon_sym_LPAREN2] = ACTIONS(962), [anon_sym_BANG] = ACTIONS(962), [anon_sym_TILDE] = ACTIONS(962), [anon_sym_DASH] = ACTIONS(960), [anon_sym_PLUS] = ACTIONS(960), [anon_sym_STAR] = ACTIONS(962), [anon_sym_AMP] = ACTIONS(962), [anon_sym_SEMI] = ACTIONS(962), [anon_sym_typedef] = ACTIONS(960), [anon_sym_extern] = ACTIONS(960), [anon_sym___attribute__] = ACTIONS(960), [anon_sym_LBRACK_LBRACK] = ACTIONS(962), [anon_sym___declspec] = ACTIONS(960), [anon_sym___cdecl] = ACTIONS(960), [anon_sym___clrcall] = ACTIONS(960), [anon_sym___stdcall] = ACTIONS(960), [anon_sym___fastcall] = ACTIONS(960), [anon_sym___thiscall] = ACTIONS(960), [anon_sym___vectorcall] = ACTIONS(960), [anon_sym_LBRACE] = ACTIONS(962), [anon_sym_RBRACE] = ACTIONS(962), [anon_sym_static] = ACTIONS(960), [anon_sym_auto] = ACTIONS(960), [anon_sym_register] = ACTIONS(960), [anon_sym_inline] = ACTIONS(960), [anon_sym_const] = ACTIONS(960), [anon_sym_volatile] = ACTIONS(960), [anon_sym_restrict] = ACTIONS(960), [anon_sym__Atomic] = ACTIONS(960), [anon_sym_signed] = ACTIONS(960), [anon_sym_unsigned] = ACTIONS(960), [anon_sym_long] = ACTIONS(960), [anon_sym_short] = ACTIONS(960), [sym_primitive_type] = ACTIONS(960), [anon_sym_enum] = ACTIONS(960), [anon_sym_struct] = ACTIONS(960), [anon_sym_union] = ACTIONS(960), [anon_sym_if] = ACTIONS(960), [anon_sym_else] = ACTIONS(960), [anon_sym_switch] = ACTIONS(960), [anon_sym_case] = ACTIONS(960), [anon_sym_default] = ACTIONS(960), [anon_sym_while] = ACTIONS(960), [anon_sym_do] = ACTIONS(960), [anon_sym_for] = ACTIONS(960), [anon_sym_return] = ACTIONS(960), [anon_sym_break] = ACTIONS(960), [anon_sym_continue] = ACTIONS(960), [anon_sym_goto] = ACTIONS(960), [anon_sym_DASH_DASH] = ACTIONS(962), [anon_sym_PLUS_PLUS] = ACTIONS(962), [anon_sym_sizeof] = ACTIONS(960), [sym_number_literal] = ACTIONS(962), [anon_sym_L_SQUOTE] = ACTIONS(962), [anon_sym_u_SQUOTE] = ACTIONS(962), [anon_sym_U_SQUOTE] = ACTIONS(962), [anon_sym_u8_SQUOTE] = ACTIONS(962), [anon_sym_SQUOTE] = ACTIONS(962), [anon_sym_L_DQUOTE] = ACTIONS(962), [anon_sym_u_DQUOTE] = ACTIONS(962), [anon_sym_U_DQUOTE] = ACTIONS(962), [anon_sym_u8_DQUOTE] = ACTIONS(962), [anon_sym_DQUOTE] = ACTIONS(962), [sym_true] = ACTIONS(960), [sym_false] = ACTIONS(960), [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, [219] = { [sym_identifier] = ACTIONS(1016), [aux_sym_preproc_include_token1] = ACTIONS(1016), [aux_sym_preproc_def_token1] = ACTIONS(1016), [aux_sym_preproc_if_token1] = ACTIONS(1016), [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), [sym_preproc_directive] = ACTIONS(1016), [anon_sym_LPAREN2] = ACTIONS(1018), [anon_sym_BANG] = ACTIONS(1018), [anon_sym_TILDE] = ACTIONS(1018), [anon_sym_DASH] = ACTIONS(1016), [anon_sym_PLUS] = ACTIONS(1016), [anon_sym_STAR] = ACTIONS(1018), [anon_sym_AMP] = ACTIONS(1018), [anon_sym_SEMI] = ACTIONS(1018), [anon_sym_typedef] = ACTIONS(1016), [anon_sym_extern] = ACTIONS(1016), [anon_sym___attribute__] = ACTIONS(1016), [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), [anon_sym___declspec] = ACTIONS(1016), [anon_sym___cdecl] = ACTIONS(1016), [anon_sym___clrcall] = ACTIONS(1016), [anon_sym___stdcall] = ACTIONS(1016), [anon_sym___fastcall] = ACTIONS(1016), [anon_sym___thiscall] = ACTIONS(1016), [anon_sym___vectorcall] = ACTIONS(1016), [anon_sym_LBRACE] = ACTIONS(1018), [anon_sym_RBRACE] = ACTIONS(1018), [anon_sym_static] = ACTIONS(1016), [anon_sym_auto] = ACTIONS(1016), [anon_sym_register] = ACTIONS(1016), [anon_sym_inline] = ACTIONS(1016), [anon_sym_const] = ACTIONS(1016), [anon_sym_volatile] = ACTIONS(1016), [anon_sym_restrict] = ACTIONS(1016), [anon_sym__Atomic] = ACTIONS(1016), [anon_sym_signed] = ACTIONS(1016), [anon_sym_unsigned] = ACTIONS(1016), [anon_sym_long] = ACTIONS(1016), [anon_sym_short] = ACTIONS(1016), [sym_primitive_type] = ACTIONS(1016), [anon_sym_enum] = ACTIONS(1016), [anon_sym_struct] = ACTIONS(1016), [anon_sym_union] = ACTIONS(1016), [anon_sym_if] = ACTIONS(1016), [anon_sym_else] = ACTIONS(1016), [anon_sym_switch] = ACTIONS(1016), [anon_sym_case] = ACTIONS(1016), [anon_sym_default] = ACTIONS(1016), [anon_sym_while] = ACTIONS(1016), [anon_sym_do] = ACTIONS(1016), [anon_sym_for] = ACTIONS(1016), [anon_sym_return] = ACTIONS(1016), [anon_sym_break] = ACTIONS(1016), [anon_sym_continue] = ACTIONS(1016), [anon_sym_goto] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(1018), [anon_sym_PLUS_PLUS] = ACTIONS(1018), [anon_sym_sizeof] = ACTIONS(1016), [sym_number_literal] = ACTIONS(1018), [anon_sym_L_SQUOTE] = ACTIONS(1018), [anon_sym_u_SQUOTE] = ACTIONS(1018), [anon_sym_U_SQUOTE] = ACTIONS(1018), [anon_sym_u8_SQUOTE] = ACTIONS(1018), [anon_sym_SQUOTE] = ACTIONS(1018), [anon_sym_L_DQUOTE] = ACTIONS(1018), [anon_sym_u_DQUOTE] = ACTIONS(1018), [anon_sym_U_DQUOTE] = ACTIONS(1018), [anon_sym_u8_DQUOTE] = ACTIONS(1018), [anon_sym_DQUOTE] = ACTIONS(1018), [sym_true] = ACTIONS(1016), [sym_false] = ACTIONS(1016), [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, [220] = { [sym_identifier] = ACTIONS(894), [aux_sym_preproc_include_token1] = ACTIONS(894), [aux_sym_preproc_def_token1] = ACTIONS(894), [aux_sym_preproc_if_token1] = ACTIONS(894), [aux_sym_preproc_if_token2] = ACTIONS(894), [aux_sym_preproc_ifdef_token1] = ACTIONS(894), [aux_sym_preproc_ifdef_token2] = ACTIONS(894), [sym_preproc_directive] = ACTIONS(894), [anon_sym_LPAREN2] = ACTIONS(896), [anon_sym_BANG] = ACTIONS(896), [anon_sym_TILDE] = ACTIONS(896), [anon_sym_DASH] = ACTIONS(894), [anon_sym_PLUS] = ACTIONS(894), [anon_sym_STAR] = ACTIONS(896), [anon_sym_AMP] = ACTIONS(896), [anon_sym_SEMI] = ACTIONS(896), [anon_sym_typedef] = ACTIONS(894), [anon_sym_extern] = ACTIONS(894), [anon_sym___attribute__] = ACTIONS(894), [anon_sym_LBRACK_LBRACK] = ACTIONS(896), [anon_sym___declspec] = ACTIONS(894), [anon_sym___cdecl] = ACTIONS(894), [anon_sym___clrcall] = ACTIONS(894), [anon_sym___stdcall] = ACTIONS(894), [anon_sym___fastcall] = ACTIONS(894), [anon_sym___thiscall] = ACTIONS(894), [anon_sym___vectorcall] = ACTIONS(894), [anon_sym_LBRACE] = ACTIONS(896), [anon_sym_static] = ACTIONS(894), [anon_sym_auto] = ACTIONS(894), [anon_sym_register] = ACTIONS(894), [anon_sym_inline] = ACTIONS(894), [anon_sym_const] = ACTIONS(894), [anon_sym_volatile] = ACTIONS(894), [anon_sym_restrict] = ACTIONS(894), [anon_sym__Atomic] = ACTIONS(894), [anon_sym_signed] = ACTIONS(894), [anon_sym_unsigned] = ACTIONS(894), [anon_sym_long] = ACTIONS(894), [anon_sym_short] = ACTIONS(894), [sym_primitive_type] = ACTIONS(894), [anon_sym_enum] = ACTIONS(894), [anon_sym_struct] = ACTIONS(894), [anon_sym_union] = ACTIONS(894), [anon_sym_if] = ACTIONS(894), [anon_sym_else] = ACTIONS(894), [anon_sym_switch] = ACTIONS(894), [anon_sym_case] = ACTIONS(894), [anon_sym_default] = ACTIONS(894), [anon_sym_while] = ACTIONS(894), [anon_sym_do] = ACTIONS(894), [anon_sym_for] = ACTIONS(894), [anon_sym_return] = ACTIONS(894), [anon_sym_break] = ACTIONS(894), [anon_sym_continue] = ACTIONS(894), [anon_sym_goto] = ACTIONS(894), [anon_sym_DASH_DASH] = ACTIONS(896), [anon_sym_PLUS_PLUS] = ACTIONS(896), [anon_sym_sizeof] = ACTIONS(894), [sym_number_literal] = ACTIONS(896), [anon_sym_L_SQUOTE] = ACTIONS(896), [anon_sym_u_SQUOTE] = ACTIONS(896), [anon_sym_U_SQUOTE] = ACTIONS(896), [anon_sym_u8_SQUOTE] = ACTIONS(896), [anon_sym_SQUOTE] = ACTIONS(896), [anon_sym_L_DQUOTE] = ACTIONS(896), [anon_sym_u_DQUOTE] = ACTIONS(896), [anon_sym_U_DQUOTE] = ACTIONS(896), [anon_sym_u8_DQUOTE] = ACTIONS(896), [anon_sym_DQUOTE] = ACTIONS(896), [sym_true] = ACTIONS(894), [sym_false] = ACTIONS(894), [sym_null] = ACTIONS(894), [sym_comment] = ACTIONS(3), }, [221] = { [sym_identifier] = ACTIONS(948), [aux_sym_preproc_include_token1] = ACTIONS(948), [aux_sym_preproc_def_token1] = ACTIONS(948), [aux_sym_preproc_if_token1] = ACTIONS(948), [aux_sym_preproc_if_token2] = ACTIONS(948), [aux_sym_preproc_ifdef_token1] = ACTIONS(948), [aux_sym_preproc_ifdef_token2] = ACTIONS(948), [sym_preproc_directive] = ACTIONS(948), [anon_sym_LPAREN2] = ACTIONS(950), [anon_sym_BANG] = ACTIONS(950), [anon_sym_TILDE] = ACTIONS(950), [anon_sym_DASH] = ACTIONS(948), [anon_sym_PLUS] = ACTIONS(948), [anon_sym_STAR] = ACTIONS(950), [anon_sym_AMP] = ACTIONS(950), [anon_sym_SEMI] = ACTIONS(950), [anon_sym_typedef] = ACTIONS(948), [anon_sym_extern] = ACTIONS(948), [anon_sym___attribute__] = ACTIONS(948), [anon_sym_LBRACK_LBRACK] = ACTIONS(950), [anon_sym___declspec] = ACTIONS(948), [anon_sym___cdecl] = ACTIONS(948), [anon_sym___clrcall] = ACTIONS(948), [anon_sym___stdcall] = ACTIONS(948), [anon_sym___fastcall] = ACTIONS(948), [anon_sym___thiscall] = ACTIONS(948), [anon_sym___vectorcall] = ACTIONS(948), [anon_sym_LBRACE] = ACTIONS(950), [anon_sym_static] = ACTIONS(948), [anon_sym_auto] = ACTIONS(948), [anon_sym_register] = ACTIONS(948), [anon_sym_inline] = ACTIONS(948), [anon_sym_const] = ACTIONS(948), [anon_sym_volatile] = ACTIONS(948), [anon_sym_restrict] = ACTIONS(948), [anon_sym__Atomic] = ACTIONS(948), [anon_sym_signed] = ACTIONS(948), [anon_sym_unsigned] = ACTIONS(948), [anon_sym_long] = ACTIONS(948), [anon_sym_short] = ACTIONS(948), [sym_primitive_type] = ACTIONS(948), [anon_sym_enum] = ACTIONS(948), [anon_sym_struct] = ACTIONS(948), [anon_sym_union] = ACTIONS(948), [anon_sym_if] = ACTIONS(948), [anon_sym_else] = ACTIONS(948), [anon_sym_switch] = ACTIONS(948), [anon_sym_case] = ACTIONS(948), [anon_sym_default] = ACTIONS(948), [anon_sym_while] = ACTIONS(948), [anon_sym_do] = ACTIONS(948), [anon_sym_for] = ACTIONS(948), [anon_sym_return] = ACTIONS(948), [anon_sym_break] = ACTIONS(948), [anon_sym_continue] = ACTIONS(948), [anon_sym_goto] = ACTIONS(948), [anon_sym_DASH_DASH] = ACTIONS(950), [anon_sym_PLUS_PLUS] = ACTIONS(950), [anon_sym_sizeof] = ACTIONS(948), [sym_number_literal] = ACTIONS(950), [anon_sym_L_SQUOTE] = ACTIONS(950), [anon_sym_u_SQUOTE] = ACTIONS(950), [anon_sym_U_SQUOTE] = ACTIONS(950), [anon_sym_u8_SQUOTE] = ACTIONS(950), [anon_sym_SQUOTE] = ACTIONS(950), [anon_sym_L_DQUOTE] = ACTIONS(950), [anon_sym_u_DQUOTE] = ACTIONS(950), [anon_sym_U_DQUOTE] = ACTIONS(950), [anon_sym_u8_DQUOTE] = ACTIONS(950), [anon_sym_DQUOTE] = ACTIONS(950), [sym_true] = ACTIONS(948), [sym_false] = ACTIONS(948), [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, [222] = { [sym_identifier] = ACTIONS(1004), [aux_sym_preproc_include_token1] = ACTIONS(1004), [aux_sym_preproc_def_token1] = ACTIONS(1004), [aux_sym_preproc_if_token1] = ACTIONS(1004), [aux_sym_preproc_if_token2] = ACTIONS(1004), [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), [sym_preproc_directive] = ACTIONS(1004), [anon_sym_LPAREN2] = ACTIONS(1006), [anon_sym_BANG] = ACTIONS(1006), [anon_sym_TILDE] = ACTIONS(1006), [anon_sym_DASH] = ACTIONS(1004), [anon_sym_PLUS] = ACTIONS(1004), [anon_sym_STAR] = ACTIONS(1006), [anon_sym_AMP] = ACTIONS(1006), [anon_sym_SEMI] = ACTIONS(1006), [anon_sym_typedef] = ACTIONS(1004), [anon_sym_extern] = ACTIONS(1004), [anon_sym___attribute__] = ACTIONS(1004), [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), [anon_sym___declspec] = ACTIONS(1004), [anon_sym___cdecl] = ACTIONS(1004), [anon_sym___clrcall] = ACTIONS(1004), [anon_sym___stdcall] = ACTIONS(1004), [anon_sym___fastcall] = ACTIONS(1004), [anon_sym___thiscall] = ACTIONS(1004), [anon_sym___vectorcall] = ACTIONS(1004), [anon_sym_LBRACE] = ACTIONS(1006), [anon_sym_static] = ACTIONS(1004), [anon_sym_auto] = ACTIONS(1004), [anon_sym_register] = ACTIONS(1004), [anon_sym_inline] = ACTIONS(1004), [anon_sym_const] = ACTIONS(1004), [anon_sym_volatile] = ACTIONS(1004), [anon_sym_restrict] = ACTIONS(1004), [anon_sym__Atomic] = ACTIONS(1004), [anon_sym_signed] = ACTIONS(1004), [anon_sym_unsigned] = ACTIONS(1004), [anon_sym_long] = ACTIONS(1004), [anon_sym_short] = ACTIONS(1004), [sym_primitive_type] = ACTIONS(1004), [anon_sym_enum] = ACTIONS(1004), [anon_sym_struct] = ACTIONS(1004), [anon_sym_union] = ACTIONS(1004), [anon_sym_if] = ACTIONS(1004), [anon_sym_else] = ACTIONS(1004), [anon_sym_switch] = ACTIONS(1004), [anon_sym_case] = ACTIONS(1004), [anon_sym_default] = ACTIONS(1004), [anon_sym_while] = ACTIONS(1004), [anon_sym_do] = ACTIONS(1004), [anon_sym_for] = ACTIONS(1004), [anon_sym_return] = ACTIONS(1004), [anon_sym_break] = ACTIONS(1004), [anon_sym_continue] = ACTIONS(1004), [anon_sym_goto] = ACTIONS(1004), [anon_sym_DASH_DASH] = ACTIONS(1006), [anon_sym_PLUS_PLUS] = ACTIONS(1006), [anon_sym_sizeof] = ACTIONS(1004), [sym_number_literal] = ACTIONS(1006), [anon_sym_L_SQUOTE] = ACTIONS(1006), [anon_sym_u_SQUOTE] = ACTIONS(1006), [anon_sym_U_SQUOTE] = ACTIONS(1006), [anon_sym_u8_SQUOTE] = ACTIONS(1006), [anon_sym_SQUOTE] = ACTIONS(1006), [anon_sym_L_DQUOTE] = ACTIONS(1006), [anon_sym_u_DQUOTE] = ACTIONS(1006), [anon_sym_U_DQUOTE] = ACTIONS(1006), [anon_sym_u8_DQUOTE] = ACTIONS(1006), [anon_sym_DQUOTE] = ACTIONS(1006), [sym_true] = ACTIONS(1004), [sym_false] = ACTIONS(1004), [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, [223] = { [sym_identifier] = ACTIONS(940), [aux_sym_preproc_include_token1] = ACTIONS(940), [aux_sym_preproc_def_token1] = ACTIONS(940), [aux_sym_preproc_if_token1] = ACTIONS(940), [aux_sym_preproc_if_token2] = ACTIONS(940), [aux_sym_preproc_ifdef_token1] = ACTIONS(940), [aux_sym_preproc_ifdef_token2] = ACTIONS(940), [sym_preproc_directive] = ACTIONS(940), [anon_sym_LPAREN2] = ACTIONS(942), [anon_sym_BANG] = ACTIONS(942), [anon_sym_TILDE] = ACTIONS(942), [anon_sym_DASH] = ACTIONS(940), [anon_sym_PLUS] = ACTIONS(940), [anon_sym_STAR] = ACTIONS(942), [anon_sym_AMP] = ACTIONS(942), [anon_sym_SEMI] = ACTIONS(942), [anon_sym_typedef] = ACTIONS(940), [anon_sym_extern] = ACTIONS(940), [anon_sym___attribute__] = ACTIONS(940), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym___declspec] = ACTIONS(940), [anon_sym___cdecl] = ACTIONS(940), [anon_sym___clrcall] = ACTIONS(940), [anon_sym___stdcall] = ACTIONS(940), [anon_sym___fastcall] = ACTIONS(940), [anon_sym___thiscall] = ACTIONS(940), [anon_sym___vectorcall] = ACTIONS(940), [anon_sym_LBRACE] = ACTIONS(942), [anon_sym_static] = ACTIONS(940), [anon_sym_auto] = ACTIONS(940), [anon_sym_register] = ACTIONS(940), [anon_sym_inline] = ACTIONS(940), [anon_sym_const] = ACTIONS(940), [anon_sym_volatile] = ACTIONS(940), [anon_sym_restrict] = ACTIONS(940), [anon_sym__Atomic] = ACTIONS(940), [anon_sym_signed] = ACTIONS(940), [anon_sym_unsigned] = ACTIONS(940), [anon_sym_long] = ACTIONS(940), [anon_sym_short] = ACTIONS(940), [sym_primitive_type] = ACTIONS(940), [anon_sym_enum] = ACTIONS(940), [anon_sym_struct] = ACTIONS(940), [anon_sym_union] = ACTIONS(940), [anon_sym_if] = ACTIONS(940), [anon_sym_else] = ACTIONS(940), [anon_sym_switch] = ACTIONS(940), [anon_sym_case] = ACTIONS(940), [anon_sym_default] = ACTIONS(940), [anon_sym_while] = ACTIONS(940), [anon_sym_do] = ACTIONS(940), [anon_sym_for] = ACTIONS(940), [anon_sym_return] = ACTIONS(940), [anon_sym_break] = ACTIONS(940), [anon_sym_continue] = ACTIONS(940), [anon_sym_goto] = ACTIONS(940), [anon_sym_DASH_DASH] = ACTIONS(942), [anon_sym_PLUS_PLUS] = ACTIONS(942), [anon_sym_sizeof] = ACTIONS(940), [sym_number_literal] = ACTIONS(942), [anon_sym_L_SQUOTE] = ACTIONS(942), [anon_sym_u_SQUOTE] = ACTIONS(942), [anon_sym_U_SQUOTE] = ACTIONS(942), [anon_sym_u8_SQUOTE] = ACTIONS(942), [anon_sym_SQUOTE] = ACTIONS(942), [anon_sym_L_DQUOTE] = ACTIONS(942), [anon_sym_u_DQUOTE] = ACTIONS(942), [anon_sym_U_DQUOTE] = ACTIONS(942), [anon_sym_u8_DQUOTE] = ACTIONS(942), [anon_sym_DQUOTE] = ACTIONS(942), [sym_true] = ACTIONS(940), [sym_false] = ACTIONS(940), [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, [224] = { [ts_builtin_sym_end] = ACTIONS(912), [sym_identifier] = ACTIONS(910), [aux_sym_preproc_include_token1] = ACTIONS(910), [aux_sym_preproc_def_token1] = ACTIONS(910), [aux_sym_preproc_if_token1] = ACTIONS(910), [aux_sym_preproc_ifdef_token1] = ACTIONS(910), [aux_sym_preproc_ifdef_token2] = ACTIONS(910), [sym_preproc_directive] = ACTIONS(910), [anon_sym_LPAREN2] = ACTIONS(912), [anon_sym_BANG] = ACTIONS(912), [anon_sym_TILDE] = ACTIONS(912), [anon_sym_DASH] = ACTIONS(910), [anon_sym_PLUS] = ACTIONS(910), [anon_sym_STAR] = ACTIONS(912), [anon_sym_AMP] = ACTIONS(912), [anon_sym_SEMI] = ACTIONS(912), [anon_sym_typedef] = ACTIONS(910), [anon_sym_extern] = ACTIONS(910), [anon_sym___attribute__] = ACTIONS(910), [anon_sym_LBRACK_LBRACK] = ACTIONS(912), [anon_sym___declspec] = ACTIONS(910), [anon_sym___cdecl] = ACTIONS(910), [anon_sym___clrcall] = ACTIONS(910), [anon_sym___stdcall] = ACTIONS(910), [anon_sym___fastcall] = ACTIONS(910), [anon_sym___thiscall] = ACTIONS(910), [anon_sym___vectorcall] = ACTIONS(910), [anon_sym_LBRACE] = ACTIONS(912), [anon_sym_static] = ACTIONS(910), [anon_sym_auto] = ACTIONS(910), [anon_sym_register] = ACTIONS(910), [anon_sym_inline] = ACTIONS(910), [anon_sym_const] = ACTIONS(910), [anon_sym_volatile] = ACTIONS(910), [anon_sym_restrict] = ACTIONS(910), [anon_sym__Atomic] = ACTIONS(910), [anon_sym_signed] = ACTIONS(910), [anon_sym_unsigned] = ACTIONS(910), [anon_sym_long] = ACTIONS(910), [anon_sym_short] = ACTIONS(910), [sym_primitive_type] = ACTIONS(910), [anon_sym_enum] = ACTIONS(910), [anon_sym_struct] = ACTIONS(910), [anon_sym_union] = ACTIONS(910), [anon_sym_if] = ACTIONS(910), [anon_sym_else] = ACTIONS(910), [anon_sym_switch] = ACTIONS(910), [anon_sym_case] = ACTIONS(910), [anon_sym_default] = ACTIONS(910), [anon_sym_while] = ACTIONS(910), [anon_sym_do] = ACTIONS(910), [anon_sym_for] = ACTIONS(910), [anon_sym_return] = ACTIONS(910), [anon_sym_break] = ACTIONS(910), [anon_sym_continue] = ACTIONS(910), [anon_sym_goto] = ACTIONS(910), [anon_sym_DASH_DASH] = ACTIONS(912), [anon_sym_PLUS_PLUS] = ACTIONS(912), [anon_sym_sizeof] = ACTIONS(910), [sym_number_literal] = ACTIONS(912), [anon_sym_L_SQUOTE] = ACTIONS(912), [anon_sym_u_SQUOTE] = ACTIONS(912), [anon_sym_U_SQUOTE] = ACTIONS(912), [anon_sym_u8_SQUOTE] = ACTIONS(912), [anon_sym_SQUOTE] = ACTIONS(912), [anon_sym_L_DQUOTE] = ACTIONS(912), [anon_sym_u_DQUOTE] = ACTIONS(912), [anon_sym_U_DQUOTE] = ACTIONS(912), [anon_sym_u8_DQUOTE] = ACTIONS(912), [anon_sym_DQUOTE] = ACTIONS(912), [sym_true] = ACTIONS(910), [sym_false] = ACTIONS(910), [sym_null] = ACTIONS(910), [sym_comment] = ACTIONS(3), }, [225] = { [ts_builtin_sym_end] = ACTIONS(908), [sym_identifier] = ACTIONS(906), [aux_sym_preproc_include_token1] = ACTIONS(906), [aux_sym_preproc_def_token1] = ACTIONS(906), [aux_sym_preproc_if_token1] = ACTIONS(906), [aux_sym_preproc_ifdef_token1] = ACTIONS(906), [aux_sym_preproc_ifdef_token2] = ACTIONS(906), [sym_preproc_directive] = ACTIONS(906), [anon_sym_LPAREN2] = ACTIONS(908), [anon_sym_BANG] = ACTIONS(908), [anon_sym_TILDE] = ACTIONS(908), [anon_sym_DASH] = ACTIONS(906), [anon_sym_PLUS] = ACTIONS(906), [anon_sym_STAR] = ACTIONS(908), [anon_sym_AMP] = ACTIONS(908), [anon_sym_SEMI] = ACTIONS(908), [anon_sym_typedef] = ACTIONS(906), [anon_sym_extern] = ACTIONS(906), [anon_sym___attribute__] = ACTIONS(906), [anon_sym_LBRACK_LBRACK] = ACTIONS(908), [anon_sym___declspec] = ACTIONS(906), [anon_sym___cdecl] = ACTIONS(906), [anon_sym___clrcall] = ACTIONS(906), [anon_sym___stdcall] = ACTIONS(906), [anon_sym___fastcall] = ACTIONS(906), [anon_sym___thiscall] = ACTIONS(906), [anon_sym___vectorcall] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(908), [anon_sym_static] = ACTIONS(906), [anon_sym_auto] = ACTIONS(906), [anon_sym_register] = ACTIONS(906), [anon_sym_inline] = ACTIONS(906), [anon_sym_const] = ACTIONS(906), [anon_sym_volatile] = ACTIONS(906), [anon_sym_restrict] = ACTIONS(906), [anon_sym__Atomic] = ACTIONS(906), [anon_sym_signed] = ACTIONS(906), [anon_sym_unsigned] = ACTIONS(906), [anon_sym_long] = ACTIONS(906), [anon_sym_short] = ACTIONS(906), [sym_primitive_type] = ACTIONS(906), [anon_sym_enum] = ACTIONS(906), [anon_sym_struct] = ACTIONS(906), [anon_sym_union] = ACTIONS(906), [anon_sym_if] = ACTIONS(906), [anon_sym_else] = ACTIONS(906), [anon_sym_switch] = ACTIONS(906), [anon_sym_case] = ACTIONS(906), [anon_sym_default] = ACTIONS(906), [anon_sym_while] = ACTIONS(906), [anon_sym_do] = ACTIONS(906), [anon_sym_for] = ACTIONS(906), [anon_sym_return] = ACTIONS(906), [anon_sym_break] = ACTIONS(906), [anon_sym_continue] = ACTIONS(906), [anon_sym_goto] = ACTIONS(906), [anon_sym_DASH_DASH] = ACTIONS(908), [anon_sym_PLUS_PLUS] = ACTIONS(908), [anon_sym_sizeof] = ACTIONS(906), [sym_number_literal] = ACTIONS(908), [anon_sym_L_SQUOTE] = ACTIONS(908), [anon_sym_u_SQUOTE] = ACTIONS(908), [anon_sym_U_SQUOTE] = ACTIONS(908), [anon_sym_u8_SQUOTE] = ACTIONS(908), [anon_sym_SQUOTE] = ACTIONS(908), [anon_sym_L_DQUOTE] = ACTIONS(908), [anon_sym_u_DQUOTE] = ACTIONS(908), [anon_sym_U_DQUOTE] = ACTIONS(908), [anon_sym_u8_DQUOTE] = ACTIONS(908), [anon_sym_DQUOTE] = ACTIONS(908), [sym_true] = ACTIONS(906), [sym_false] = ACTIONS(906), [sym_null] = ACTIONS(906), [sym_comment] = ACTIONS(3), }, [226] = { [ts_builtin_sym_end] = ACTIONS(904), [sym_identifier] = ACTIONS(902), [aux_sym_preproc_include_token1] = ACTIONS(902), [aux_sym_preproc_def_token1] = ACTIONS(902), [aux_sym_preproc_if_token1] = ACTIONS(902), [aux_sym_preproc_ifdef_token1] = ACTIONS(902), [aux_sym_preproc_ifdef_token2] = ACTIONS(902), [sym_preproc_directive] = ACTIONS(902), [anon_sym_LPAREN2] = ACTIONS(904), [anon_sym_BANG] = ACTIONS(904), [anon_sym_TILDE] = ACTIONS(904), [anon_sym_DASH] = ACTIONS(902), [anon_sym_PLUS] = ACTIONS(902), [anon_sym_STAR] = ACTIONS(904), [anon_sym_AMP] = ACTIONS(904), [anon_sym_SEMI] = ACTIONS(904), [anon_sym_typedef] = ACTIONS(902), [anon_sym_extern] = ACTIONS(902), [anon_sym___attribute__] = ACTIONS(902), [anon_sym_LBRACK_LBRACK] = ACTIONS(904), [anon_sym___declspec] = ACTIONS(902), [anon_sym___cdecl] = ACTIONS(902), [anon_sym___clrcall] = ACTIONS(902), [anon_sym___stdcall] = ACTIONS(902), [anon_sym___fastcall] = ACTIONS(902), [anon_sym___thiscall] = ACTIONS(902), [anon_sym___vectorcall] = ACTIONS(902), [anon_sym_LBRACE] = ACTIONS(904), [anon_sym_static] = ACTIONS(902), [anon_sym_auto] = ACTIONS(902), [anon_sym_register] = ACTIONS(902), [anon_sym_inline] = ACTIONS(902), [anon_sym_const] = ACTIONS(902), [anon_sym_volatile] = ACTIONS(902), [anon_sym_restrict] = ACTIONS(902), [anon_sym__Atomic] = ACTIONS(902), [anon_sym_signed] = ACTIONS(902), [anon_sym_unsigned] = ACTIONS(902), [anon_sym_long] = ACTIONS(902), [anon_sym_short] = ACTIONS(902), [sym_primitive_type] = ACTIONS(902), [anon_sym_enum] = ACTIONS(902), [anon_sym_struct] = ACTIONS(902), [anon_sym_union] = ACTIONS(902), [anon_sym_if] = ACTIONS(902), [anon_sym_else] = ACTIONS(902), [anon_sym_switch] = ACTIONS(902), [anon_sym_case] = ACTIONS(902), [anon_sym_default] = ACTIONS(902), [anon_sym_while] = ACTIONS(902), [anon_sym_do] = ACTIONS(902), [anon_sym_for] = ACTIONS(902), [anon_sym_return] = ACTIONS(902), [anon_sym_break] = ACTIONS(902), [anon_sym_continue] = ACTIONS(902), [anon_sym_goto] = ACTIONS(902), [anon_sym_DASH_DASH] = ACTIONS(904), [anon_sym_PLUS_PLUS] = ACTIONS(904), [anon_sym_sizeof] = ACTIONS(902), [sym_number_literal] = ACTIONS(904), [anon_sym_L_SQUOTE] = ACTIONS(904), [anon_sym_u_SQUOTE] = ACTIONS(904), [anon_sym_U_SQUOTE] = ACTIONS(904), [anon_sym_u8_SQUOTE] = ACTIONS(904), [anon_sym_SQUOTE] = ACTIONS(904), [anon_sym_L_DQUOTE] = ACTIONS(904), [anon_sym_u_DQUOTE] = ACTIONS(904), [anon_sym_U_DQUOTE] = ACTIONS(904), [anon_sym_u8_DQUOTE] = ACTIONS(904), [anon_sym_DQUOTE] = ACTIONS(904), [sym_true] = ACTIONS(902), [sym_false] = ACTIONS(902), [sym_null] = ACTIONS(902), [sym_comment] = ACTIONS(3), }, [227] = { [ts_builtin_sym_end] = ACTIONS(920), [sym_identifier] = ACTIONS(918), [aux_sym_preproc_include_token1] = ACTIONS(918), [aux_sym_preproc_def_token1] = ACTIONS(918), [aux_sym_preproc_if_token1] = ACTIONS(918), [aux_sym_preproc_ifdef_token1] = ACTIONS(918), [aux_sym_preproc_ifdef_token2] = ACTIONS(918), [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(920), [anon_sym_BANG] = ACTIONS(920), [anon_sym_TILDE] = ACTIONS(920), [anon_sym_DASH] = ACTIONS(918), [anon_sym_PLUS] = ACTIONS(918), [anon_sym_STAR] = ACTIONS(920), [anon_sym_AMP] = ACTIONS(920), [anon_sym_SEMI] = ACTIONS(920), [anon_sym_typedef] = ACTIONS(918), [anon_sym_extern] = ACTIONS(918), [anon_sym___attribute__] = ACTIONS(918), [anon_sym_LBRACK_LBRACK] = ACTIONS(920), [anon_sym___declspec] = ACTIONS(918), [anon_sym___cdecl] = ACTIONS(918), [anon_sym___clrcall] = ACTIONS(918), [anon_sym___stdcall] = ACTIONS(918), [anon_sym___fastcall] = ACTIONS(918), [anon_sym___thiscall] = ACTIONS(918), [anon_sym___vectorcall] = ACTIONS(918), [anon_sym_LBRACE] = ACTIONS(920), [anon_sym_static] = ACTIONS(918), [anon_sym_auto] = ACTIONS(918), [anon_sym_register] = ACTIONS(918), [anon_sym_inline] = ACTIONS(918), [anon_sym_const] = ACTIONS(918), [anon_sym_volatile] = ACTIONS(918), [anon_sym_restrict] = ACTIONS(918), [anon_sym__Atomic] = ACTIONS(918), [anon_sym_signed] = ACTIONS(918), [anon_sym_unsigned] = ACTIONS(918), [anon_sym_long] = ACTIONS(918), [anon_sym_short] = ACTIONS(918), [sym_primitive_type] = ACTIONS(918), [anon_sym_enum] = ACTIONS(918), [anon_sym_struct] = ACTIONS(918), [anon_sym_union] = ACTIONS(918), [anon_sym_if] = ACTIONS(918), [anon_sym_else] = ACTIONS(1132), [anon_sym_switch] = ACTIONS(918), [anon_sym_case] = ACTIONS(918), [anon_sym_default] = ACTIONS(918), [anon_sym_while] = ACTIONS(918), [anon_sym_do] = ACTIONS(918), [anon_sym_for] = ACTIONS(918), [anon_sym_return] = ACTIONS(918), [anon_sym_break] = ACTIONS(918), [anon_sym_continue] = ACTIONS(918), [anon_sym_goto] = ACTIONS(918), [anon_sym_DASH_DASH] = ACTIONS(920), [anon_sym_PLUS_PLUS] = ACTIONS(920), [anon_sym_sizeof] = ACTIONS(918), [sym_number_literal] = ACTIONS(920), [anon_sym_L_SQUOTE] = ACTIONS(920), [anon_sym_u_SQUOTE] = ACTIONS(920), [anon_sym_U_SQUOTE] = ACTIONS(920), [anon_sym_u8_SQUOTE] = ACTIONS(920), [anon_sym_SQUOTE] = ACTIONS(920), [anon_sym_L_DQUOTE] = ACTIONS(920), [anon_sym_u_DQUOTE] = ACTIONS(920), [anon_sym_U_DQUOTE] = ACTIONS(920), [anon_sym_u8_DQUOTE] = ACTIONS(920), [anon_sym_DQUOTE] = ACTIONS(920), [sym_true] = ACTIONS(918), [sym_false] = ACTIONS(918), [sym_null] = ACTIONS(918), [sym_comment] = ACTIONS(3), }, [228] = { [ts_builtin_sym_end] = ACTIONS(954), [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), [aux_sym_preproc_if_token1] = ACTIONS(952), [aux_sym_preproc_ifdef_token1] = ACTIONS(952), [aux_sym_preproc_ifdef_token2] = ACTIONS(952), [sym_preproc_directive] = ACTIONS(952), [anon_sym_LPAREN2] = ACTIONS(954), [anon_sym_BANG] = ACTIONS(954), [anon_sym_TILDE] = ACTIONS(954), [anon_sym_DASH] = ACTIONS(952), [anon_sym_PLUS] = ACTIONS(952), [anon_sym_STAR] = ACTIONS(954), [anon_sym_AMP] = ACTIONS(954), [anon_sym_SEMI] = ACTIONS(954), [anon_sym_typedef] = ACTIONS(952), [anon_sym_extern] = ACTIONS(952), [anon_sym___attribute__] = ACTIONS(952), [anon_sym_LBRACK_LBRACK] = ACTIONS(954), [anon_sym___declspec] = ACTIONS(952), [anon_sym___cdecl] = ACTIONS(952), [anon_sym___clrcall] = ACTIONS(952), [anon_sym___stdcall] = ACTIONS(952), [anon_sym___fastcall] = ACTIONS(952), [anon_sym___thiscall] = ACTIONS(952), [anon_sym___vectorcall] = ACTIONS(952), [anon_sym_LBRACE] = ACTIONS(954), [anon_sym_static] = ACTIONS(952), [anon_sym_auto] = ACTIONS(952), [anon_sym_register] = ACTIONS(952), [anon_sym_inline] = ACTIONS(952), [anon_sym_const] = ACTIONS(952), [anon_sym_volatile] = ACTIONS(952), [anon_sym_restrict] = ACTIONS(952), [anon_sym__Atomic] = ACTIONS(952), [anon_sym_signed] = ACTIONS(952), [anon_sym_unsigned] = ACTIONS(952), [anon_sym_long] = ACTIONS(952), [anon_sym_short] = ACTIONS(952), [sym_primitive_type] = ACTIONS(952), [anon_sym_enum] = ACTIONS(952), [anon_sym_struct] = ACTIONS(952), [anon_sym_union] = ACTIONS(952), [anon_sym_if] = ACTIONS(952), [anon_sym_else] = ACTIONS(952), [anon_sym_switch] = ACTIONS(952), [anon_sym_case] = ACTIONS(952), [anon_sym_default] = ACTIONS(952), [anon_sym_while] = ACTIONS(952), [anon_sym_do] = ACTIONS(952), [anon_sym_for] = ACTIONS(952), [anon_sym_return] = ACTIONS(952), [anon_sym_break] = ACTIONS(952), [anon_sym_continue] = ACTIONS(952), [anon_sym_goto] = ACTIONS(952), [anon_sym_DASH_DASH] = ACTIONS(954), [anon_sym_PLUS_PLUS] = ACTIONS(954), [anon_sym_sizeof] = ACTIONS(952), [sym_number_literal] = ACTIONS(954), [anon_sym_L_SQUOTE] = ACTIONS(954), [anon_sym_u_SQUOTE] = ACTIONS(954), [anon_sym_U_SQUOTE] = ACTIONS(954), [anon_sym_u8_SQUOTE] = ACTIONS(954), [anon_sym_SQUOTE] = ACTIONS(954), [anon_sym_L_DQUOTE] = ACTIONS(954), [anon_sym_u_DQUOTE] = ACTIONS(954), [anon_sym_U_DQUOTE] = ACTIONS(954), [anon_sym_u8_DQUOTE] = ACTIONS(954), [anon_sym_DQUOTE] = ACTIONS(954), [sym_true] = ACTIONS(952), [sym_false] = ACTIONS(952), [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, [229] = { [sym_identifier] = ACTIONS(1008), [aux_sym_preproc_include_token1] = ACTIONS(1008), [aux_sym_preproc_def_token1] = ACTIONS(1008), [aux_sym_preproc_if_token1] = ACTIONS(1008), [aux_sym_preproc_if_token2] = ACTIONS(1008), [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), [sym_preproc_directive] = ACTIONS(1008), [anon_sym_LPAREN2] = ACTIONS(1010), [anon_sym_BANG] = ACTIONS(1010), [anon_sym_TILDE] = ACTIONS(1010), [anon_sym_DASH] = ACTIONS(1008), [anon_sym_PLUS] = ACTIONS(1008), [anon_sym_STAR] = ACTIONS(1010), [anon_sym_AMP] = ACTIONS(1010), [anon_sym_SEMI] = ACTIONS(1010), [anon_sym_typedef] = ACTIONS(1008), [anon_sym_extern] = ACTIONS(1008), [anon_sym___attribute__] = ACTIONS(1008), [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), [anon_sym___declspec] = ACTIONS(1008), [anon_sym___cdecl] = ACTIONS(1008), [anon_sym___clrcall] = ACTIONS(1008), [anon_sym___stdcall] = ACTIONS(1008), [anon_sym___fastcall] = ACTIONS(1008), [anon_sym___thiscall] = ACTIONS(1008), [anon_sym___vectorcall] = ACTIONS(1008), [anon_sym_LBRACE] = ACTIONS(1010), [anon_sym_static] = ACTIONS(1008), [anon_sym_auto] = ACTIONS(1008), [anon_sym_register] = ACTIONS(1008), [anon_sym_inline] = ACTIONS(1008), [anon_sym_const] = ACTIONS(1008), [anon_sym_volatile] = ACTIONS(1008), [anon_sym_restrict] = ACTIONS(1008), [anon_sym__Atomic] = ACTIONS(1008), [anon_sym_signed] = ACTIONS(1008), [anon_sym_unsigned] = ACTIONS(1008), [anon_sym_long] = ACTIONS(1008), [anon_sym_short] = ACTIONS(1008), [sym_primitive_type] = ACTIONS(1008), [anon_sym_enum] = ACTIONS(1008), [anon_sym_struct] = ACTIONS(1008), [anon_sym_union] = ACTIONS(1008), [anon_sym_if] = ACTIONS(1008), [anon_sym_else] = ACTIONS(1008), [anon_sym_switch] = ACTIONS(1008), [anon_sym_case] = ACTIONS(1008), [anon_sym_default] = ACTIONS(1008), [anon_sym_while] = ACTIONS(1008), [anon_sym_do] = ACTIONS(1008), [anon_sym_for] = ACTIONS(1008), [anon_sym_return] = ACTIONS(1008), [anon_sym_break] = ACTIONS(1008), [anon_sym_continue] = ACTIONS(1008), [anon_sym_goto] = ACTIONS(1008), [anon_sym_DASH_DASH] = ACTIONS(1010), [anon_sym_PLUS_PLUS] = ACTIONS(1010), [anon_sym_sizeof] = ACTIONS(1008), [sym_number_literal] = ACTIONS(1010), [anon_sym_L_SQUOTE] = ACTIONS(1010), [anon_sym_u_SQUOTE] = ACTIONS(1010), [anon_sym_U_SQUOTE] = ACTIONS(1010), [anon_sym_u8_SQUOTE] = ACTIONS(1010), [anon_sym_SQUOTE] = ACTIONS(1010), [anon_sym_L_DQUOTE] = ACTIONS(1010), [anon_sym_u_DQUOTE] = ACTIONS(1010), [anon_sym_U_DQUOTE] = ACTIONS(1010), [anon_sym_u8_DQUOTE] = ACTIONS(1010), [anon_sym_DQUOTE] = ACTIONS(1010), [sym_true] = ACTIONS(1008), [sym_false] = ACTIONS(1008), [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, [230] = { [sym_identifier] = ACTIONS(1012), [aux_sym_preproc_include_token1] = ACTIONS(1012), [aux_sym_preproc_def_token1] = ACTIONS(1012), [aux_sym_preproc_if_token1] = ACTIONS(1012), [aux_sym_preproc_if_token2] = ACTIONS(1012), [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), [sym_preproc_directive] = ACTIONS(1012), [anon_sym_LPAREN2] = ACTIONS(1014), [anon_sym_BANG] = ACTIONS(1014), [anon_sym_TILDE] = ACTIONS(1014), [anon_sym_DASH] = ACTIONS(1012), [anon_sym_PLUS] = ACTIONS(1012), [anon_sym_STAR] = ACTIONS(1014), [anon_sym_AMP] = ACTIONS(1014), [anon_sym_SEMI] = ACTIONS(1014), [anon_sym_typedef] = ACTIONS(1012), [anon_sym_extern] = ACTIONS(1012), [anon_sym___attribute__] = ACTIONS(1012), [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), [anon_sym___declspec] = ACTIONS(1012), [anon_sym___cdecl] = ACTIONS(1012), [anon_sym___clrcall] = ACTIONS(1012), [anon_sym___stdcall] = ACTIONS(1012), [anon_sym___fastcall] = ACTIONS(1012), [anon_sym___thiscall] = ACTIONS(1012), [anon_sym___vectorcall] = ACTIONS(1012), [anon_sym_LBRACE] = ACTIONS(1014), [anon_sym_static] = ACTIONS(1012), [anon_sym_auto] = ACTIONS(1012), [anon_sym_register] = ACTIONS(1012), [anon_sym_inline] = ACTIONS(1012), [anon_sym_const] = ACTIONS(1012), [anon_sym_volatile] = ACTIONS(1012), [anon_sym_restrict] = ACTIONS(1012), [anon_sym__Atomic] = ACTIONS(1012), [anon_sym_signed] = ACTIONS(1012), [anon_sym_unsigned] = ACTIONS(1012), [anon_sym_long] = ACTIONS(1012), [anon_sym_short] = ACTIONS(1012), [sym_primitive_type] = ACTIONS(1012), [anon_sym_enum] = ACTIONS(1012), [anon_sym_struct] = ACTIONS(1012), [anon_sym_union] = ACTIONS(1012), [anon_sym_if] = ACTIONS(1012), [anon_sym_else] = ACTIONS(1012), [anon_sym_switch] = ACTIONS(1012), [anon_sym_case] = ACTIONS(1012), [anon_sym_default] = ACTIONS(1012), [anon_sym_while] = ACTIONS(1012), [anon_sym_do] = ACTIONS(1012), [anon_sym_for] = ACTIONS(1012), [anon_sym_return] = ACTIONS(1012), [anon_sym_break] = ACTIONS(1012), [anon_sym_continue] = ACTIONS(1012), [anon_sym_goto] = ACTIONS(1012), [anon_sym_DASH_DASH] = ACTIONS(1014), [anon_sym_PLUS_PLUS] = ACTIONS(1014), [anon_sym_sizeof] = ACTIONS(1012), [sym_number_literal] = ACTIONS(1014), [anon_sym_L_SQUOTE] = ACTIONS(1014), [anon_sym_u_SQUOTE] = ACTIONS(1014), [anon_sym_U_SQUOTE] = ACTIONS(1014), [anon_sym_u8_SQUOTE] = ACTIONS(1014), [anon_sym_SQUOTE] = ACTIONS(1014), [anon_sym_L_DQUOTE] = ACTIONS(1014), [anon_sym_u_DQUOTE] = ACTIONS(1014), [anon_sym_U_DQUOTE] = ACTIONS(1014), [anon_sym_u8_DQUOTE] = ACTIONS(1014), [anon_sym_DQUOTE] = ACTIONS(1014), [sym_true] = ACTIONS(1012), [sym_false] = ACTIONS(1012), [sym_null] = ACTIONS(1012), [sym_comment] = ACTIONS(3), }, [231] = { [sym_identifier] = ACTIONS(932), [aux_sym_preproc_include_token1] = ACTIONS(932), [aux_sym_preproc_def_token1] = ACTIONS(932), [aux_sym_preproc_if_token1] = ACTIONS(932), [aux_sym_preproc_if_token2] = ACTIONS(932), [aux_sym_preproc_ifdef_token1] = ACTIONS(932), [aux_sym_preproc_ifdef_token2] = ACTIONS(932), [sym_preproc_directive] = ACTIONS(932), [anon_sym_LPAREN2] = ACTIONS(934), [anon_sym_BANG] = ACTIONS(934), [anon_sym_TILDE] = ACTIONS(934), [anon_sym_DASH] = ACTIONS(932), [anon_sym_PLUS] = ACTIONS(932), [anon_sym_STAR] = ACTIONS(934), [anon_sym_AMP] = ACTIONS(934), [anon_sym_SEMI] = ACTIONS(934), [anon_sym_typedef] = ACTIONS(932), [anon_sym_extern] = ACTIONS(932), [anon_sym___attribute__] = ACTIONS(932), [anon_sym_LBRACK_LBRACK] = ACTIONS(934), [anon_sym___declspec] = ACTIONS(932), [anon_sym___cdecl] = ACTIONS(932), [anon_sym___clrcall] = ACTIONS(932), [anon_sym___stdcall] = ACTIONS(932), [anon_sym___fastcall] = ACTIONS(932), [anon_sym___thiscall] = ACTIONS(932), [anon_sym___vectorcall] = ACTIONS(932), [anon_sym_LBRACE] = ACTIONS(934), [anon_sym_static] = ACTIONS(932), [anon_sym_auto] = ACTIONS(932), [anon_sym_register] = ACTIONS(932), [anon_sym_inline] = ACTIONS(932), [anon_sym_const] = ACTIONS(932), [anon_sym_volatile] = ACTIONS(932), [anon_sym_restrict] = ACTIONS(932), [anon_sym__Atomic] = ACTIONS(932), [anon_sym_signed] = ACTIONS(932), [anon_sym_unsigned] = ACTIONS(932), [anon_sym_long] = ACTIONS(932), [anon_sym_short] = ACTIONS(932), [sym_primitive_type] = ACTIONS(932), [anon_sym_enum] = ACTIONS(932), [anon_sym_struct] = ACTIONS(932), [anon_sym_union] = ACTIONS(932), [anon_sym_if] = ACTIONS(932), [anon_sym_else] = ACTIONS(932), [anon_sym_switch] = ACTIONS(932), [anon_sym_case] = ACTIONS(932), [anon_sym_default] = ACTIONS(932), [anon_sym_while] = ACTIONS(932), [anon_sym_do] = ACTIONS(932), [anon_sym_for] = ACTIONS(932), [anon_sym_return] = ACTIONS(932), [anon_sym_break] = ACTIONS(932), [anon_sym_continue] = ACTIONS(932), [anon_sym_goto] = ACTIONS(932), [anon_sym_DASH_DASH] = ACTIONS(934), [anon_sym_PLUS_PLUS] = ACTIONS(934), [anon_sym_sizeof] = ACTIONS(932), [sym_number_literal] = ACTIONS(934), [anon_sym_L_SQUOTE] = ACTIONS(934), [anon_sym_u_SQUOTE] = ACTIONS(934), [anon_sym_U_SQUOTE] = ACTIONS(934), [anon_sym_u8_SQUOTE] = ACTIONS(934), [anon_sym_SQUOTE] = ACTIONS(934), [anon_sym_L_DQUOTE] = ACTIONS(934), [anon_sym_u_DQUOTE] = ACTIONS(934), [anon_sym_U_DQUOTE] = ACTIONS(934), [anon_sym_u8_DQUOTE] = ACTIONS(934), [anon_sym_DQUOTE] = ACTIONS(934), [sym_true] = ACTIONS(932), [sym_false] = ACTIONS(932), [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, [232] = { [sym_identifier] = ACTIONS(1024), [aux_sym_preproc_include_token1] = ACTIONS(1024), [aux_sym_preproc_def_token1] = ACTIONS(1024), [aux_sym_preproc_if_token1] = ACTIONS(1024), [aux_sym_preproc_if_token2] = ACTIONS(1024), [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), [sym_preproc_directive] = ACTIONS(1024), [anon_sym_LPAREN2] = ACTIONS(1026), [anon_sym_BANG] = ACTIONS(1026), [anon_sym_TILDE] = ACTIONS(1026), [anon_sym_DASH] = ACTIONS(1024), [anon_sym_PLUS] = ACTIONS(1024), [anon_sym_STAR] = ACTIONS(1026), [anon_sym_AMP] = ACTIONS(1026), [anon_sym_SEMI] = ACTIONS(1026), [anon_sym_typedef] = ACTIONS(1024), [anon_sym_extern] = ACTIONS(1024), [anon_sym___attribute__] = ACTIONS(1024), [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), [anon_sym___declspec] = ACTIONS(1024), [anon_sym___cdecl] = ACTIONS(1024), [anon_sym___clrcall] = ACTIONS(1024), [anon_sym___stdcall] = ACTIONS(1024), [anon_sym___fastcall] = ACTIONS(1024), [anon_sym___thiscall] = ACTIONS(1024), [anon_sym___vectorcall] = ACTIONS(1024), [anon_sym_LBRACE] = ACTIONS(1026), [anon_sym_static] = ACTIONS(1024), [anon_sym_auto] = ACTIONS(1024), [anon_sym_register] = ACTIONS(1024), [anon_sym_inline] = ACTIONS(1024), [anon_sym_const] = ACTIONS(1024), [anon_sym_volatile] = ACTIONS(1024), [anon_sym_restrict] = ACTIONS(1024), [anon_sym__Atomic] = ACTIONS(1024), [anon_sym_signed] = ACTIONS(1024), [anon_sym_unsigned] = ACTIONS(1024), [anon_sym_long] = ACTIONS(1024), [anon_sym_short] = ACTIONS(1024), [sym_primitive_type] = ACTIONS(1024), [anon_sym_enum] = ACTIONS(1024), [anon_sym_struct] = ACTIONS(1024), [anon_sym_union] = ACTIONS(1024), [anon_sym_if] = ACTIONS(1024), [anon_sym_else] = ACTIONS(1024), [anon_sym_switch] = ACTIONS(1024), [anon_sym_case] = ACTIONS(1024), [anon_sym_default] = ACTIONS(1024), [anon_sym_while] = ACTIONS(1024), [anon_sym_do] = ACTIONS(1024), [anon_sym_for] = ACTIONS(1024), [anon_sym_return] = ACTIONS(1024), [anon_sym_break] = ACTIONS(1024), [anon_sym_continue] = ACTIONS(1024), [anon_sym_goto] = ACTIONS(1024), [anon_sym_DASH_DASH] = ACTIONS(1026), [anon_sym_PLUS_PLUS] = ACTIONS(1026), [anon_sym_sizeof] = ACTIONS(1024), [sym_number_literal] = ACTIONS(1026), [anon_sym_L_SQUOTE] = ACTIONS(1026), [anon_sym_u_SQUOTE] = ACTIONS(1026), [anon_sym_U_SQUOTE] = ACTIONS(1026), [anon_sym_u8_SQUOTE] = ACTIONS(1026), [anon_sym_SQUOTE] = ACTIONS(1026), [anon_sym_L_DQUOTE] = ACTIONS(1026), [anon_sym_u_DQUOTE] = ACTIONS(1026), [anon_sym_U_DQUOTE] = ACTIONS(1026), [anon_sym_u8_DQUOTE] = ACTIONS(1026), [anon_sym_DQUOTE] = ACTIONS(1026), [sym_true] = ACTIONS(1024), [sym_false] = ACTIONS(1024), [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, [233] = { [ts_builtin_sym_end] = ACTIONS(900), [sym_identifier] = ACTIONS(898), [aux_sym_preproc_include_token1] = ACTIONS(898), [aux_sym_preproc_def_token1] = ACTIONS(898), [aux_sym_preproc_if_token1] = ACTIONS(898), [aux_sym_preproc_ifdef_token1] = ACTIONS(898), [aux_sym_preproc_ifdef_token2] = ACTIONS(898), [sym_preproc_directive] = ACTIONS(898), [anon_sym_LPAREN2] = ACTIONS(900), [anon_sym_BANG] = ACTIONS(900), [anon_sym_TILDE] = ACTIONS(900), [anon_sym_DASH] = ACTIONS(898), [anon_sym_PLUS] = ACTIONS(898), [anon_sym_STAR] = ACTIONS(900), [anon_sym_AMP] = ACTIONS(900), [anon_sym_SEMI] = ACTIONS(900), [anon_sym_typedef] = ACTIONS(898), [anon_sym_extern] = ACTIONS(898), [anon_sym___attribute__] = ACTIONS(898), [anon_sym_LBRACK_LBRACK] = ACTIONS(900), [anon_sym___declspec] = ACTIONS(898), [anon_sym___cdecl] = ACTIONS(898), [anon_sym___clrcall] = ACTIONS(898), [anon_sym___stdcall] = ACTIONS(898), [anon_sym___fastcall] = ACTIONS(898), [anon_sym___thiscall] = ACTIONS(898), [anon_sym___vectorcall] = ACTIONS(898), [anon_sym_LBRACE] = ACTIONS(900), [anon_sym_static] = ACTIONS(898), [anon_sym_auto] = ACTIONS(898), [anon_sym_register] = ACTIONS(898), [anon_sym_inline] = ACTIONS(898), [anon_sym_const] = ACTIONS(898), [anon_sym_volatile] = ACTIONS(898), [anon_sym_restrict] = ACTIONS(898), [anon_sym__Atomic] = ACTIONS(898), [anon_sym_signed] = ACTIONS(898), [anon_sym_unsigned] = ACTIONS(898), [anon_sym_long] = ACTIONS(898), [anon_sym_short] = ACTIONS(898), [sym_primitive_type] = ACTIONS(898), [anon_sym_enum] = ACTIONS(898), [anon_sym_struct] = ACTIONS(898), [anon_sym_union] = ACTIONS(898), [anon_sym_if] = ACTIONS(898), [anon_sym_else] = ACTIONS(898), [anon_sym_switch] = ACTIONS(898), [anon_sym_case] = ACTIONS(898), [anon_sym_default] = ACTIONS(898), [anon_sym_while] = ACTIONS(898), [anon_sym_do] = ACTIONS(898), [anon_sym_for] = ACTIONS(898), [anon_sym_return] = ACTIONS(898), [anon_sym_break] = ACTIONS(898), [anon_sym_continue] = ACTIONS(898), [anon_sym_goto] = ACTIONS(898), [anon_sym_DASH_DASH] = ACTIONS(900), [anon_sym_PLUS_PLUS] = ACTIONS(900), [anon_sym_sizeof] = ACTIONS(898), [sym_number_literal] = ACTIONS(900), [anon_sym_L_SQUOTE] = ACTIONS(900), [anon_sym_u_SQUOTE] = ACTIONS(900), [anon_sym_U_SQUOTE] = ACTIONS(900), [anon_sym_u8_SQUOTE] = ACTIONS(900), [anon_sym_SQUOTE] = ACTIONS(900), [anon_sym_L_DQUOTE] = ACTIONS(900), [anon_sym_u_DQUOTE] = ACTIONS(900), [anon_sym_U_DQUOTE] = ACTIONS(900), [anon_sym_u8_DQUOTE] = ACTIONS(900), [anon_sym_DQUOTE] = ACTIONS(900), [sym_true] = ACTIONS(898), [sym_false] = ACTIONS(898), [sym_null] = ACTIONS(898), [sym_comment] = ACTIONS(3), }, [234] = { [sym_identifier] = ACTIONS(1020), [aux_sym_preproc_include_token1] = ACTIONS(1020), [aux_sym_preproc_def_token1] = ACTIONS(1020), [aux_sym_preproc_if_token1] = ACTIONS(1020), [aux_sym_preproc_if_token2] = ACTIONS(1020), [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), [sym_preproc_directive] = ACTIONS(1020), [anon_sym_LPAREN2] = ACTIONS(1022), [anon_sym_BANG] = ACTIONS(1022), [anon_sym_TILDE] = ACTIONS(1022), [anon_sym_DASH] = ACTIONS(1020), [anon_sym_PLUS] = ACTIONS(1020), [anon_sym_STAR] = ACTIONS(1022), [anon_sym_AMP] = ACTIONS(1022), [anon_sym_SEMI] = ACTIONS(1022), [anon_sym_typedef] = ACTIONS(1020), [anon_sym_extern] = ACTIONS(1020), [anon_sym___attribute__] = ACTIONS(1020), [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), [anon_sym___declspec] = ACTIONS(1020), [anon_sym___cdecl] = ACTIONS(1020), [anon_sym___clrcall] = ACTIONS(1020), [anon_sym___stdcall] = ACTIONS(1020), [anon_sym___fastcall] = ACTIONS(1020), [anon_sym___thiscall] = ACTIONS(1020), [anon_sym___vectorcall] = ACTIONS(1020), [anon_sym_LBRACE] = ACTIONS(1022), [anon_sym_static] = ACTIONS(1020), [anon_sym_auto] = ACTIONS(1020), [anon_sym_register] = ACTIONS(1020), [anon_sym_inline] = ACTIONS(1020), [anon_sym_const] = ACTIONS(1020), [anon_sym_volatile] = ACTIONS(1020), [anon_sym_restrict] = ACTIONS(1020), [anon_sym__Atomic] = ACTIONS(1020), [anon_sym_signed] = ACTIONS(1020), [anon_sym_unsigned] = ACTIONS(1020), [anon_sym_long] = ACTIONS(1020), [anon_sym_short] = ACTIONS(1020), [sym_primitive_type] = ACTIONS(1020), [anon_sym_enum] = ACTIONS(1020), [anon_sym_struct] = ACTIONS(1020), [anon_sym_union] = ACTIONS(1020), [anon_sym_if] = ACTIONS(1020), [anon_sym_else] = ACTIONS(1020), [anon_sym_switch] = ACTIONS(1020), [anon_sym_case] = ACTIONS(1020), [anon_sym_default] = ACTIONS(1020), [anon_sym_while] = ACTIONS(1020), [anon_sym_do] = ACTIONS(1020), [anon_sym_for] = ACTIONS(1020), [anon_sym_return] = ACTIONS(1020), [anon_sym_break] = ACTIONS(1020), [anon_sym_continue] = ACTIONS(1020), [anon_sym_goto] = ACTIONS(1020), [anon_sym_DASH_DASH] = ACTIONS(1022), [anon_sym_PLUS_PLUS] = ACTIONS(1022), [anon_sym_sizeof] = ACTIONS(1020), [sym_number_literal] = ACTIONS(1022), [anon_sym_L_SQUOTE] = ACTIONS(1022), [anon_sym_u_SQUOTE] = ACTIONS(1022), [anon_sym_U_SQUOTE] = ACTIONS(1022), [anon_sym_u8_SQUOTE] = ACTIONS(1022), [anon_sym_SQUOTE] = ACTIONS(1022), [anon_sym_L_DQUOTE] = ACTIONS(1022), [anon_sym_u_DQUOTE] = ACTIONS(1022), [anon_sym_U_DQUOTE] = ACTIONS(1022), [anon_sym_u8_DQUOTE] = ACTIONS(1022), [anon_sym_DQUOTE] = ACTIONS(1022), [sym_true] = ACTIONS(1020), [sym_false] = ACTIONS(1020), [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, [235] = { [sym_identifier] = ACTIONS(1076), [aux_sym_preproc_include_token1] = ACTIONS(1076), [aux_sym_preproc_def_token1] = ACTIONS(1076), [aux_sym_preproc_if_token1] = ACTIONS(1076), [aux_sym_preproc_if_token2] = ACTIONS(1076), [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), [sym_preproc_directive] = ACTIONS(1076), [anon_sym_LPAREN2] = ACTIONS(1078), [anon_sym_BANG] = ACTIONS(1078), [anon_sym_TILDE] = ACTIONS(1078), [anon_sym_DASH] = ACTIONS(1076), [anon_sym_PLUS] = ACTIONS(1076), [anon_sym_STAR] = ACTIONS(1078), [anon_sym_AMP] = ACTIONS(1078), [anon_sym_SEMI] = ACTIONS(1078), [anon_sym_typedef] = ACTIONS(1076), [anon_sym_extern] = ACTIONS(1076), [anon_sym___attribute__] = ACTIONS(1076), [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), [anon_sym___declspec] = ACTIONS(1076), [anon_sym___cdecl] = ACTIONS(1076), [anon_sym___clrcall] = ACTIONS(1076), [anon_sym___stdcall] = ACTIONS(1076), [anon_sym___fastcall] = ACTIONS(1076), [anon_sym___thiscall] = ACTIONS(1076), [anon_sym___vectorcall] = ACTIONS(1076), [anon_sym_LBRACE] = ACTIONS(1078), [anon_sym_static] = ACTIONS(1076), [anon_sym_auto] = ACTIONS(1076), [anon_sym_register] = ACTIONS(1076), [anon_sym_inline] = ACTIONS(1076), [anon_sym_const] = ACTIONS(1076), [anon_sym_volatile] = ACTIONS(1076), [anon_sym_restrict] = ACTIONS(1076), [anon_sym__Atomic] = ACTIONS(1076), [anon_sym_signed] = ACTIONS(1076), [anon_sym_unsigned] = ACTIONS(1076), [anon_sym_long] = ACTIONS(1076), [anon_sym_short] = ACTIONS(1076), [sym_primitive_type] = ACTIONS(1076), [anon_sym_enum] = ACTIONS(1076), [anon_sym_struct] = ACTIONS(1076), [anon_sym_union] = ACTIONS(1076), [anon_sym_if] = ACTIONS(1076), [anon_sym_switch] = ACTIONS(1076), [anon_sym_case] = ACTIONS(1076), [anon_sym_default] = ACTIONS(1076), [anon_sym_while] = ACTIONS(1076), [anon_sym_do] = ACTIONS(1076), [anon_sym_for] = ACTIONS(1076), [anon_sym_return] = ACTIONS(1076), [anon_sym_break] = ACTIONS(1076), [anon_sym_continue] = ACTIONS(1076), [anon_sym_goto] = ACTIONS(1076), [anon_sym_DASH_DASH] = ACTIONS(1078), [anon_sym_PLUS_PLUS] = ACTIONS(1078), [anon_sym_sizeof] = ACTIONS(1076), [sym_number_literal] = ACTIONS(1078), [anon_sym_L_SQUOTE] = ACTIONS(1078), [anon_sym_u_SQUOTE] = ACTIONS(1078), [anon_sym_U_SQUOTE] = ACTIONS(1078), [anon_sym_u8_SQUOTE] = ACTIONS(1078), [anon_sym_SQUOTE] = ACTIONS(1078), [anon_sym_L_DQUOTE] = ACTIONS(1078), [anon_sym_u_DQUOTE] = ACTIONS(1078), [anon_sym_U_DQUOTE] = ACTIONS(1078), [anon_sym_u8_DQUOTE] = ACTIONS(1078), [anon_sym_DQUOTE] = ACTIONS(1078), [sym_true] = ACTIONS(1076), [sym_false] = ACTIONS(1076), [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, [236] = { [sym_identifier] = ACTIONS(1120), [aux_sym_preproc_include_token1] = ACTIONS(1120), [aux_sym_preproc_def_token1] = ACTIONS(1120), [aux_sym_preproc_if_token1] = ACTIONS(1120), [aux_sym_preproc_if_token2] = ACTIONS(1120), [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), [sym_preproc_directive] = ACTIONS(1120), [anon_sym_LPAREN2] = ACTIONS(1122), [anon_sym_BANG] = ACTIONS(1122), [anon_sym_TILDE] = ACTIONS(1122), [anon_sym_DASH] = ACTIONS(1120), [anon_sym_PLUS] = ACTIONS(1120), [anon_sym_STAR] = ACTIONS(1122), [anon_sym_AMP] = ACTIONS(1122), [anon_sym_SEMI] = ACTIONS(1122), [anon_sym_typedef] = ACTIONS(1120), [anon_sym_extern] = ACTIONS(1120), [anon_sym___attribute__] = ACTIONS(1120), [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), [anon_sym___declspec] = ACTIONS(1120), [anon_sym___cdecl] = ACTIONS(1120), [anon_sym___clrcall] = ACTIONS(1120), [anon_sym___stdcall] = ACTIONS(1120), [anon_sym___fastcall] = ACTIONS(1120), [anon_sym___thiscall] = ACTIONS(1120), [anon_sym___vectorcall] = ACTIONS(1120), [anon_sym_LBRACE] = ACTIONS(1122), [anon_sym_static] = ACTIONS(1120), [anon_sym_auto] = ACTIONS(1120), [anon_sym_register] = ACTIONS(1120), [anon_sym_inline] = ACTIONS(1120), [anon_sym_const] = ACTIONS(1120), [anon_sym_volatile] = ACTIONS(1120), [anon_sym_restrict] = ACTIONS(1120), [anon_sym__Atomic] = ACTIONS(1120), [anon_sym_signed] = ACTIONS(1120), [anon_sym_unsigned] = ACTIONS(1120), [anon_sym_long] = ACTIONS(1120), [anon_sym_short] = ACTIONS(1120), [sym_primitive_type] = ACTIONS(1120), [anon_sym_enum] = ACTIONS(1120), [anon_sym_struct] = ACTIONS(1120), [anon_sym_union] = ACTIONS(1120), [anon_sym_if] = ACTIONS(1120), [anon_sym_switch] = ACTIONS(1120), [anon_sym_case] = ACTIONS(1120), [anon_sym_default] = ACTIONS(1120), [anon_sym_while] = ACTIONS(1120), [anon_sym_do] = ACTIONS(1120), [anon_sym_for] = ACTIONS(1120), [anon_sym_return] = ACTIONS(1120), [anon_sym_break] = ACTIONS(1120), [anon_sym_continue] = ACTIONS(1120), [anon_sym_goto] = ACTIONS(1120), [anon_sym_DASH_DASH] = ACTIONS(1122), [anon_sym_PLUS_PLUS] = ACTIONS(1122), [anon_sym_sizeof] = ACTIONS(1120), [sym_number_literal] = ACTIONS(1122), [anon_sym_L_SQUOTE] = ACTIONS(1122), [anon_sym_u_SQUOTE] = ACTIONS(1122), [anon_sym_U_SQUOTE] = ACTIONS(1122), [anon_sym_u8_SQUOTE] = ACTIONS(1122), [anon_sym_SQUOTE] = ACTIONS(1122), [anon_sym_L_DQUOTE] = ACTIONS(1122), [anon_sym_u_DQUOTE] = ACTIONS(1122), [anon_sym_U_DQUOTE] = ACTIONS(1122), [anon_sym_u8_DQUOTE] = ACTIONS(1122), [anon_sym_DQUOTE] = ACTIONS(1122), [sym_true] = ACTIONS(1120), [sym_false] = ACTIONS(1120), [sym_null] = ACTIONS(1120), [sym_comment] = ACTIONS(3), }, [237] = { [ts_builtin_sym_end] = ACTIONS(1086), [sym_identifier] = ACTIONS(1084), [aux_sym_preproc_include_token1] = ACTIONS(1084), [aux_sym_preproc_def_token1] = ACTIONS(1084), [aux_sym_preproc_if_token1] = ACTIONS(1084), [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), [sym_preproc_directive] = ACTIONS(1084), [anon_sym_LPAREN2] = ACTIONS(1086), [anon_sym_BANG] = ACTIONS(1086), [anon_sym_TILDE] = ACTIONS(1086), [anon_sym_DASH] = ACTIONS(1084), [anon_sym_PLUS] = ACTIONS(1084), [anon_sym_STAR] = ACTIONS(1086), [anon_sym_AMP] = ACTIONS(1086), [anon_sym_SEMI] = ACTIONS(1086), [anon_sym_typedef] = ACTIONS(1084), [anon_sym_extern] = ACTIONS(1084), [anon_sym___attribute__] = ACTIONS(1084), [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), [anon_sym___declspec] = ACTIONS(1084), [anon_sym___cdecl] = ACTIONS(1084), [anon_sym___clrcall] = ACTIONS(1084), [anon_sym___stdcall] = ACTIONS(1084), [anon_sym___fastcall] = ACTIONS(1084), [anon_sym___thiscall] = ACTIONS(1084), [anon_sym___vectorcall] = ACTIONS(1084), [anon_sym_LBRACE] = ACTIONS(1086), [anon_sym_static] = ACTIONS(1084), [anon_sym_auto] = ACTIONS(1084), [anon_sym_register] = ACTIONS(1084), [anon_sym_inline] = ACTIONS(1084), [anon_sym_const] = ACTIONS(1084), [anon_sym_volatile] = ACTIONS(1084), [anon_sym_restrict] = ACTIONS(1084), [anon_sym__Atomic] = ACTIONS(1084), [anon_sym_signed] = ACTIONS(1084), [anon_sym_unsigned] = ACTIONS(1084), [anon_sym_long] = ACTIONS(1084), [anon_sym_short] = ACTIONS(1084), [sym_primitive_type] = ACTIONS(1084), [anon_sym_enum] = ACTIONS(1084), [anon_sym_struct] = ACTIONS(1084), [anon_sym_union] = ACTIONS(1084), [anon_sym_if] = ACTIONS(1084), [anon_sym_switch] = ACTIONS(1084), [anon_sym_case] = ACTIONS(1084), [anon_sym_default] = ACTIONS(1084), [anon_sym_while] = ACTIONS(1084), [anon_sym_do] = ACTIONS(1084), [anon_sym_for] = ACTIONS(1084), [anon_sym_return] = ACTIONS(1084), [anon_sym_break] = ACTIONS(1084), [anon_sym_continue] = ACTIONS(1084), [anon_sym_goto] = ACTIONS(1084), [anon_sym_DASH_DASH] = ACTIONS(1086), [anon_sym_PLUS_PLUS] = ACTIONS(1086), [anon_sym_sizeof] = ACTIONS(1084), [sym_number_literal] = ACTIONS(1086), [anon_sym_L_SQUOTE] = ACTIONS(1086), [anon_sym_u_SQUOTE] = ACTIONS(1086), [anon_sym_U_SQUOTE] = ACTIONS(1086), [anon_sym_u8_SQUOTE] = ACTIONS(1086), [anon_sym_SQUOTE] = ACTIONS(1086), [anon_sym_L_DQUOTE] = ACTIONS(1086), [anon_sym_u_DQUOTE] = ACTIONS(1086), [anon_sym_U_DQUOTE] = ACTIONS(1086), [anon_sym_u8_DQUOTE] = ACTIONS(1086), [anon_sym_DQUOTE] = ACTIONS(1086), [sym_true] = ACTIONS(1084), [sym_false] = ACTIONS(1084), [sym_null] = ACTIONS(1084), [sym_comment] = ACTIONS(3), }, [238] = { [sym_identifier] = ACTIONS(1032), [aux_sym_preproc_include_token1] = ACTIONS(1032), [aux_sym_preproc_def_token1] = ACTIONS(1032), [aux_sym_preproc_if_token1] = ACTIONS(1032), [aux_sym_preproc_if_token2] = ACTIONS(1032), [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), [sym_preproc_directive] = ACTIONS(1032), [anon_sym_LPAREN2] = ACTIONS(1034), [anon_sym_BANG] = ACTIONS(1034), [anon_sym_TILDE] = ACTIONS(1034), [anon_sym_DASH] = ACTIONS(1032), [anon_sym_PLUS] = ACTIONS(1032), [anon_sym_STAR] = ACTIONS(1034), [anon_sym_AMP] = ACTIONS(1034), [anon_sym_SEMI] = ACTIONS(1034), [anon_sym_typedef] = ACTIONS(1032), [anon_sym_extern] = ACTIONS(1032), [anon_sym___attribute__] = ACTIONS(1032), [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), [anon_sym___declspec] = ACTIONS(1032), [anon_sym___cdecl] = ACTIONS(1032), [anon_sym___clrcall] = ACTIONS(1032), [anon_sym___stdcall] = ACTIONS(1032), [anon_sym___fastcall] = ACTIONS(1032), [anon_sym___thiscall] = ACTIONS(1032), [anon_sym___vectorcall] = ACTIONS(1032), [anon_sym_LBRACE] = ACTIONS(1034), [anon_sym_static] = ACTIONS(1032), [anon_sym_auto] = ACTIONS(1032), [anon_sym_register] = ACTIONS(1032), [anon_sym_inline] = ACTIONS(1032), [anon_sym_const] = ACTIONS(1032), [anon_sym_volatile] = ACTIONS(1032), [anon_sym_restrict] = ACTIONS(1032), [anon_sym__Atomic] = ACTIONS(1032), [anon_sym_signed] = ACTIONS(1032), [anon_sym_unsigned] = ACTIONS(1032), [anon_sym_long] = ACTIONS(1032), [anon_sym_short] = ACTIONS(1032), [sym_primitive_type] = ACTIONS(1032), [anon_sym_enum] = ACTIONS(1032), [anon_sym_struct] = ACTIONS(1032), [anon_sym_union] = ACTIONS(1032), [anon_sym_if] = ACTIONS(1032), [anon_sym_switch] = ACTIONS(1032), [anon_sym_case] = ACTIONS(1032), [anon_sym_default] = ACTIONS(1032), [anon_sym_while] = ACTIONS(1032), [anon_sym_do] = ACTIONS(1032), [anon_sym_for] = ACTIONS(1032), [anon_sym_return] = ACTIONS(1032), [anon_sym_break] = ACTIONS(1032), [anon_sym_continue] = ACTIONS(1032), [anon_sym_goto] = ACTIONS(1032), [anon_sym_DASH_DASH] = ACTIONS(1034), [anon_sym_PLUS_PLUS] = ACTIONS(1034), [anon_sym_sizeof] = ACTIONS(1032), [sym_number_literal] = ACTIONS(1034), [anon_sym_L_SQUOTE] = ACTIONS(1034), [anon_sym_u_SQUOTE] = ACTIONS(1034), [anon_sym_U_SQUOTE] = ACTIONS(1034), [anon_sym_u8_SQUOTE] = ACTIONS(1034), [anon_sym_SQUOTE] = ACTIONS(1034), [anon_sym_L_DQUOTE] = ACTIONS(1034), [anon_sym_u_DQUOTE] = ACTIONS(1034), [anon_sym_U_DQUOTE] = ACTIONS(1034), [anon_sym_u8_DQUOTE] = ACTIONS(1034), [anon_sym_DQUOTE] = ACTIONS(1034), [sym_true] = ACTIONS(1032), [sym_false] = ACTIONS(1032), [sym_null] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, [239] = { [ts_builtin_sym_end] = ACTIONS(1126), [sym_identifier] = ACTIONS(1124), [aux_sym_preproc_include_token1] = ACTIONS(1124), [aux_sym_preproc_def_token1] = ACTIONS(1124), [aux_sym_preproc_if_token1] = ACTIONS(1124), [aux_sym_preproc_ifdef_token1] = ACTIONS(1124), [aux_sym_preproc_ifdef_token2] = ACTIONS(1124), [sym_preproc_directive] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(1126), [anon_sym_BANG] = ACTIONS(1126), [anon_sym_TILDE] = ACTIONS(1126), [anon_sym_DASH] = ACTIONS(1124), [anon_sym_PLUS] = ACTIONS(1124), [anon_sym_STAR] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1126), [anon_sym_SEMI] = ACTIONS(1126), [anon_sym_typedef] = ACTIONS(1124), [anon_sym_extern] = ACTIONS(1124), [anon_sym___attribute__] = ACTIONS(1124), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(1124), [anon_sym___cdecl] = ACTIONS(1124), [anon_sym___clrcall] = ACTIONS(1124), [anon_sym___stdcall] = ACTIONS(1124), [anon_sym___fastcall] = ACTIONS(1124), [anon_sym___thiscall] = ACTIONS(1124), [anon_sym___vectorcall] = ACTIONS(1124), [anon_sym_LBRACE] = ACTIONS(1126), [anon_sym_static] = ACTIONS(1124), [anon_sym_auto] = ACTIONS(1124), [anon_sym_register] = ACTIONS(1124), [anon_sym_inline] = ACTIONS(1124), [anon_sym_const] = ACTIONS(1124), [anon_sym_volatile] = ACTIONS(1124), [anon_sym_restrict] = ACTIONS(1124), [anon_sym__Atomic] = ACTIONS(1124), [anon_sym_signed] = ACTIONS(1124), [anon_sym_unsigned] = ACTIONS(1124), [anon_sym_long] = ACTIONS(1124), [anon_sym_short] = ACTIONS(1124), [sym_primitive_type] = ACTIONS(1124), [anon_sym_enum] = ACTIONS(1124), [anon_sym_struct] = ACTIONS(1124), [anon_sym_union] = ACTIONS(1124), [anon_sym_if] = ACTIONS(1124), [anon_sym_switch] = ACTIONS(1124), [anon_sym_case] = ACTIONS(1124), [anon_sym_default] = ACTIONS(1124), [anon_sym_while] = ACTIONS(1124), [anon_sym_do] = ACTIONS(1124), [anon_sym_for] = ACTIONS(1124), [anon_sym_return] = ACTIONS(1124), [anon_sym_break] = ACTIONS(1124), [anon_sym_continue] = ACTIONS(1124), [anon_sym_goto] = ACTIONS(1124), [anon_sym_DASH_DASH] = ACTIONS(1126), [anon_sym_PLUS_PLUS] = ACTIONS(1126), [anon_sym_sizeof] = ACTIONS(1124), [sym_number_literal] = ACTIONS(1126), [anon_sym_L_SQUOTE] = ACTIONS(1126), [anon_sym_u_SQUOTE] = ACTIONS(1126), [anon_sym_U_SQUOTE] = ACTIONS(1126), [anon_sym_u8_SQUOTE] = ACTIONS(1126), [anon_sym_SQUOTE] = ACTIONS(1126), [anon_sym_L_DQUOTE] = ACTIONS(1126), [anon_sym_u_DQUOTE] = ACTIONS(1126), [anon_sym_U_DQUOTE] = ACTIONS(1126), [anon_sym_u8_DQUOTE] = ACTIONS(1126), [anon_sym_DQUOTE] = ACTIONS(1126), [sym_true] = ACTIONS(1124), [sym_false] = ACTIONS(1124), [sym_null] = ACTIONS(1124), [sym_comment] = ACTIONS(3), }, [240] = { [ts_builtin_sym_end] = ACTIONS(1042), [sym_identifier] = ACTIONS(1040), [aux_sym_preproc_include_token1] = ACTIONS(1040), [aux_sym_preproc_def_token1] = ACTIONS(1040), [aux_sym_preproc_if_token1] = ACTIONS(1040), [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), [sym_preproc_directive] = ACTIONS(1040), [anon_sym_LPAREN2] = ACTIONS(1042), [anon_sym_BANG] = ACTIONS(1042), [anon_sym_TILDE] = ACTIONS(1042), [anon_sym_DASH] = ACTIONS(1040), [anon_sym_PLUS] = ACTIONS(1040), [anon_sym_STAR] = ACTIONS(1042), [anon_sym_AMP] = ACTIONS(1042), [anon_sym_SEMI] = ACTIONS(1042), [anon_sym_typedef] = ACTIONS(1040), [anon_sym_extern] = ACTIONS(1040), [anon_sym___attribute__] = ACTIONS(1040), [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), [anon_sym___declspec] = ACTIONS(1040), [anon_sym___cdecl] = ACTIONS(1040), [anon_sym___clrcall] = ACTIONS(1040), [anon_sym___stdcall] = ACTIONS(1040), [anon_sym___fastcall] = ACTIONS(1040), [anon_sym___thiscall] = ACTIONS(1040), [anon_sym___vectorcall] = ACTIONS(1040), [anon_sym_LBRACE] = ACTIONS(1042), [anon_sym_static] = ACTIONS(1040), [anon_sym_auto] = ACTIONS(1040), [anon_sym_register] = ACTIONS(1040), [anon_sym_inline] = ACTIONS(1040), [anon_sym_const] = ACTIONS(1040), [anon_sym_volatile] = ACTIONS(1040), [anon_sym_restrict] = ACTIONS(1040), [anon_sym__Atomic] = ACTIONS(1040), [anon_sym_signed] = ACTIONS(1040), [anon_sym_unsigned] = ACTIONS(1040), [anon_sym_long] = ACTIONS(1040), [anon_sym_short] = ACTIONS(1040), [sym_primitive_type] = ACTIONS(1040), [anon_sym_enum] = ACTIONS(1040), [anon_sym_struct] = ACTIONS(1040), [anon_sym_union] = ACTIONS(1040), [anon_sym_if] = ACTIONS(1040), [anon_sym_switch] = ACTIONS(1040), [anon_sym_case] = ACTIONS(1040), [anon_sym_default] = ACTIONS(1040), [anon_sym_while] = ACTIONS(1040), [anon_sym_do] = ACTIONS(1040), [anon_sym_for] = ACTIONS(1040), [anon_sym_return] = ACTIONS(1040), [anon_sym_break] = ACTIONS(1040), [anon_sym_continue] = ACTIONS(1040), [anon_sym_goto] = ACTIONS(1040), [anon_sym_DASH_DASH] = ACTIONS(1042), [anon_sym_PLUS_PLUS] = ACTIONS(1042), [anon_sym_sizeof] = ACTIONS(1040), [sym_number_literal] = ACTIONS(1042), [anon_sym_L_SQUOTE] = ACTIONS(1042), [anon_sym_u_SQUOTE] = ACTIONS(1042), [anon_sym_U_SQUOTE] = ACTIONS(1042), [anon_sym_u8_SQUOTE] = ACTIONS(1042), [anon_sym_SQUOTE] = ACTIONS(1042), [anon_sym_L_DQUOTE] = ACTIONS(1042), [anon_sym_u_DQUOTE] = ACTIONS(1042), [anon_sym_U_DQUOTE] = ACTIONS(1042), [anon_sym_u8_DQUOTE] = ACTIONS(1042), [anon_sym_DQUOTE] = ACTIONS(1042), [sym_true] = ACTIONS(1040), [sym_false] = ACTIONS(1040), [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, [241] = { [ts_builtin_sym_end] = ACTIONS(1062), [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), [aux_sym_preproc_if_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), [sym_preproc_directive] = ACTIONS(1060), [anon_sym_LPAREN2] = ACTIONS(1062), [anon_sym_BANG] = ACTIONS(1062), [anon_sym_TILDE] = ACTIONS(1062), [anon_sym_DASH] = ACTIONS(1060), [anon_sym_PLUS] = ACTIONS(1060), [anon_sym_STAR] = ACTIONS(1062), [anon_sym_AMP] = ACTIONS(1062), [anon_sym_SEMI] = ACTIONS(1062), [anon_sym_typedef] = ACTIONS(1060), [anon_sym_extern] = ACTIONS(1060), [anon_sym___attribute__] = ACTIONS(1060), [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), [anon_sym___declspec] = ACTIONS(1060), [anon_sym___cdecl] = ACTIONS(1060), [anon_sym___clrcall] = ACTIONS(1060), [anon_sym___stdcall] = ACTIONS(1060), [anon_sym___fastcall] = ACTIONS(1060), [anon_sym___thiscall] = ACTIONS(1060), [anon_sym___vectorcall] = ACTIONS(1060), [anon_sym_LBRACE] = ACTIONS(1062), [anon_sym_static] = ACTIONS(1060), [anon_sym_auto] = ACTIONS(1060), [anon_sym_register] = ACTIONS(1060), [anon_sym_inline] = ACTIONS(1060), [anon_sym_const] = ACTIONS(1060), [anon_sym_volatile] = ACTIONS(1060), [anon_sym_restrict] = ACTIONS(1060), [anon_sym__Atomic] = ACTIONS(1060), [anon_sym_signed] = ACTIONS(1060), [anon_sym_unsigned] = ACTIONS(1060), [anon_sym_long] = ACTIONS(1060), [anon_sym_short] = ACTIONS(1060), [sym_primitive_type] = ACTIONS(1060), [anon_sym_enum] = ACTIONS(1060), [anon_sym_struct] = ACTIONS(1060), [anon_sym_union] = ACTIONS(1060), [anon_sym_if] = ACTIONS(1060), [anon_sym_switch] = ACTIONS(1060), [anon_sym_case] = ACTIONS(1060), [anon_sym_default] = ACTIONS(1060), [anon_sym_while] = ACTIONS(1060), [anon_sym_do] = ACTIONS(1060), [anon_sym_for] = ACTIONS(1060), [anon_sym_return] = ACTIONS(1060), [anon_sym_break] = ACTIONS(1060), [anon_sym_continue] = ACTIONS(1060), [anon_sym_goto] = ACTIONS(1060), [anon_sym_DASH_DASH] = ACTIONS(1062), [anon_sym_PLUS_PLUS] = ACTIONS(1062), [anon_sym_sizeof] = ACTIONS(1060), [sym_number_literal] = ACTIONS(1062), [anon_sym_L_SQUOTE] = ACTIONS(1062), [anon_sym_u_SQUOTE] = ACTIONS(1062), [anon_sym_U_SQUOTE] = ACTIONS(1062), [anon_sym_u8_SQUOTE] = ACTIONS(1062), [anon_sym_SQUOTE] = ACTIONS(1062), [anon_sym_L_DQUOTE] = ACTIONS(1062), [anon_sym_u_DQUOTE] = ACTIONS(1062), [anon_sym_U_DQUOTE] = ACTIONS(1062), [anon_sym_u8_DQUOTE] = ACTIONS(1062), [anon_sym_DQUOTE] = ACTIONS(1062), [sym_true] = ACTIONS(1060), [sym_false] = ACTIONS(1060), [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, [242] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(254), [sym_labeled_statement] = STATE(254), [sym_expression_statement] = STATE(254), [sym_if_statement] = STATE(254), [sym_switch_statement] = STATE(254), [sym_case_statement] = STATE(254), [sym_while_statement] = STATE(254), [sym_do_statement] = STATE(254), [sym_for_statement] = STATE(254), [sym_return_statement] = STATE(254), [sym_break_statement] = STATE(254), [sym_continue_statement] = STATE(254), [sym_goto_statement] = STATE(254), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [243] = { [ts_builtin_sym_end] = ACTIONS(1054), [sym_identifier] = ACTIONS(1052), [aux_sym_preproc_include_token1] = ACTIONS(1052), [aux_sym_preproc_def_token1] = ACTIONS(1052), [aux_sym_preproc_if_token1] = ACTIONS(1052), [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), [sym_preproc_directive] = ACTIONS(1052), [anon_sym_LPAREN2] = ACTIONS(1054), [anon_sym_BANG] = ACTIONS(1054), [anon_sym_TILDE] = ACTIONS(1054), [anon_sym_DASH] = ACTIONS(1052), [anon_sym_PLUS] = ACTIONS(1052), [anon_sym_STAR] = ACTIONS(1054), [anon_sym_AMP] = ACTIONS(1054), [anon_sym_SEMI] = ACTIONS(1054), [anon_sym_typedef] = ACTIONS(1052), [anon_sym_extern] = ACTIONS(1052), [anon_sym___attribute__] = ACTIONS(1052), [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), [anon_sym___declspec] = ACTIONS(1052), [anon_sym___cdecl] = ACTIONS(1052), [anon_sym___clrcall] = ACTIONS(1052), [anon_sym___stdcall] = ACTIONS(1052), [anon_sym___fastcall] = ACTIONS(1052), [anon_sym___thiscall] = ACTIONS(1052), [anon_sym___vectorcall] = ACTIONS(1052), [anon_sym_LBRACE] = ACTIONS(1054), [anon_sym_static] = ACTIONS(1052), [anon_sym_auto] = ACTIONS(1052), [anon_sym_register] = ACTIONS(1052), [anon_sym_inline] = ACTIONS(1052), [anon_sym_const] = ACTIONS(1052), [anon_sym_volatile] = ACTIONS(1052), [anon_sym_restrict] = ACTIONS(1052), [anon_sym__Atomic] = ACTIONS(1052), [anon_sym_signed] = ACTIONS(1052), [anon_sym_unsigned] = ACTIONS(1052), [anon_sym_long] = ACTIONS(1052), [anon_sym_short] = ACTIONS(1052), [sym_primitive_type] = ACTIONS(1052), [anon_sym_enum] = ACTIONS(1052), [anon_sym_struct] = ACTIONS(1052), [anon_sym_union] = ACTIONS(1052), [anon_sym_if] = ACTIONS(1052), [anon_sym_switch] = ACTIONS(1052), [anon_sym_case] = ACTIONS(1052), [anon_sym_default] = ACTIONS(1052), [anon_sym_while] = ACTIONS(1052), [anon_sym_do] = ACTIONS(1052), [anon_sym_for] = ACTIONS(1052), [anon_sym_return] = ACTIONS(1052), [anon_sym_break] = ACTIONS(1052), [anon_sym_continue] = ACTIONS(1052), [anon_sym_goto] = ACTIONS(1052), [anon_sym_DASH_DASH] = ACTIONS(1054), [anon_sym_PLUS_PLUS] = ACTIONS(1054), [anon_sym_sizeof] = ACTIONS(1052), [sym_number_literal] = ACTIONS(1054), [anon_sym_L_SQUOTE] = ACTIONS(1054), [anon_sym_u_SQUOTE] = ACTIONS(1054), [anon_sym_U_SQUOTE] = ACTIONS(1054), [anon_sym_u8_SQUOTE] = ACTIONS(1054), [anon_sym_SQUOTE] = ACTIONS(1054), [anon_sym_L_DQUOTE] = ACTIONS(1054), [anon_sym_u_DQUOTE] = ACTIONS(1054), [anon_sym_U_DQUOTE] = ACTIONS(1054), [anon_sym_u8_DQUOTE] = ACTIONS(1054), [anon_sym_DQUOTE] = ACTIONS(1054), [sym_true] = ACTIONS(1052), [sym_false] = ACTIONS(1052), [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, [244] = { [ts_builtin_sym_end] = ACTIONS(1050), [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), [aux_sym_preproc_if_token1] = ACTIONS(1048), [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), [sym_preproc_directive] = ACTIONS(1048), [anon_sym_LPAREN2] = ACTIONS(1050), [anon_sym_BANG] = ACTIONS(1050), [anon_sym_TILDE] = ACTIONS(1050), [anon_sym_DASH] = ACTIONS(1048), [anon_sym_PLUS] = ACTIONS(1048), [anon_sym_STAR] = ACTIONS(1050), [anon_sym_AMP] = ACTIONS(1050), [anon_sym_SEMI] = ACTIONS(1050), [anon_sym_typedef] = ACTIONS(1048), [anon_sym_extern] = ACTIONS(1048), [anon_sym___attribute__] = ACTIONS(1048), [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), [anon_sym___declspec] = ACTIONS(1048), [anon_sym___cdecl] = ACTIONS(1048), [anon_sym___clrcall] = ACTIONS(1048), [anon_sym___stdcall] = ACTIONS(1048), [anon_sym___fastcall] = ACTIONS(1048), [anon_sym___thiscall] = ACTIONS(1048), [anon_sym___vectorcall] = ACTIONS(1048), [anon_sym_LBRACE] = ACTIONS(1050), [anon_sym_static] = ACTIONS(1048), [anon_sym_auto] = ACTIONS(1048), [anon_sym_register] = ACTIONS(1048), [anon_sym_inline] = ACTIONS(1048), [anon_sym_const] = ACTIONS(1048), [anon_sym_volatile] = ACTIONS(1048), [anon_sym_restrict] = ACTIONS(1048), [anon_sym__Atomic] = ACTIONS(1048), [anon_sym_signed] = ACTIONS(1048), [anon_sym_unsigned] = ACTIONS(1048), [anon_sym_long] = ACTIONS(1048), [anon_sym_short] = ACTIONS(1048), [sym_primitive_type] = ACTIONS(1048), [anon_sym_enum] = ACTIONS(1048), [anon_sym_struct] = ACTIONS(1048), [anon_sym_union] = ACTIONS(1048), [anon_sym_if] = ACTIONS(1048), [anon_sym_switch] = ACTIONS(1048), [anon_sym_case] = ACTIONS(1048), [anon_sym_default] = ACTIONS(1048), [anon_sym_while] = ACTIONS(1048), [anon_sym_do] = ACTIONS(1048), [anon_sym_for] = ACTIONS(1048), [anon_sym_return] = ACTIONS(1048), [anon_sym_break] = ACTIONS(1048), [anon_sym_continue] = ACTIONS(1048), [anon_sym_goto] = ACTIONS(1048), [anon_sym_DASH_DASH] = ACTIONS(1050), [anon_sym_PLUS_PLUS] = ACTIONS(1050), [anon_sym_sizeof] = ACTIONS(1048), [sym_number_literal] = ACTIONS(1050), [anon_sym_L_SQUOTE] = ACTIONS(1050), [anon_sym_u_SQUOTE] = ACTIONS(1050), [anon_sym_U_SQUOTE] = ACTIONS(1050), [anon_sym_u8_SQUOTE] = ACTIONS(1050), [anon_sym_SQUOTE] = ACTIONS(1050), [anon_sym_L_DQUOTE] = ACTIONS(1050), [anon_sym_u_DQUOTE] = ACTIONS(1050), [anon_sym_U_DQUOTE] = ACTIONS(1050), [anon_sym_u8_DQUOTE] = ACTIONS(1050), [anon_sym_DQUOTE] = ACTIONS(1050), [sym_true] = ACTIONS(1048), [sym_false] = ACTIONS(1048), [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, [245] = { [ts_builtin_sym_end] = ACTIONS(1046), [sym_identifier] = ACTIONS(1044), [aux_sym_preproc_include_token1] = ACTIONS(1044), [aux_sym_preproc_def_token1] = ACTIONS(1044), [aux_sym_preproc_if_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), [sym_preproc_directive] = ACTIONS(1044), [anon_sym_LPAREN2] = ACTIONS(1046), [anon_sym_BANG] = ACTIONS(1046), [anon_sym_TILDE] = ACTIONS(1046), [anon_sym_DASH] = ACTIONS(1044), [anon_sym_PLUS] = ACTIONS(1044), [anon_sym_STAR] = ACTIONS(1046), [anon_sym_AMP] = ACTIONS(1046), [anon_sym_SEMI] = ACTIONS(1046), [anon_sym_typedef] = ACTIONS(1044), [anon_sym_extern] = ACTIONS(1044), [anon_sym___attribute__] = ACTIONS(1044), [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), [anon_sym___declspec] = ACTIONS(1044), [anon_sym___cdecl] = ACTIONS(1044), [anon_sym___clrcall] = ACTIONS(1044), [anon_sym___stdcall] = ACTIONS(1044), [anon_sym___fastcall] = ACTIONS(1044), [anon_sym___thiscall] = ACTIONS(1044), [anon_sym___vectorcall] = ACTIONS(1044), [anon_sym_LBRACE] = ACTIONS(1046), [anon_sym_static] = ACTIONS(1044), [anon_sym_auto] = ACTIONS(1044), [anon_sym_register] = ACTIONS(1044), [anon_sym_inline] = ACTIONS(1044), [anon_sym_const] = ACTIONS(1044), [anon_sym_volatile] = ACTIONS(1044), [anon_sym_restrict] = ACTIONS(1044), [anon_sym__Atomic] = ACTIONS(1044), [anon_sym_signed] = ACTIONS(1044), [anon_sym_unsigned] = ACTIONS(1044), [anon_sym_long] = ACTIONS(1044), [anon_sym_short] = ACTIONS(1044), [sym_primitive_type] = ACTIONS(1044), [anon_sym_enum] = ACTIONS(1044), [anon_sym_struct] = ACTIONS(1044), [anon_sym_union] = ACTIONS(1044), [anon_sym_if] = ACTIONS(1044), [anon_sym_switch] = ACTIONS(1044), [anon_sym_case] = ACTIONS(1044), [anon_sym_default] = ACTIONS(1044), [anon_sym_while] = ACTIONS(1044), [anon_sym_do] = ACTIONS(1044), [anon_sym_for] = ACTIONS(1044), [anon_sym_return] = ACTIONS(1044), [anon_sym_break] = ACTIONS(1044), [anon_sym_continue] = ACTIONS(1044), [anon_sym_goto] = ACTIONS(1044), [anon_sym_DASH_DASH] = ACTIONS(1046), [anon_sym_PLUS_PLUS] = ACTIONS(1046), [anon_sym_sizeof] = ACTIONS(1044), [sym_number_literal] = ACTIONS(1046), [anon_sym_L_SQUOTE] = ACTIONS(1046), [anon_sym_u_SQUOTE] = ACTIONS(1046), [anon_sym_U_SQUOTE] = ACTIONS(1046), [anon_sym_u8_SQUOTE] = ACTIONS(1046), [anon_sym_SQUOTE] = ACTIONS(1046), [anon_sym_L_DQUOTE] = ACTIONS(1046), [anon_sym_u_DQUOTE] = ACTIONS(1046), [anon_sym_U_DQUOTE] = ACTIONS(1046), [anon_sym_u8_DQUOTE] = ACTIONS(1046), [anon_sym_DQUOTE] = ACTIONS(1046), [sym_true] = ACTIONS(1044), [sym_false] = ACTIONS(1044), [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, [246] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(249), [sym_labeled_statement] = STATE(249), [sym_expression_statement] = STATE(249), [sym_if_statement] = STATE(249), [sym_switch_statement] = STATE(249), [sym_case_statement] = STATE(249), [sym_while_statement] = STATE(249), [sym_do_statement] = STATE(249), [sym_for_statement] = STATE(249), [sym_return_statement] = STATE(249), [sym_break_statement] = STATE(249), [sym_continue_statement] = STATE(249), [sym_goto_statement] = STATE(249), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [247] = { [ts_builtin_sym_end] = ACTIONS(1038), [sym_identifier] = ACTIONS(1036), [aux_sym_preproc_include_token1] = ACTIONS(1036), [aux_sym_preproc_def_token1] = ACTIONS(1036), [aux_sym_preproc_if_token1] = ACTIONS(1036), [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), [sym_preproc_directive] = ACTIONS(1036), [anon_sym_LPAREN2] = ACTIONS(1038), [anon_sym_BANG] = ACTIONS(1038), [anon_sym_TILDE] = ACTIONS(1038), [anon_sym_DASH] = ACTIONS(1036), [anon_sym_PLUS] = ACTIONS(1036), [anon_sym_STAR] = ACTIONS(1038), [anon_sym_AMP] = ACTIONS(1038), [anon_sym_SEMI] = ACTIONS(1038), [anon_sym_typedef] = ACTIONS(1036), [anon_sym_extern] = ACTIONS(1036), [anon_sym___attribute__] = ACTIONS(1036), [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), [anon_sym___declspec] = ACTIONS(1036), [anon_sym___cdecl] = ACTIONS(1036), [anon_sym___clrcall] = ACTIONS(1036), [anon_sym___stdcall] = ACTIONS(1036), [anon_sym___fastcall] = ACTIONS(1036), [anon_sym___thiscall] = ACTIONS(1036), [anon_sym___vectorcall] = ACTIONS(1036), [anon_sym_LBRACE] = ACTIONS(1038), [anon_sym_static] = ACTIONS(1036), [anon_sym_auto] = ACTIONS(1036), [anon_sym_register] = ACTIONS(1036), [anon_sym_inline] = ACTIONS(1036), [anon_sym_const] = ACTIONS(1036), [anon_sym_volatile] = ACTIONS(1036), [anon_sym_restrict] = ACTIONS(1036), [anon_sym__Atomic] = ACTIONS(1036), [anon_sym_signed] = ACTIONS(1036), [anon_sym_unsigned] = ACTIONS(1036), [anon_sym_long] = ACTIONS(1036), [anon_sym_short] = ACTIONS(1036), [sym_primitive_type] = ACTIONS(1036), [anon_sym_enum] = ACTIONS(1036), [anon_sym_struct] = ACTIONS(1036), [anon_sym_union] = ACTIONS(1036), [anon_sym_if] = ACTIONS(1036), [anon_sym_switch] = ACTIONS(1036), [anon_sym_case] = ACTIONS(1036), [anon_sym_default] = ACTIONS(1036), [anon_sym_while] = ACTIONS(1036), [anon_sym_do] = ACTIONS(1036), [anon_sym_for] = ACTIONS(1036), [anon_sym_return] = ACTIONS(1036), [anon_sym_break] = ACTIONS(1036), [anon_sym_continue] = ACTIONS(1036), [anon_sym_goto] = ACTIONS(1036), [anon_sym_DASH_DASH] = ACTIONS(1038), [anon_sym_PLUS_PLUS] = ACTIONS(1038), [anon_sym_sizeof] = ACTIONS(1036), [sym_number_literal] = ACTIONS(1038), [anon_sym_L_SQUOTE] = ACTIONS(1038), [anon_sym_u_SQUOTE] = ACTIONS(1038), [anon_sym_U_SQUOTE] = ACTIONS(1038), [anon_sym_u8_SQUOTE] = ACTIONS(1038), [anon_sym_SQUOTE] = ACTIONS(1038), [anon_sym_L_DQUOTE] = ACTIONS(1038), [anon_sym_u_DQUOTE] = ACTIONS(1038), [anon_sym_U_DQUOTE] = ACTIONS(1038), [anon_sym_u8_DQUOTE] = ACTIONS(1038), [anon_sym_DQUOTE] = ACTIONS(1038), [sym_true] = ACTIONS(1036), [sym_false] = ACTIONS(1036), [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, [248] = { [ts_builtin_sym_end] = ACTIONS(1122), [sym_identifier] = ACTIONS(1120), [aux_sym_preproc_include_token1] = ACTIONS(1120), [aux_sym_preproc_def_token1] = ACTIONS(1120), [aux_sym_preproc_if_token1] = ACTIONS(1120), [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), [sym_preproc_directive] = ACTIONS(1120), [anon_sym_LPAREN2] = ACTIONS(1122), [anon_sym_BANG] = ACTIONS(1122), [anon_sym_TILDE] = ACTIONS(1122), [anon_sym_DASH] = ACTIONS(1120), [anon_sym_PLUS] = ACTIONS(1120), [anon_sym_STAR] = ACTIONS(1122), [anon_sym_AMP] = ACTIONS(1122), [anon_sym_SEMI] = ACTIONS(1122), [anon_sym_typedef] = ACTIONS(1120), [anon_sym_extern] = ACTIONS(1120), [anon_sym___attribute__] = ACTIONS(1120), [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), [anon_sym___declspec] = ACTIONS(1120), [anon_sym___cdecl] = ACTIONS(1120), [anon_sym___clrcall] = ACTIONS(1120), [anon_sym___stdcall] = ACTIONS(1120), [anon_sym___fastcall] = ACTIONS(1120), [anon_sym___thiscall] = ACTIONS(1120), [anon_sym___vectorcall] = ACTIONS(1120), [anon_sym_LBRACE] = ACTIONS(1122), [anon_sym_static] = ACTIONS(1120), [anon_sym_auto] = ACTIONS(1120), [anon_sym_register] = ACTIONS(1120), [anon_sym_inline] = ACTIONS(1120), [anon_sym_const] = ACTIONS(1120), [anon_sym_volatile] = ACTIONS(1120), [anon_sym_restrict] = ACTIONS(1120), [anon_sym__Atomic] = ACTIONS(1120), [anon_sym_signed] = ACTIONS(1120), [anon_sym_unsigned] = ACTIONS(1120), [anon_sym_long] = ACTIONS(1120), [anon_sym_short] = ACTIONS(1120), [sym_primitive_type] = ACTIONS(1120), [anon_sym_enum] = ACTIONS(1120), [anon_sym_struct] = ACTIONS(1120), [anon_sym_union] = ACTIONS(1120), [anon_sym_if] = ACTIONS(1120), [anon_sym_switch] = ACTIONS(1120), [anon_sym_case] = ACTIONS(1120), [anon_sym_default] = ACTIONS(1120), [anon_sym_while] = ACTIONS(1120), [anon_sym_do] = ACTIONS(1120), [anon_sym_for] = ACTIONS(1120), [anon_sym_return] = ACTIONS(1120), [anon_sym_break] = ACTIONS(1120), [anon_sym_continue] = ACTIONS(1120), [anon_sym_goto] = ACTIONS(1120), [anon_sym_DASH_DASH] = ACTIONS(1122), [anon_sym_PLUS_PLUS] = ACTIONS(1122), [anon_sym_sizeof] = ACTIONS(1120), [sym_number_literal] = ACTIONS(1122), [anon_sym_L_SQUOTE] = ACTIONS(1122), [anon_sym_u_SQUOTE] = ACTIONS(1122), [anon_sym_U_SQUOTE] = ACTIONS(1122), [anon_sym_u8_SQUOTE] = ACTIONS(1122), [anon_sym_SQUOTE] = ACTIONS(1122), [anon_sym_L_DQUOTE] = ACTIONS(1122), [anon_sym_u_DQUOTE] = ACTIONS(1122), [anon_sym_U_DQUOTE] = ACTIONS(1122), [anon_sym_u8_DQUOTE] = ACTIONS(1122), [anon_sym_DQUOTE] = ACTIONS(1122), [sym_true] = ACTIONS(1120), [sym_false] = ACTIONS(1120), [sym_null] = ACTIONS(1120), [sym_comment] = ACTIONS(3), }, [249] = { [sym_identifier] = ACTIONS(1116), [aux_sym_preproc_include_token1] = ACTIONS(1116), [aux_sym_preproc_def_token1] = ACTIONS(1116), [aux_sym_preproc_if_token1] = ACTIONS(1116), [aux_sym_preproc_if_token2] = ACTIONS(1116), [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), [sym_preproc_directive] = ACTIONS(1116), [anon_sym_LPAREN2] = ACTIONS(1118), [anon_sym_BANG] = ACTIONS(1118), [anon_sym_TILDE] = ACTIONS(1118), [anon_sym_DASH] = ACTIONS(1116), [anon_sym_PLUS] = ACTIONS(1116), [anon_sym_STAR] = ACTIONS(1118), [anon_sym_AMP] = ACTIONS(1118), [anon_sym_SEMI] = ACTIONS(1118), [anon_sym_typedef] = ACTIONS(1116), [anon_sym_extern] = ACTIONS(1116), [anon_sym___attribute__] = ACTIONS(1116), [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), [anon_sym___declspec] = ACTIONS(1116), [anon_sym___cdecl] = ACTIONS(1116), [anon_sym___clrcall] = ACTIONS(1116), [anon_sym___stdcall] = ACTIONS(1116), [anon_sym___fastcall] = ACTIONS(1116), [anon_sym___thiscall] = ACTIONS(1116), [anon_sym___vectorcall] = ACTIONS(1116), [anon_sym_LBRACE] = ACTIONS(1118), [anon_sym_static] = ACTIONS(1116), [anon_sym_auto] = ACTIONS(1116), [anon_sym_register] = ACTIONS(1116), [anon_sym_inline] = ACTIONS(1116), [anon_sym_const] = ACTIONS(1116), [anon_sym_volatile] = ACTIONS(1116), [anon_sym_restrict] = ACTIONS(1116), [anon_sym__Atomic] = ACTIONS(1116), [anon_sym_signed] = ACTIONS(1116), [anon_sym_unsigned] = ACTIONS(1116), [anon_sym_long] = ACTIONS(1116), [anon_sym_short] = ACTIONS(1116), [sym_primitive_type] = ACTIONS(1116), [anon_sym_enum] = ACTIONS(1116), [anon_sym_struct] = ACTIONS(1116), [anon_sym_union] = ACTIONS(1116), [anon_sym_if] = ACTIONS(1116), [anon_sym_switch] = ACTIONS(1116), [anon_sym_case] = ACTIONS(1116), [anon_sym_default] = ACTIONS(1116), [anon_sym_while] = ACTIONS(1116), [anon_sym_do] = ACTIONS(1116), [anon_sym_for] = ACTIONS(1116), [anon_sym_return] = ACTIONS(1116), [anon_sym_break] = ACTIONS(1116), [anon_sym_continue] = ACTIONS(1116), [anon_sym_goto] = ACTIONS(1116), [anon_sym_DASH_DASH] = ACTIONS(1118), [anon_sym_PLUS_PLUS] = ACTIONS(1118), [anon_sym_sizeof] = ACTIONS(1116), [sym_number_literal] = ACTIONS(1118), [anon_sym_L_SQUOTE] = ACTIONS(1118), [anon_sym_u_SQUOTE] = ACTIONS(1118), [anon_sym_U_SQUOTE] = ACTIONS(1118), [anon_sym_u8_SQUOTE] = ACTIONS(1118), [anon_sym_SQUOTE] = ACTIONS(1118), [anon_sym_L_DQUOTE] = ACTIONS(1118), [anon_sym_u_DQUOTE] = ACTIONS(1118), [anon_sym_U_DQUOTE] = ACTIONS(1118), [anon_sym_u8_DQUOTE] = ACTIONS(1118), [anon_sym_DQUOTE] = ACTIONS(1118), [sym_true] = ACTIONS(1116), [sym_false] = ACTIONS(1116), [sym_null] = ACTIONS(1116), [sym_comment] = ACTIONS(3), }, [250] = { [sym_identifier] = ACTIONS(1112), [aux_sym_preproc_include_token1] = ACTIONS(1112), [aux_sym_preproc_def_token1] = ACTIONS(1112), [aux_sym_preproc_if_token1] = ACTIONS(1112), [aux_sym_preproc_if_token2] = ACTIONS(1112), [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), [sym_preproc_directive] = ACTIONS(1112), [anon_sym_LPAREN2] = ACTIONS(1114), [anon_sym_BANG] = ACTIONS(1114), [anon_sym_TILDE] = ACTIONS(1114), [anon_sym_DASH] = ACTIONS(1112), [anon_sym_PLUS] = ACTIONS(1112), [anon_sym_STAR] = ACTIONS(1114), [anon_sym_AMP] = ACTIONS(1114), [anon_sym_SEMI] = ACTIONS(1114), [anon_sym_typedef] = ACTIONS(1112), [anon_sym_extern] = ACTIONS(1112), [anon_sym___attribute__] = ACTIONS(1112), [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), [anon_sym___declspec] = ACTIONS(1112), [anon_sym___cdecl] = ACTIONS(1112), [anon_sym___clrcall] = ACTIONS(1112), [anon_sym___stdcall] = ACTIONS(1112), [anon_sym___fastcall] = ACTIONS(1112), [anon_sym___thiscall] = ACTIONS(1112), [anon_sym___vectorcall] = ACTIONS(1112), [anon_sym_LBRACE] = ACTIONS(1114), [anon_sym_static] = ACTIONS(1112), [anon_sym_auto] = ACTIONS(1112), [anon_sym_register] = ACTIONS(1112), [anon_sym_inline] = ACTIONS(1112), [anon_sym_const] = ACTIONS(1112), [anon_sym_volatile] = ACTIONS(1112), [anon_sym_restrict] = ACTIONS(1112), [anon_sym__Atomic] = ACTIONS(1112), [anon_sym_signed] = ACTIONS(1112), [anon_sym_unsigned] = ACTIONS(1112), [anon_sym_long] = ACTIONS(1112), [anon_sym_short] = ACTIONS(1112), [sym_primitive_type] = ACTIONS(1112), [anon_sym_enum] = ACTIONS(1112), [anon_sym_struct] = ACTIONS(1112), [anon_sym_union] = ACTIONS(1112), [anon_sym_if] = ACTIONS(1112), [anon_sym_switch] = ACTIONS(1112), [anon_sym_case] = ACTIONS(1112), [anon_sym_default] = ACTIONS(1112), [anon_sym_while] = ACTIONS(1112), [anon_sym_do] = ACTIONS(1112), [anon_sym_for] = ACTIONS(1112), [anon_sym_return] = ACTIONS(1112), [anon_sym_break] = ACTIONS(1112), [anon_sym_continue] = ACTIONS(1112), [anon_sym_goto] = ACTIONS(1112), [anon_sym_DASH_DASH] = ACTIONS(1114), [anon_sym_PLUS_PLUS] = ACTIONS(1114), [anon_sym_sizeof] = ACTIONS(1112), [sym_number_literal] = ACTIONS(1114), [anon_sym_L_SQUOTE] = ACTIONS(1114), [anon_sym_u_SQUOTE] = ACTIONS(1114), [anon_sym_U_SQUOTE] = ACTIONS(1114), [anon_sym_u8_SQUOTE] = ACTIONS(1114), [anon_sym_SQUOTE] = ACTIONS(1114), [anon_sym_L_DQUOTE] = ACTIONS(1114), [anon_sym_u_DQUOTE] = ACTIONS(1114), [anon_sym_U_DQUOTE] = ACTIONS(1114), [anon_sym_u8_DQUOTE] = ACTIONS(1114), [anon_sym_DQUOTE] = ACTIONS(1114), [sym_true] = ACTIONS(1112), [sym_false] = ACTIONS(1112), [sym_null] = ACTIONS(1112), [sym_comment] = ACTIONS(3), }, [251] = { [sym_identifier] = ACTIONS(1028), [aux_sym_preproc_include_token1] = ACTIONS(1028), [aux_sym_preproc_def_token1] = ACTIONS(1028), [aux_sym_preproc_if_token1] = ACTIONS(1028), [aux_sym_preproc_if_token2] = ACTIONS(1028), [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), [sym_preproc_directive] = ACTIONS(1028), [anon_sym_LPAREN2] = ACTIONS(1030), [anon_sym_BANG] = ACTIONS(1030), [anon_sym_TILDE] = ACTIONS(1030), [anon_sym_DASH] = ACTIONS(1028), [anon_sym_PLUS] = ACTIONS(1028), [anon_sym_STAR] = ACTIONS(1030), [anon_sym_AMP] = ACTIONS(1030), [anon_sym_SEMI] = ACTIONS(1030), [anon_sym_typedef] = ACTIONS(1028), [anon_sym_extern] = ACTIONS(1028), [anon_sym___attribute__] = ACTIONS(1028), [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), [anon_sym___declspec] = ACTIONS(1028), [anon_sym___cdecl] = ACTIONS(1028), [anon_sym___clrcall] = ACTIONS(1028), [anon_sym___stdcall] = ACTIONS(1028), [anon_sym___fastcall] = ACTIONS(1028), [anon_sym___thiscall] = ACTIONS(1028), [anon_sym___vectorcall] = ACTIONS(1028), [anon_sym_LBRACE] = ACTIONS(1030), [anon_sym_static] = ACTIONS(1028), [anon_sym_auto] = ACTIONS(1028), [anon_sym_register] = ACTIONS(1028), [anon_sym_inline] = ACTIONS(1028), [anon_sym_const] = ACTIONS(1028), [anon_sym_volatile] = ACTIONS(1028), [anon_sym_restrict] = ACTIONS(1028), [anon_sym__Atomic] = ACTIONS(1028), [anon_sym_signed] = ACTIONS(1028), [anon_sym_unsigned] = ACTIONS(1028), [anon_sym_long] = ACTIONS(1028), [anon_sym_short] = ACTIONS(1028), [sym_primitive_type] = ACTIONS(1028), [anon_sym_enum] = ACTIONS(1028), [anon_sym_struct] = ACTIONS(1028), [anon_sym_union] = ACTIONS(1028), [anon_sym_if] = ACTIONS(1028), [anon_sym_switch] = ACTIONS(1028), [anon_sym_case] = ACTIONS(1028), [anon_sym_default] = ACTIONS(1028), [anon_sym_while] = ACTIONS(1028), [anon_sym_do] = ACTIONS(1028), [anon_sym_for] = ACTIONS(1028), [anon_sym_return] = ACTIONS(1028), [anon_sym_break] = ACTIONS(1028), [anon_sym_continue] = ACTIONS(1028), [anon_sym_goto] = ACTIONS(1028), [anon_sym_DASH_DASH] = ACTIONS(1030), [anon_sym_PLUS_PLUS] = ACTIONS(1030), [anon_sym_sizeof] = ACTIONS(1028), [sym_number_literal] = ACTIONS(1030), [anon_sym_L_SQUOTE] = ACTIONS(1030), [anon_sym_u_SQUOTE] = ACTIONS(1030), [anon_sym_U_SQUOTE] = ACTIONS(1030), [anon_sym_u8_SQUOTE] = ACTIONS(1030), [anon_sym_SQUOTE] = ACTIONS(1030), [anon_sym_L_DQUOTE] = ACTIONS(1030), [anon_sym_u_DQUOTE] = ACTIONS(1030), [anon_sym_U_DQUOTE] = ACTIONS(1030), [anon_sym_u8_DQUOTE] = ACTIONS(1030), [anon_sym_DQUOTE] = ACTIONS(1030), [sym_true] = ACTIONS(1028), [sym_false] = ACTIONS(1028), [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, [252] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(124), [sym_labeled_statement] = STATE(124), [sym_expression_statement] = STATE(124), [sym_if_statement] = STATE(124), [sym_switch_statement] = STATE(124), [sym_case_statement] = STATE(124), [sym_while_statement] = STATE(124), [sym_do_statement] = STATE(124), [sym_for_statement] = STATE(124), [sym_return_statement] = STATE(124), [sym_break_statement] = STATE(124), [sym_continue_statement] = STATE(124), [sym_goto_statement] = STATE(124), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [253] = { [sym_identifier] = ACTIONS(1100), [aux_sym_preproc_include_token1] = ACTIONS(1100), [aux_sym_preproc_def_token1] = ACTIONS(1100), [aux_sym_preproc_if_token1] = ACTIONS(1100), [aux_sym_preproc_if_token2] = ACTIONS(1100), [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), [sym_preproc_directive] = ACTIONS(1100), [anon_sym_LPAREN2] = ACTIONS(1102), [anon_sym_BANG] = ACTIONS(1102), [anon_sym_TILDE] = ACTIONS(1102), [anon_sym_DASH] = ACTIONS(1100), [anon_sym_PLUS] = ACTIONS(1100), [anon_sym_STAR] = ACTIONS(1102), [anon_sym_AMP] = ACTIONS(1102), [anon_sym_SEMI] = ACTIONS(1102), [anon_sym_typedef] = ACTIONS(1100), [anon_sym_extern] = ACTIONS(1100), [anon_sym___attribute__] = ACTIONS(1100), [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), [anon_sym___declspec] = ACTIONS(1100), [anon_sym___cdecl] = ACTIONS(1100), [anon_sym___clrcall] = ACTIONS(1100), [anon_sym___stdcall] = ACTIONS(1100), [anon_sym___fastcall] = ACTIONS(1100), [anon_sym___thiscall] = ACTIONS(1100), [anon_sym___vectorcall] = ACTIONS(1100), [anon_sym_LBRACE] = ACTIONS(1102), [anon_sym_static] = ACTIONS(1100), [anon_sym_auto] = ACTIONS(1100), [anon_sym_register] = ACTIONS(1100), [anon_sym_inline] = ACTIONS(1100), [anon_sym_const] = ACTIONS(1100), [anon_sym_volatile] = ACTIONS(1100), [anon_sym_restrict] = ACTIONS(1100), [anon_sym__Atomic] = ACTIONS(1100), [anon_sym_signed] = ACTIONS(1100), [anon_sym_unsigned] = ACTIONS(1100), [anon_sym_long] = ACTIONS(1100), [anon_sym_short] = ACTIONS(1100), [sym_primitive_type] = ACTIONS(1100), [anon_sym_enum] = ACTIONS(1100), [anon_sym_struct] = ACTIONS(1100), [anon_sym_union] = ACTIONS(1100), [anon_sym_if] = ACTIONS(1100), [anon_sym_switch] = ACTIONS(1100), [anon_sym_case] = ACTIONS(1100), [anon_sym_default] = ACTIONS(1100), [anon_sym_while] = ACTIONS(1100), [anon_sym_do] = ACTIONS(1100), [anon_sym_for] = ACTIONS(1100), [anon_sym_return] = ACTIONS(1100), [anon_sym_break] = ACTIONS(1100), [anon_sym_continue] = ACTIONS(1100), [anon_sym_goto] = ACTIONS(1100), [anon_sym_DASH_DASH] = ACTIONS(1102), [anon_sym_PLUS_PLUS] = ACTIONS(1102), [anon_sym_sizeof] = ACTIONS(1100), [sym_number_literal] = ACTIONS(1102), [anon_sym_L_SQUOTE] = ACTIONS(1102), [anon_sym_u_SQUOTE] = ACTIONS(1102), [anon_sym_U_SQUOTE] = ACTIONS(1102), [anon_sym_u8_SQUOTE] = ACTIONS(1102), [anon_sym_SQUOTE] = ACTIONS(1102), [anon_sym_L_DQUOTE] = ACTIONS(1102), [anon_sym_u_DQUOTE] = ACTIONS(1102), [anon_sym_U_DQUOTE] = ACTIONS(1102), [anon_sym_u8_DQUOTE] = ACTIONS(1102), [anon_sym_DQUOTE] = ACTIONS(1102), [sym_true] = ACTIONS(1100), [sym_false] = ACTIONS(1100), [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, [254] = { [ts_builtin_sym_end] = ACTIONS(1118), [sym_identifier] = ACTIONS(1116), [aux_sym_preproc_include_token1] = ACTIONS(1116), [aux_sym_preproc_def_token1] = ACTIONS(1116), [aux_sym_preproc_if_token1] = ACTIONS(1116), [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), [sym_preproc_directive] = ACTIONS(1116), [anon_sym_LPAREN2] = ACTIONS(1118), [anon_sym_BANG] = ACTIONS(1118), [anon_sym_TILDE] = ACTIONS(1118), [anon_sym_DASH] = ACTIONS(1116), [anon_sym_PLUS] = ACTIONS(1116), [anon_sym_STAR] = ACTIONS(1118), [anon_sym_AMP] = ACTIONS(1118), [anon_sym_SEMI] = ACTIONS(1118), [anon_sym_typedef] = ACTIONS(1116), [anon_sym_extern] = ACTIONS(1116), [anon_sym___attribute__] = ACTIONS(1116), [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), [anon_sym___declspec] = ACTIONS(1116), [anon_sym___cdecl] = ACTIONS(1116), [anon_sym___clrcall] = ACTIONS(1116), [anon_sym___stdcall] = ACTIONS(1116), [anon_sym___fastcall] = ACTIONS(1116), [anon_sym___thiscall] = ACTIONS(1116), [anon_sym___vectorcall] = ACTIONS(1116), [anon_sym_LBRACE] = ACTIONS(1118), [anon_sym_static] = ACTIONS(1116), [anon_sym_auto] = ACTIONS(1116), [anon_sym_register] = ACTIONS(1116), [anon_sym_inline] = ACTIONS(1116), [anon_sym_const] = ACTIONS(1116), [anon_sym_volatile] = ACTIONS(1116), [anon_sym_restrict] = ACTIONS(1116), [anon_sym__Atomic] = ACTIONS(1116), [anon_sym_signed] = ACTIONS(1116), [anon_sym_unsigned] = ACTIONS(1116), [anon_sym_long] = ACTIONS(1116), [anon_sym_short] = ACTIONS(1116), [sym_primitive_type] = ACTIONS(1116), [anon_sym_enum] = ACTIONS(1116), [anon_sym_struct] = ACTIONS(1116), [anon_sym_union] = ACTIONS(1116), [anon_sym_if] = ACTIONS(1116), [anon_sym_switch] = ACTIONS(1116), [anon_sym_case] = ACTIONS(1116), [anon_sym_default] = ACTIONS(1116), [anon_sym_while] = ACTIONS(1116), [anon_sym_do] = ACTIONS(1116), [anon_sym_for] = ACTIONS(1116), [anon_sym_return] = ACTIONS(1116), [anon_sym_break] = ACTIONS(1116), [anon_sym_continue] = ACTIONS(1116), [anon_sym_goto] = ACTIONS(1116), [anon_sym_DASH_DASH] = ACTIONS(1118), [anon_sym_PLUS_PLUS] = ACTIONS(1118), [anon_sym_sizeof] = ACTIONS(1116), [sym_number_literal] = ACTIONS(1118), [anon_sym_L_SQUOTE] = ACTIONS(1118), [anon_sym_u_SQUOTE] = ACTIONS(1118), [anon_sym_U_SQUOTE] = ACTIONS(1118), [anon_sym_u8_SQUOTE] = ACTIONS(1118), [anon_sym_SQUOTE] = ACTIONS(1118), [anon_sym_L_DQUOTE] = ACTIONS(1118), [anon_sym_u_DQUOTE] = ACTIONS(1118), [anon_sym_U_DQUOTE] = ACTIONS(1118), [anon_sym_u8_DQUOTE] = ACTIONS(1118), [anon_sym_DQUOTE] = ACTIONS(1118), [sym_true] = ACTIONS(1116), [sym_false] = ACTIONS(1116), [sym_null] = ACTIONS(1116), [sym_comment] = ACTIONS(3), }, [255] = { [sym_identifier] = ACTIONS(1044), [aux_sym_preproc_include_token1] = ACTIONS(1044), [aux_sym_preproc_def_token1] = ACTIONS(1044), [aux_sym_preproc_if_token1] = ACTIONS(1044), [aux_sym_preproc_if_token2] = ACTIONS(1044), [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), [sym_preproc_directive] = ACTIONS(1044), [anon_sym_LPAREN2] = ACTIONS(1046), [anon_sym_BANG] = ACTIONS(1046), [anon_sym_TILDE] = ACTIONS(1046), [anon_sym_DASH] = ACTIONS(1044), [anon_sym_PLUS] = ACTIONS(1044), [anon_sym_STAR] = ACTIONS(1046), [anon_sym_AMP] = ACTIONS(1046), [anon_sym_SEMI] = ACTIONS(1046), [anon_sym_typedef] = ACTIONS(1044), [anon_sym_extern] = ACTIONS(1044), [anon_sym___attribute__] = ACTIONS(1044), [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), [anon_sym___declspec] = ACTIONS(1044), [anon_sym___cdecl] = ACTIONS(1044), [anon_sym___clrcall] = ACTIONS(1044), [anon_sym___stdcall] = ACTIONS(1044), [anon_sym___fastcall] = ACTIONS(1044), [anon_sym___thiscall] = ACTIONS(1044), [anon_sym___vectorcall] = ACTIONS(1044), [anon_sym_LBRACE] = ACTIONS(1046), [anon_sym_static] = ACTIONS(1044), [anon_sym_auto] = ACTIONS(1044), [anon_sym_register] = ACTIONS(1044), [anon_sym_inline] = ACTIONS(1044), [anon_sym_const] = ACTIONS(1044), [anon_sym_volatile] = ACTIONS(1044), [anon_sym_restrict] = ACTIONS(1044), [anon_sym__Atomic] = ACTIONS(1044), [anon_sym_signed] = ACTIONS(1044), [anon_sym_unsigned] = ACTIONS(1044), [anon_sym_long] = ACTIONS(1044), [anon_sym_short] = ACTIONS(1044), [sym_primitive_type] = ACTIONS(1044), [anon_sym_enum] = ACTIONS(1044), [anon_sym_struct] = ACTIONS(1044), [anon_sym_union] = ACTIONS(1044), [anon_sym_if] = ACTIONS(1044), [anon_sym_switch] = ACTIONS(1044), [anon_sym_case] = ACTIONS(1044), [anon_sym_default] = ACTIONS(1044), [anon_sym_while] = ACTIONS(1044), [anon_sym_do] = ACTIONS(1044), [anon_sym_for] = ACTIONS(1044), [anon_sym_return] = ACTIONS(1044), [anon_sym_break] = ACTIONS(1044), [anon_sym_continue] = ACTIONS(1044), [anon_sym_goto] = ACTIONS(1044), [anon_sym_DASH_DASH] = ACTIONS(1046), [anon_sym_PLUS_PLUS] = ACTIONS(1046), [anon_sym_sizeof] = ACTIONS(1044), [sym_number_literal] = ACTIONS(1046), [anon_sym_L_SQUOTE] = ACTIONS(1046), [anon_sym_u_SQUOTE] = ACTIONS(1046), [anon_sym_U_SQUOTE] = ACTIONS(1046), [anon_sym_u8_SQUOTE] = ACTIONS(1046), [anon_sym_SQUOTE] = ACTIONS(1046), [anon_sym_L_DQUOTE] = ACTIONS(1046), [anon_sym_u_DQUOTE] = ACTIONS(1046), [anon_sym_U_DQUOTE] = ACTIONS(1046), [anon_sym_u8_DQUOTE] = ACTIONS(1046), [anon_sym_DQUOTE] = ACTIONS(1046), [sym_true] = ACTIONS(1044), [sym_false] = ACTIONS(1044), [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, [256] = { [ts_builtin_sym_end] = ACTIONS(1114), [sym_identifier] = ACTIONS(1112), [aux_sym_preproc_include_token1] = ACTIONS(1112), [aux_sym_preproc_def_token1] = ACTIONS(1112), [aux_sym_preproc_if_token1] = ACTIONS(1112), [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), [sym_preproc_directive] = ACTIONS(1112), [anon_sym_LPAREN2] = ACTIONS(1114), [anon_sym_BANG] = ACTIONS(1114), [anon_sym_TILDE] = ACTIONS(1114), [anon_sym_DASH] = ACTIONS(1112), [anon_sym_PLUS] = ACTIONS(1112), [anon_sym_STAR] = ACTIONS(1114), [anon_sym_AMP] = ACTIONS(1114), [anon_sym_SEMI] = ACTIONS(1114), [anon_sym_typedef] = ACTIONS(1112), [anon_sym_extern] = ACTIONS(1112), [anon_sym___attribute__] = ACTIONS(1112), [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), [anon_sym___declspec] = ACTIONS(1112), [anon_sym___cdecl] = ACTIONS(1112), [anon_sym___clrcall] = ACTIONS(1112), [anon_sym___stdcall] = ACTIONS(1112), [anon_sym___fastcall] = ACTIONS(1112), [anon_sym___thiscall] = ACTIONS(1112), [anon_sym___vectorcall] = ACTIONS(1112), [anon_sym_LBRACE] = ACTIONS(1114), [anon_sym_static] = ACTIONS(1112), [anon_sym_auto] = ACTIONS(1112), [anon_sym_register] = ACTIONS(1112), [anon_sym_inline] = ACTIONS(1112), [anon_sym_const] = ACTIONS(1112), [anon_sym_volatile] = ACTIONS(1112), [anon_sym_restrict] = ACTIONS(1112), [anon_sym__Atomic] = ACTIONS(1112), [anon_sym_signed] = ACTIONS(1112), [anon_sym_unsigned] = ACTIONS(1112), [anon_sym_long] = ACTIONS(1112), [anon_sym_short] = ACTIONS(1112), [sym_primitive_type] = ACTIONS(1112), [anon_sym_enum] = ACTIONS(1112), [anon_sym_struct] = ACTIONS(1112), [anon_sym_union] = ACTIONS(1112), [anon_sym_if] = ACTIONS(1112), [anon_sym_switch] = ACTIONS(1112), [anon_sym_case] = ACTIONS(1112), [anon_sym_default] = ACTIONS(1112), [anon_sym_while] = ACTIONS(1112), [anon_sym_do] = ACTIONS(1112), [anon_sym_for] = ACTIONS(1112), [anon_sym_return] = ACTIONS(1112), [anon_sym_break] = ACTIONS(1112), [anon_sym_continue] = ACTIONS(1112), [anon_sym_goto] = ACTIONS(1112), [anon_sym_DASH_DASH] = ACTIONS(1114), [anon_sym_PLUS_PLUS] = ACTIONS(1114), [anon_sym_sizeof] = ACTIONS(1112), [sym_number_literal] = ACTIONS(1114), [anon_sym_L_SQUOTE] = ACTIONS(1114), [anon_sym_u_SQUOTE] = ACTIONS(1114), [anon_sym_U_SQUOTE] = ACTIONS(1114), [anon_sym_u8_SQUOTE] = ACTIONS(1114), [anon_sym_SQUOTE] = ACTIONS(1114), [anon_sym_L_DQUOTE] = ACTIONS(1114), [anon_sym_u_DQUOTE] = ACTIONS(1114), [anon_sym_U_DQUOTE] = ACTIONS(1114), [anon_sym_u8_DQUOTE] = ACTIONS(1114), [anon_sym_DQUOTE] = ACTIONS(1114), [sym_true] = ACTIONS(1112), [sym_false] = ACTIONS(1112), [sym_null] = ACTIONS(1112), [sym_comment] = ACTIONS(3), }, [257] = { [sym_identifier] = ACTIONS(1080), [aux_sym_preproc_include_token1] = ACTIONS(1080), [aux_sym_preproc_def_token1] = ACTIONS(1080), [aux_sym_preproc_if_token1] = ACTIONS(1080), [aux_sym_preproc_if_token2] = ACTIONS(1080), [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), [sym_preproc_directive] = ACTIONS(1080), [anon_sym_LPAREN2] = ACTIONS(1082), [anon_sym_BANG] = ACTIONS(1082), [anon_sym_TILDE] = ACTIONS(1082), [anon_sym_DASH] = ACTIONS(1080), [anon_sym_PLUS] = ACTIONS(1080), [anon_sym_STAR] = ACTIONS(1082), [anon_sym_AMP] = ACTIONS(1082), [anon_sym_SEMI] = ACTIONS(1082), [anon_sym_typedef] = ACTIONS(1080), [anon_sym_extern] = ACTIONS(1080), [anon_sym___attribute__] = ACTIONS(1080), [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), [anon_sym___declspec] = ACTIONS(1080), [anon_sym___cdecl] = ACTIONS(1080), [anon_sym___clrcall] = ACTIONS(1080), [anon_sym___stdcall] = ACTIONS(1080), [anon_sym___fastcall] = ACTIONS(1080), [anon_sym___thiscall] = ACTIONS(1080), [anon_sym___vectorcall] = ACTIONS(1080), [anon_sym_LBRACE] = ACTIONS(1082), [anon_sym_static] = ACTIONS(1080), [anon_sym_auto] = ACTIONS(1080), [anon_sym_register] = ACTIONS(1080), [anon_sym_inline] = ACTIONS(1080), [anon_sym_const] = ACTIONS(1080), [anon_sym_volatile] = ACTIONS(1080), [anon_sym_restrict] = ACTIONS(1080), [anon_sym__Atomic] = ACTIONS(1080), [anon_sym_signed] = ACTIONS(1080), [anon_sym_unsigned] = ACTIONS(1080), [anon_sym_long] = ACTIONS(1080), [anon_sym_short] = ACTIONS(1080), [sym_primitive_type] = ACTIONS(1080), [anon_sym_enum] = ACTIONS(1080), [anon_sym_struct] = ACTIONS(1080), [anon_sym_union] = ACTIONS(1080), [anon_sym_if] = ACTIONS(1080), [anon_sym_switch] = ACTIONS(1080), [anon_sym_case] = ACTIONS(1080), [anon_sym_default] = ACTIONS(1080), [anon_sym_while] = ACTIONS(1080), [anon_sym_do] = ACTIONS(1080), [anon_sym_for] = ACTIONS(1080), [anon_sym_return] = ACTIONS(1080), [anon_sym_break] = ACTIONS(1080), [anon_sym_continue] = ACTIONS(1080), [anon_sym_goto] = ACTIONS(1080), [anon_sym_DASH_DASH] = ACTIONS(1082), [anon_sym_PLUS_PLUS] = ACTIONS(1082), [anon_sym_sizeof] = ACTIONS(1080), [sym_number_literal] = ACTIONS(1082), [anon_sym_L_SQUOTE] = ACTIONS(1082), [anon_sym_u_SQUOTE] = ACTIONS(1082), [anon_sym_U_SQUOTE] = ACTIONS(1082), [anon_sym_u8_SQUOTE] = ACTIONS(1082), [anon_sym_SQUOTE] = ACTIONS(1082), [anon_sym_L_DQUOTE] = ACTIONS(1082), [anon_sym_u_DQUOTE] = ACTIONS(1082), [anon_sym_U_DQUOTE] = ACTIONS(1082), [anon_sym_u8_DQUOTE] = ACTIONS(1082), [anon_sym_DQUOTE] = ACTIONS(1082), [sym_true] = ACTIONS(1080), [sym_false] = ACTIONS(1080), [sym_null] = ACTIONS(1080), [sym_comment] = ACTIONS(3), }, [258] = { [sym_identifier] = ACTIONS(1040), [aux_sym_preproc_include_token1] = ACTIONS(1040), [aux_sym_preproc_def_token1] = ACTIONS(1040), [aux_sym_preproc_if_token1] = ACTIONS(1040), [aux_sym_preproc_if_token2] = ACTIONS(1040), [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), [sym_preproc_directive] = ACTIONS(1040), [anon_sym_LPAREN2] = ACTIONS(1042), [anon_sym_BANG] = ACTIONS(1042), [anon_sym_TILDE] = ACTIONS(1042), [anon_sym_DASH] = ACTIONS(1040), [anon_sym_PLUS] = ACTIONS(1040), [anon_sym_STAR] = ACTIONS(1042), [anon_sym_AMP] = ACTIONS(1042), [anon_sym_SEMI] = ACTIONS(1042), [anon_sym_typedef] = ACTIONS(1040), [anon_sym_extern] = ACTIONS(1040), [anon_sym___attribute__] = ACTIONS(1040), [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), [anon_sym___declspec] = ACTIONS(1040), [anon_sym___cdecl] = ACTIONS(1040), [anon_sym___clrcall] = ACTIONS(1040), [anon_sym___stdcall] = ACTIONS(1040), [anon_sym___fastcall] = ACTIONS(1040), [anon_sym___thiscall] = ACTIONS(1040), [anon_sym___vectorcall] = ACTIONS(1040), [anon_sym_LBRACE] = ACTIONS(1042), [anon_sym_static] = ACTIONS(1040), [anon_sym_auto] = ACTIONS(1040), [anon_sym_register] = ACTIONS(1040), [anon_sym_inline] = ACTIONS(1040), [anon_sym_const] = ACTIONS(1040), [anon_sym_volatile] = ACTIONS(1040), [anon_sym_restrict] = ACTIONS(1040), [anon_sym__Atomic] = ACTIONS(1040), [anon_sym_signed] = ACTIONS(1040), [anon_sym_unsigned] = ACTIONS(1040), [anon_sym_long] = ACTIONS(1040), [anon_sym_short] = ACTIONS(1040), [sym_primitive_type] = ACTIONS(1040), [anon_sym_enum] = ACTIONS(1040), [anon_sym_struct] = ACTIONS(1040), [anon_sym_union] = ACTIONS(1040), [anon_sym_if] = ACTIONS(1040), [anon_sym_switch] = ACTIONS(1040), [anon_sym_case] = ACTIONS(1040), [anon_sym_default] = ACTIONS(1040), [anon_sym_while] = ACTIONS(1040), [anon_sym_do] = ACTIONS(1040), [anon_sym_for] = ACTIONS(1040), [anon_sym_return] = ACTIONS(1040), [anon_sym_break] = ACTIONS(1040), [anon_sym_continue] = ACTIONS(1040), [anon_sym_goto] = ACTIONS(1040), [anon_sym_DASH_DASH] = ACTIONS(1042), [anon_sym_PLUS_PLUS] = ACTIONS(1042), [anon_sym_sizeof] = ACTIONS(1040), [sym_number_literal] = ACTIONS(1042), [anon_sym_L_SQUOTE] = ACTIONS(1042), [anon_sym_u_SQUOTE] = ACTIONS(1042), [anon_sym_U_SQUOTE] = ACTIONS(1042), [anon_sym_u8_SQUOTE] = ACTIONS(1042), [anon_sym_SQUOTE] = ACTIONS(1042), [anon_sym_L_DQUOTE] = ACTIONS(1042), [anon_sym_u_DQUOTE] = ACTIONS(1042), [anon_sym_U_DQUOTE] = ACTIONS(1042), [anon_sym_u8_DQUOTE] = ACTIONS(1042), [anon_sym_DQUOTE] = ACTIONS(1042), [sym_true] = ACTIONS(1040), [sym_false] = ACTIONS(1040), [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, [259] = { [ts_builtin_sym_end] = ACTIONS(1110), [sym_identifier] = ACTIONS(1108), [aux_sym_preproc_include_token1] = ACTIONS(1108), [aux_sym_preproc_def_token1] = ACTIONS(1108), [aux_sym_preproc_if_token1] = ACTIONS(1108), [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), [sym_preproc_directive] = ACTIONS(1108), [anon_sym_LPAREN2] = ACTIONS(1110), [anon_sym_BANG] = ACTIONS(1110), [anon_sym_TILDE] = ACTIONS(1110), [anon_sym_DASH] = ACTIONS(1108), [anon_sym_PLUS] = ACTIONS(1108), [anon_sym_STAR] = ACTIONS(1110), [anon_sym_AMP] = ACTIONS(1110), [anon_sym_SEMI] = ACTIONS(1110), [anon_sym_typedef] = ACTIONS(1108), [anon_sym_extern] = ACTIONS(1108), [anon_sym___attribute__] = ACTIONS(1108), [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), [anon_sym___declspec] = ACTIONS(1108), [anon_sym___cdecl] = ACTIONS(1108), [anon_sym___clrcall] = ACTIONS(1108), [anon_sym___stdcall] = ACTIONS(1108), [anon_sym___fastcall] = ACTIONS(1108), [anon_sym___thiscall] = ACTIONS(1108), [anon_sym___vectorcall] = ACTIONS(1108), [anon_sym_LBRACE] = ACTIONS(1110), [anon_sym_static] = ACTIONS(1108), [anon_sym_auto] = ACTIONS(1108), [anon_sym_register] = ACTIONS(1108), [anon_sym_inline] = ACTIONS(1108), [anon_sym_const] = ACTIONS(1108), [anon_sym_volatile] = ACTIONS(1108), [anon_sym_restrict] = ACTIONS(1108), [anon_sym__Atomic] = ACTIONS(1108), [anon_sym_signed] = ACTIONS(1108), [anon_sym_unsigned] = ACTIONS(1108), [anon_sym_long] = ACTIONS(1108), [anon_sym_short] = ACTIONS(1108), [sym_primitive_type] = ACTIONS(1108), [anon_sym_enum] = ACTIONS(1108), [anon_sym_struct] = ACTIONS(1108), [anon_sym_union] = ACTIONS(1108), [anon_sym_if] = ACTIONS(1108), [anon_sym_switch] = ACTIONS(1108), [anon_sym_case] = ACTIONS(1108), [anon_sym_default] = ACTIONS(1108), [anon_sym_while] = ACTIONS(1108), [anon_sym_do] = ACTIONS(1108), [anon_sym_for] = ACTIONS(1108), [anon_sym_return] = ACTIONS(1108), [anon_sym_break] = ACTIONS(1108), [anon_sym_continue] = ACTIONS(1108), [anon_sym_goto] = ACTIONS(1108), [anon_sym_DASH_DASH] = ACTIONS(1110), [anon_sym_PLUS_PLUS] = ACTIONS(1110), [anon_sym_sizeof] = ACTIONS(1108), [sym_number_literal] = ACTIONS(1110), [anon_sym_L_SQUOTE] = ACTIONS(1110), [anon_sym_u_SQUOTE] = ACTIONS(1110), [anon_sym_U_SQUOTE] = ACTIONS(1110), [anon_sym_u8_SQUOTE] = ACTIONS(1110), [anon_sym_SQUOTE] = ACTIONS(1110), [anon_sym_L_DQUOTE] = ACTIONS(1110), [anon_sym_u_DQUOTE] = ACTIONS(1110), [anon_sym_U_DQUOTE] = ACTIONS(1110), [anon_sym_u8_DQUOTE] = ACTIONS(1110), [anon_sym_DQUOTE] = ACTIONS(1110), [sym_true] = ACTIONS(1108), [sym_false] = ACTIONS(1108), [sym_null] = ACTIONS(1108), [sym_comment] = ACTIONS(3), }, [260] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(268), [sym_labeled_statement] = STATE(268), [sym_expression_statement] = STATE(268), [sym_if_statement] = STATE(268), [sym_switch_statement] = STATE(268), [sym_case_statement] = STATE(268), [sym_while_statement] = STATE(268), [sym_do_statement] = STATE(268), [sym_for_statement] = STATE(268), [sym_return_statement] = STATE(268), [sym_break_statement] = STATE(268), [sym_continue_statement] = STATE(268), [sym_goto_statement] = STATE(268), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [261] = { [ts_builtin_sym_end] = ACTIONS(1066), [sym_identifier] = ACTIONS(1064), [aux_sym_preproc_include_token1] = ACTIONS(1064), [aux_sym_preproc_def_token1] = ACTIONS(1064), [aux_sym_preproc_if_token1] = ACTIONS(1064), [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), [sym_preproc_directive] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(1066), [anon_sym_BANG] = ACTIONS(1066), [anon_sym_TILDE] = ACTIONS(1066), [anon_sym_DASH] = ACTIONS(1064), [anon_sym_PLUS] = ACTIONS(1064), [anon_sym_STAR] = ACTIONS(1066), [anon_sym_AMP] = ACTIONS(1066), [anon_sym_SEMI] = ACTIONS(1066), [anon_sym_typedef] = ACTIONS(1064), [anon_sym_extern] = ACTIONS(1064), [anon_sym___attribute__] = ACTIONS(1064), [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym___declspec] = ACTIONS(1064), [anon_sym___cdecl] = ACTIONS(1064), [anon_sym___clrcall] = ACTIONS(1064), [anon_sym___stdcall] = ACTIONS(1064), [anon_sym___fastcall] = ACTIONS(1064), [anon_sym___thiscall] = ACTIONS(1064), [anon_sym___vectorcall] = ACTIONS(1064), [anon_sym_LBRACE] = ACTIONS(1066), [anon_sym_static] = ACTIONS(1064), [anon_sym_auto] = ACTIONS(1064), [anon_sym_register] = ACTIONS(1064), [anon_sym_inline] = ACTIONS(1064), [anon_sym_const] = ACTIONS(1064), [anon_sym_volatile] = ACTIONS(1064), [anon_sym_restrict] = ACTIONS(1064), [anon_sym__Atomic] = ACTIONS(1064), [anon_sym_signed] = ACTIONS(1064), [anon_sym_unsigned] = ACTIONS(1064), [anon_sym_long] = ACTIONS(1064), [anon_sym_short] = ACTIONS(1064), [sym_primitive_type] = ACTIONS(1064), [anon_sym_enum] = ACTIONS(1064), [anon_sym_struct] = ACTIONS(1064), [anon_sym_union] = ACTIONS(1064), [anon_sym_if] = ACTIONS(1064), [anon_sym_switch] = ACTIONS(1064), [anon_sym_case] = ACTIONS(1064), [anon_sym_default] = ACTIONS(1064), [anon_sym_while] = ACTIONS(1064), [anon_sym_do] = ACTIONS(1064), [anon_sym_for] = ACTIONS(1064), [anon_sym_return] = ACTIONS(1064), [anon_sym_break] = ACTIONS(1064), [anon_sym_continue] = ACTIONS(1064), [anon_sym_goto] = ACTIONS(1064), [anon_sym_DASH_DASH] = ACTIONS(1066), [anon_sym_PLUS_PLUS] = ACTIONS(1066), [anon_sym_sizeof] = ACTIONS(1064), [sym_number_literal] = ACTIONS(1066), [anon_sym_L_SQUOTE] = ACTIONS(1066), [anon_sym_u_SQUOTE] = ACTIONS(1066), [anon_sym_U_SQUOTE] = ACTIONS(1066), [anon_sym_u8_SQUOTE] = ACTIONS(1066), [anon_sym_SQUOTE] = ACTIONS(1066), [anon_sym_L_DQUOTE] = ACTIONS(1066), [anon_sym_u_DQUOTE] = ACTIONS(1066), [anon_sym_U_DQUOTE] = ACTIONS(1066), [anon_sym_u8_DQUOTE] = ACTIONS(1066), [anon_sym_DQUOTE] = ACTIONS(1066), [sym_true] = ACTIONS(1064), [sym_false] = ACTIONS(1064), [sym_null] = ACTIONS(1064), [sym_comment] = ACTIONS(3), }, [262] = { [sym_identifier] = ACTIONS(1124), [aux_sym_preproc_include_token1] = ACTIONS(1124), [aux_sym_preproc_def_token1] = ACTIONS(1124), [aux_sym_preproc_if_token1] = ACTIONS(1124), [aux_sym_preproc_ifdef_token1] = ACTIONS(1124), [aux_sym_preproc_ifdef_token2] = ACTIONS(1124), [sym_preproc_directive] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(1126), [anon_sym_BANG] = ACTIONS(1126), [anon_sym_TILDE] = ACTIONS(1126), [anon_sym_DASH] = ACTIONS(1124), [anon_sym_PLUS] = ACTIONS(1124), [anon_sym_STAR] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1126), [anon_sym_SEMI] = ACTIONS(1126), [anon_sym_typedef] = ACTIONS(1124), [anon_sym_extern] = ACTIONS(1124), [anon_sym___attribute__] = ACTIONS(1124), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(1124), [anon_sym___cdecl] = ACTIONS(1124), [anon_sym___clrcall] = ACTIONS(1124), [anon_sym___stdcall] = ACTIONS(1124), [anon_sym___fastcall] = ACTIONS(1124), [anon_sym___thiscall] = ACTIONS(1124), [anon_sym___vectorcall] = ACTIONS(1124), [anon_sym_LBRACE] = ACTIONS(1126), [anon_sym_RBRACE] = ACTIONS(1126), [anon_sym_static] = ACTIONS(1124), [anon_sym_auto] = ACTIONS(1124), [anon_sym_register] = ACTIONS(1124), [anon_sym_inline] = ACTIONS(1124), [anon_sym_const] = ACTIONS(1124), [anon_sym_volatile] = ACTIONS(1124), [anon_sym_restrict] = ACTIONS(1124), [anon_sym__Atomic] = ACTIONS(1124), [anon_sym_signed] = ACTIONS(1124), [anon_sym_unsigned] = ACTIONS(1124), [anon_sym_long] = ACTIONS(1124), [anon_sym_short] = ACTIONS(1124), [sym_primitive_type] = ACTIONS(1124), [anon_sym_enum] = ACTIONS(1124), [anon_sym_struct] = ACTIONS(1124), [anon_sym_union] = ACTIONS(1124), [anon_sym_if] = ACTIONS(1124), [anon_sym_switch] = ACTIONS(1124), [anon_sym_case] = ACTIONS(1124), [anon_sym_default] = ACTIONS(1124), [anon_sym_while] = ACTIONS(1124), [anon_sym_do] = ACTIONS(1124), [anon_sym_for] = ACTIONS(1124), [anon_sym_return] = ACTIONS(1124), [anon_sym_break] = ACTIONS(1124), [anon_sym_continue] = ACTIONS(1124), [anon_sym_goto] = ACTIONS(1124), [anon_sym_DASH_DASH] = ACTIONS(1126), [anon_sym_PLUS_PLUS] = ACTIONS(1126), [anon_sym_sizeof] = ACTIONS(1124), [sym_number_literal] = ACTIONS(1126), [anon_sym_L_SQUOTE] = ACTIONS(1126), [anon_sym_u_SQUOTE] = ACTIONS(1126), [anon_sym_U_SQUOTE] = ACTIONS(1126), [anon_sym_u8_SQUOTE] = ACTIONS(1126), [anon_sym_SQUOTE] = ACTIONS(1126), [anon_sym_L_DQUOTE] = ACTIONS(1126), [anon_sym_u_DQUOTE] = ACTIONS(1126), [anon_sym_U_DQUOTE] = ACTIONS(1126), [anon_sym_u8_DQUOTE] = ACTIONS(1126), [anon_sym_DQUOTE] = ACTIONS(1126), [sym_true] = ACTIONS(1124), [sym_false] = ACTIONS(1124), [sym_null] = ACTIONS(1124), [sym_comment] = ACTIONS(3), }, [263] = { [sym_identifier] = ACTIONS(1072), [aux_sym_preproc_include_token1] = ACTIONS(1072), [aux_sym_preproc_def_token1] = ACTIONS(1072), [aux_sym_preproc_if_token1] = ACTIONS(1072), [aux_sym_preproc_if_token2] = ACTIONS(1072), [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), [sym_preproc_directive] = ACTIONS(1072), [anon_sym_LPAREN2] = ACTIONS(1074), [anon_sym_BANG] = ACTIONS(1074), [anon_sym_TILDE] = ACTIONS(1074), [anon_sym_DASH] = ACTIONS(1072), [anon_sym_PLUS] = ACTIONS(1072), [anon_sym_STAR] = ACTIONS(1074), [anon_sym_AMP] = ACTIONS(1074), [anon_sym_SEMI] = ACTIONS(1074), [anon_sym_typedef] = ACTIONS(1072), [anon_sym_extern] = ACTIONS(1072), [anon_sym___attribute__] = ACTIONS(1072), [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), [anon_sym___declspec] = ACTIONS(1072), [anon_sym___cdecl] = ACTIONS(1072), [anon_sym___clrcall] = ACTIONS(1072), [anon_sym___stdcall] = ACTIONS(1072), [anon_sym___fastcall] = ACTIONS(1072), [anon_sym___thiscall] = ACTIONS(1072), [anon_sym___vectorcall] = ACTIONS(1072), [anon_sym_LBRACE] = ACTIONS(1074), [anon_sym_static] = ACTIONS(1072), [anon_sym_auto] = ACTIONS(1072), [anon_sym_register] = ACTIONS(1072), [anon_sym_inline] = ACTIONS(1072), [anon_sym_const] = ACTIONS(1072), [anon_sym_volatile] = ACTIONS(1072), [anon_sym_restrict] = ACTIONS(1072), [anon_sym__Atomic] = ACTIONS(1072), [anon_sym_signed] = ACTIONS(1072), [anon_sym_unsigned] = ACTIONS(1072), [anon_sym_long] = ACTIONS(1072), [anon_sym_short] = ACTIONS(1072), [sym_primitive_type] = ACTIONS(1072), [anon_sym_enum] = ACTIONS(1072), [anon_sym_struct] = ACTIONS(1072), [anon_sym_union] = ACTIONS(1072), [anon_sym_if] = ACTIONS(1072), [anon_sym_switch] = ACTIONS(1072), [anon_sym_case] = ACTIONS(1072), [anon_sym_default] = ACTIONS(1072), [anon_sym_while] = ACTIONS(1072), [anon_sym_do] = ACTIONS(1072), [anon_sym_for] = ACTIONS(1072), [anon_sym_return] = ACTIONS(1072), [anon_sym_break] = ACTIONS(1072), [anon_sym_continue] = ACTIONS(1072), [anon_sym_goto] = ACTIONS(1072), [anon_sym_DASH_DASH] = ACTIONS(1074), [anon_sym_PLUS_PLUS] = ACTIONS(1074), [anon_sym_sizeof] = ACTIONS(1072), [sym_number_literal] = ACTIONS(1074), [anon_sym_L_SQUOTE] = ACTIONS(1074), [anon_sym_u_SQUOTE] = ACTIONS(1074), [anon_sym_U_SQUOTE] = ACTIONS(1074), [anon_sym_u8_SQUOTE] = ACTIONS(1074), [anon_sym_SQUOTE] = ACTIONS(1074), [anon_sym_L_DQUOTE] = ACTIONS(1074), [anon_sym_u_DQUOTE] = ACTIONS(1074), [anon_sym_U_DQUOTE] = ACTIONS(1074), [anon_sym_u8_DQUOTE] = ACTIONS(1074), [anon_sym_DQUOTE] = ACTIONS(1074), [sym_true] = ACTIONS(1072), [sym_false] = ACTIONS(1072), [sym_null] = ACTIONS(1072), [sym_comment] = ACTIONS(3), }, [264] = { [sym_identifier] = ACTIONS(1104), [aux_sym_preproc_include_token1] = ACTIONS(1104), [aux_sym_preproc_def_token1] = ACTIONS(1104), [aux_sym_preproc_if_token1] = ACTIONS(1104), [aux_sym_preproc_if_token2] = ACTIONS(1104), [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), [sym_preproc_directive] = ACTIONS(1104), [anon_sym_LPAREN2] = ACTIONS(1106), [anon_sym_BANG] = ACTIONS(1106), [anon_sym_TILDE] = ACTIONS(1106), [anon_sym_DASH] = ACTIONS(1104), [anon_sym_PLUS] = ACTIONS(1104), [anon_sym_STAR] = ACTIONS(1106), [anon_sym_AMP] = ACTIONS(1106), [anon_sym_SEMI] = ACTIONS(1106), [anon_sym_typedef] = ACTIONS(1104), [anon_sym_extern] = ACTIONS(1104), [anon_sym___attribute__] = ACTIONS(1104), [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), [anon_sym___declspec] = ACTIONS(1104), [anon_sym___cdecl] = ACTIONS(1104), [anon_sym___clrcall] = ACTIONS(1104), [anon_sym___stdcall] = ACTIONS(1104), [anon_sym___fastcall] = ACTIONS(1104), [anon_sym___thiscall] = ACTIONS(1104), [anon_sym___vectorcall] = ACTIONS(1104), [anon_sym_LBRACE] = ACTIONS(1106), [anon_sym_static] = ACTIONS(1104), [anon_sym_auto] = ACTIONS(1104), [anon_sym_register] = ACTIONS(1104), [anon_sym_inline] = ACTIONS(1104), [anon_sym_const] = ACTIONS(1104), [anon_sym_volatile] = ACTIONS(1104), [anon_sym_restrict] = ACTIONS(1104), [anon_sym__Atomic] = ACTIONS(1104), [anon_sym_signed] = ACTIONS(1104), [anon_sym_unsigned] = ACTIONS(1104), [anon_sym_long] = ACTIONS(1104), [anon_sym_short] = ACTIONS(1104), [sym_primitive_type] = ACTIONS(1104), [anon_sym_enum] = ACTIONS(1104), [anon_sym_struct] = ACTIONS(1104), [anon_sym_union] = ACTIONS(1104), [anon_sym_if] = ACTIONS(1104), [anon_sym_switch] = ACTIONS(1104), [anon_sym_case] = ACTIONS(1104), [anon_sym_default] = ACTIONS(1104), [anon_sym_while] = ACTIONS(1104), [anon_sym_do] = ACTIONS(1104), [anon_sym_for] = ACTIONS(1104), [anon_sym_return] = ACTIONS(1104), [anon_sym_break] = ACTIONS(1104), [anon_sym_continue] = ACTIONS(1104), [anon_sym_goto] = ACTIONS(1104), [anon_sym_DASH_DASH] = ACTIONS(1106), [anon_sym_PLUS_PLUS] = ACTIONS(1106), [anon_sym_sizeof] = ACTIONS(1104), [sym_number_literal] = ACTIONS(1106), [anon_sym_L_SQUOTE] = ACTIONS(1106), [anon_sym_u_SQUOTE] = ACTIONS(1106), [anon_sym_U_SQUOTE] = ACTIONS(1106), [anon_sym_u8_SQUOTE] = ACTIONS(1106), [anon_sym_SQUOTE] = ACTIONS(1106), [anon_sym_L_DQUOTE] = ACTIONS(1106), [anon_sym_u_DQUOTE] = ACTIONS(1106), [anon_sym_U_DQUOTE] = ACTIONS(1106), [anon_sym_u8_DQUOTE] = ACTIONS(1106), [anon_sym_DQUOTE] = ACTIONS(1106), [sym_true] = ACTIONS(1104), [sym_false] = ACTIONS(1104), [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, [265] = { [ts_builtin_sym_end] = ACTIONS(1034), [sym_identifier] = ACTIONS(1032), [aux_sym_preproc_include_token1] = ACTIONS(1032), [aux_sym_preproc_def_token1] = ACTIONS(1032), [aux_sym_preproc_if_token1] = ACTIONS(1032), [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), [sym_preproc_directive] = ACTIONS(1032), [anon_sym_LPAREN2] = ACTIONS(1034), [anon_sym_BANG] = ACTIONS(1034), [anon_sym_TILDE] = ACTIONS(1034), [anon_sym_DASH] = ACTIONS(1032), [anon_sym_PLUS] = ACTIONS(1032), [anon_sym_STAR] = ACTIONS(1034), [anon_sym_AMP] = ACTIONS(1034), [anon_sym_SEMI] = ACTIONS(1034), [anon_sym_typedef] = ACTIONS(1032), [anon_sym_extern] = ACTIONS(1032), [anon_sym___attribute__] = ACTIONS(1032), [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), [anon_sym___declspec] = ACTIONS(1032), [anon_sym___cdecl] = ACTIONS(1032), [anon_sym___clrcall] = ACTIONS(1032), [anon_sym___stdcall] = ACTIONS(1032), [anon_sym___fastcall] = ACTIONS(1032), [anon_sym___thiscall] = ACTIONS(1032), [anon_sym___vectorcall] = ACTIONS(1032), [anon_sym_LBRACE] = ACTIONS(1034), [anon_sym_static] = ACTIONS(1032), [anon_sym_auto] = ACTIONS(1032), [anon_sym_register] = ACTIONS(1032), [anon_sym_inline] = ACTIONS(1032), [anon_sym_const] = ACTIONS(1032), [anon_sym_volatile] = ACTIONS(1032), [anon_sym_restrict] = ACTIONS(1032), [anon_sym__Atomic] = ACTIONS(1032), [anon_sym_signed] = ACTIONS(1032), [anon_sym_unsigned] = ACTIONS(1032), [anon_sym_long] = ACTIONS(1032), [anon_sym_short] = ACTIONS(1032), [sym_primitive_type] = ACTIONS(1032), [anon_sym_enum] = ACTIONS(1032), [anon_sym_struct] = ACTIONS(1032), [anon_sym_union] = ACTIONS(1032), [anon_sym_if] = ACTIONS(1032), [anon_sym_switch] = ACTIONS(1032), [anon_sym_case] = ACTIONS(1032), [anon_sym_default] = ACTIONS(1032), [anon_sym_while] = ACTIONS(1032), [anon_sym_do] = ACTIONS(1032), [anon_sym_for] = ACTIONS(1032), [anon_sym_return] = ACTIONS(1032), [anon_sym_break] = ACTIONS(1032), [anon_sym_continue] = ACTIONS(1032), [anon_sym_goto] = ACTIONS(1032), [anon_sym_DASH_DASH] = ACTIONS(1034), [anon_sym_PLUS_PLUS] = ACTIONS(1034), [anon_sym_sizeof] = ACTIONS(1032), [sym_number_literal] = ACTIONS(1034), [anon_sym_L_SQUOTE] = ACTIONS(1034), [anon_sym_u_SQUOTE] = ACTIONS(1034), [anon_sym_U_SQUOTE] = ACTIONS(1034), [anon_sym_u8_SQUOTE] = ACTIONS(1034), [anon_sym_SQUOTE] = ACTIONS(1034), [anon_sym_L_DQUOTE] = ACTIONS(1034), [anon_sym_u_DQUOTE] = ACTIONS(1034), [anon_sym_U_DQUOTE] = ACTIONS(1034), [anon_sym_u8_DQUOTE] = ACTIONS(1034), [anon_sym_DQUOTE] = ACTIONS(1034), [sym_true] = ACTIONS(1032), [sym_false] = ACTIONS(1032), [sym_null] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, [266] = { [sym_identifier] = ACTIONS(1120), [aux_sym_preproc_include_token1] = ACTIONS(1120), [aux_sym_preproc_def_token1] = ACTIONS(1120), [aux_sym_preproc_if_token1] = ACTIONS(1120), [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), [sym_preproc_directive] = ACTIONS(1120), [anon_sym_LPAREN2] = ACTIONS(1122), [anon_sym_BANG] = ACTIONS(1122), [anon_sym_TILDE] = ACTIONS(1122), [anon_sym_DASH] = ACTIONS(1120), [anon_sym_PLUS] = ACTIONS(1120), [anon_sym_STAR] = ACTIONS(1122), [anon_sym_AMP] = ACTIONS(1122), [anon_sym_SEMI] = ACTIONS(1122), [anon_sym_typedef] = ACTIONS(1120), [anon_sym_extern] = ACTIONS(1120), [anon_sym___attribute__] = ACTIONS(1120), [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), [anon_sym___declspec] = ACTIONS(1120), [anon_sym___cdecl] = ACTIONS(1120), [anon_sym___clrcall] = ACTIONS(1120), [anon_sym___stdcall] = ACTIONS(1120), [anon_sym___fastcall] = ACTIONS(1120), [anon_sym___thiscall] = ACTIONS(1120), [anon_sym___vectorcall] = ACTIONS(1120), [anon_sym_LBRACE] = ACTIONS(1122), [anon_sym_RBRACE] = ACTIONS(1122), [anon_sym_static] = ACTIONS(1120), [anon_sym_auto] = ACTIONS(1120), [anon_sym_register] = ACTIONS(1120), [anon_sym_inline] = ACTIONS(1120), [anon_sym_const] = ACTIONS(1120), [anon_sym_volatile] = ACTIONS(1120), [anon_sym_restrict] = ACTIONS(1120), [anon_sym__Atomic] = ACTIONS(1120), [anon_sym_signed] = ACTIONS(1120), [anon_sym_unsigned] = ACTIONS(1120), [anon_sym_long] = ACTIONS(1120), [anon_sym_short] = ACTIONS(1120), [sym_primitive_type] = ACTIONS(1120), [anon_sym_enum] = ACTIONS(1120), [anon_sym_struct] = ACTIONS(1120), [anon_sym_union] = ACTIONS(1120), [anon_sym_if] = ACTIONS(1120), [anon_sym_switch] = ACTIONS(1120), [anon_sym_case] = ACTIONS(1120), [anon_sym_default] = ACTIONS(1120), [anon_sym_while] = ACTIONS(1120), [anon_sym_do] = ACTIONS(1120), [anon_sym_for] = ACTIONS(1120), [anon_sym_return] = ACTIONS(1120), [anon_sym_break] = ACTIONS(1120), [anon_sym_continue] = ACTIONS(1120), [anon_sym_goto] = ACTIONS(1120), [anon_sym_DASH_DASH] = ACTIONS(1122), [anon_sym_PLUS_PLUS] = ACTIONS(1122), [anon_sym_sizeof] = ACTIONS(1120), [sym_number_literal] = ACTIONS(1122), [anon_sym_L_SQUOTE] = ACTIONS(1122), [anon_sym_u_SQUOTE] = ACTIONS(1122), [anon_sym_U_SQUOTE] = ACTIONS(1122), [anon_sym_u8_SQUOTE] = ACTIONS(1122), [anon_sym_SQUOTE] = ACTIONS(1122), [anon_sym_L_DQUOTE] = ACTIONS(1122), [anon_sym_u_DQUOTE] = ACTIONS(1122), [anon_sym_U_DQUOTE] = ACTIONS(1122), [anon_sym_u8_DQUOTE] = ACTIONS(1122), [anon_sym_DQUOTE] = ACTIONS(1122), [sym_true] = ACTIONS(1120), [sym_false] = ACTIONS(1120), [sym_null] = ACTIONS(1120), [sym_comment] = ACTIONS(3), }, [267] = { [sym_identifier] = ACTIONS(1108), [aux_sym_preproc_include_token1] = ACTIONS(1108), [aux_sym_preproc_def_token1] = ACTIONS(1108), [aux_sym_preproc_if_token1] = ACTIONS(1108), [aux_sym_preproc_if_token2] = ACTIONS(1108), [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), [sym_preproc_directive] = ACTIONS(1108), [anon_sym_LPAREN2] = ACTIONS(1110), [anon_sym_BANG] = ACTIONS(1110), [anon_sym_TILDE] = ACTIONS(1110), [anon_sym_DASH] = ACTIONS(1108), [anon_sym_PLUS] = ACTIONS(1108), [anon_sym_STAR] = ACTIONS(1110), [anon_sym_AMP] = ACTIONS(1110), [anon_sym_SEMI] = ACTIONS(1110), [anon_sym_typedef] = ACTIONS(1108), [anon_sym_extern] = ACTIONS(1108), [anon_sym___attribute__] = ACTIONS(1108), [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), [anon_sym___declspec] = ACTIONS(1108), [anon_sym___cdecl] = ACTIONS(1108), [anon_sym___clrcall] = ACTIONS(1108), [anon_sym___stdcall] = ACTIONS(1108), [anon_sym___fastcall] = ACTIONS(1108), [anon_sym___thiscall] = ACTIONS(1108), [anon_sym___vectorcall] = ACTIONS(1108), [anon_sym_LBRACE] = ACTIONS(1110), [anon_sym_static] = ACTIONS(1108), [anon_sym_auto] = ACTIONS(1108), [anon_sym_register] = ACTIONS(1108), [anon_sym_inline] = ACTIONS(1108), [anon_sym_const] = ACTIONS(1108), [anon_sym_volatile] = ACTIONS(1108), [anon_sym_restrict] = ACTIONS(1108), [anon_sym__Atomic] = ACTIONS(1108), [anon_sym_signed] = ACTIONS(1108), [anon_sym_unsigned] = ACTIONS(1108), [anon_sym_long] = ACTIONS(1108), [anon_sym_short] = ACTIONS(1108), [sym_primitive_type] = ACTIONS(1108), [anon_sym_enum] = ACTIONS(1108), [anon_sym_struct] = ACTIONS(1108), [anon_sym_union] = ACTIONS(1108), [anon_sym_if] = ACTIONS(1108), [anon_sym_switch] = ACTIONS(1108), [anon_sym_case] = ACTIONS(1108), [anon_sym_default] = ACTIONS(1108), [anon_sym_while] = ACTIONS(1108), [anon_sym_do] = ACTIONS(1108), [anon_sym_for] = ACTIONS(1108), [anon_sym_return] = ACTIONS(1108), [anon_sym_break] = ACTIONS(1108), [anon_sym_continue] = ACTIONS(1108), [anon_sym_goto] = ACTIONS(1108), [anon_sym_DASH_DASH] = ACTIONS(1110), [anon_sym_PLUS_PLUS] = ACTIONS(1110), [anon_sym_sizeof] = ACTIONS(1108), [sym_number_literal] = ACTIONS(1110), [anon_sym_L_SQUOTE] = ACTIONS(1110), [anon_sym_u_SQUOTE] = ACTIONS(1110), [anon_sym_U_SQUOTE] = ACTIONS(1110), [anon_sym_u8_SQUOTE] = ACTIONS(1110), [anon_sym_SQUOTE] = ACTIONS(1110), [anon_sym_L_DQUOTE] = ACTIONS(1110), [anon_sym_u_DQUOTE] = ACTIONS(1110), [anon_sym_U_DQUOTE] = ACTIONS(1110), [anon_sym_u8_DQUOTE] = ACTIONS(1110), [anon_sym_DQUOTE] = ACTIONS(1110), [sym_true] = ACTIONS(1108), [sym_false] = ACTIONS(1108), [sym_null] = ACTIONS(1108), [sym_comment] = ACTIONS(3), }, [268] = { [sym_identifier] = ACTIONS(1116), [aux_sym_preproc_include_token1] = ACTIONS(1116), [aux_sym_preproc_def_token1] = ACTIONS(1116), [aux_sym_preproc_if_token1] = ACTIONS(1116), [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), [sym_preproc_directive] = ACTIONS(1116), [anon_sym_LPAREN2] = ACTIONS(1118), [anon_sym_BANG] = ACTIONS(1118), [anon_sym_TILDE] = ACTIONS(1118), [anon_sym_DASH] = ACTIONS(1116), [anon_sym_PLUS] = ACTIONS(1116), [anon_sym_STAR] = ACTIONS(1118), [anon_sym_AMP] = ACTIONS(1118), [anon_sym_SEMI] = ACTIONS(1118), [anon_sym_typedef] = ACTIONS(1116), [anon_sym_extern] = ACTIONS(1116), [anon_sym___attribute__] = ACTIONS(1116), [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), [anon_sym___declspec] = ACTIONS(1116), [anon_sym___cdecl] = ACTIONS(1116), [anon_sym___clrcall] = ACTIONS(1116), [anon_sym___stdcall] = ACTIONS(1116), [anon_sym___fastcall] = ACTIONS(1116), [anon_sym___thiscall] = ACTIONS(1116), [anon_sym___vectorcall] = ACTIONS(1116), [anon_sym_LBRACE] = ACTIONS(1118), [anon_sym_RBRACE] = ACTIONS(1118), [anon_sym_static] = ACTIONS(1116), [anon_sym_auto] = ACTIONS(1116), [anon_sym_register] = ACTIONS(1116), [anon_sym_inline] = ACTIONS(1116), [anon_sym_const] = ACTIONS(1116), [anon_sym_volatile] = ACTIONS(1116), [anon_sym_restrict] = ACTIONS(1116), [anon_sym__Atomic] = ACTIONS(1116), [anon_sym_signed] = ACTIONS(1116), [anon_sym_unsigned] = ACTIONS(1116), [anon_sym_long] = ACTIONS(1116), [anon_sym_short] = ACTIONS(1116), [sym_primitive_type] = ACTIONS(1116), [anon_sym_enum] = ACTIONS(1116), [anon_sym_struct] = ACTIONS(1116), [anon_sym_union] = ACTIONS(1116), [anon_sym_if] = ACTIONS(1116), [anon_sym_switch] = ACTIONS(1116), [anon_sym_case] = ACTIONS(1116), [anon_sym_default] = ACTIONS(1116), [anon_sym_while] = ACTIONS(1116), [anon_sym_do] = ACTIONS(1116), [anon_sym_for] = ACTIONS(1116), [anon_sym_return] = ACTIONS(1116), [anon_sym_break] = ACTIONS(1116), [anon_sym_continue] = ACTIONS(1116), [anon_sym_goto] = ACTIONS(1116), [anon_sym_DASH_DASH] = ACTIONS(1118), [anon_sym_PLUS_PLUS] = ACTIONS(1118), [anon_sym_sizeof] = ACTIONS(1116), [sym_number_literal] = ACTIONS(1118), [anon_sym_L_SQUOTE] = ACTIONS(1118), [anon_sym_u_SQUOTE] = ACTIONS(1118), [anon_sym_U_SQUOTE] = ACTIONS(1118), [anon_sym_u8_SQUOTE] = ACTIONS(1118), [anon_sym_SQUOTE] = ACTIONS(1118), [anon_sym_L_DQUOTE] = ACTIONS(1118), [anon_sym_u_DQUOTE] = ACTIONS(1118), [anon_sym_U_DQUOTE] = ACTIONS(1118), [anon_sym_u8_DQUOTE] = ACTIONS(1118), [anon_sym_DQUOTE] = ACTIONS(1118), [sym_true] = ACTIONS(1116), [sym_false] = ACTIONS(1116), [sym_null] = ACTIONS(1116), [sym_comment] = ACTIONS(3), }, [269] = { [sym_identifier] = ACTIONS(1084), [aux_sym_preproc_include_token1] = ACTIONS(1084), [aux_sym_preproc_def_token1] = ACTIONS(1084), [aux_sym_preproc_if_token1] = ACTIONS(1084), [aux_sym_preproc_if_token2] = ACTIONS(1084), [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), [sym_preproc_directive] = ACTIONS(1084), [anon_sym_LPAREN2] = ACTIONS(1086), [anon_sym_BANG] = ACTIONS(1086), [anon_sym_TILDE] = ACTIONS(1086), [anon_sym_DASH] = ACTIONS(1084), [anon_sym_PLUS] = ACTIONS(1084), [anon_sym_STAR] = ACTIONS(1086), [anon_sym_AMP] = ACTIONS(1086), [anon_sym_SEMI] = ACTIONS(1086), [anon_sym_typedef] = ACTIONS(1084), [anon_sym_extern] = ACTIONS(1084), [anon_sym___attribute__] = ACTIONS(1084), [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), [anon_sym___declspec] = ACTIONS(1084), [anon_sym___cdecl] = ACTIONS(1084), [anon_sym___clrcall] = ACTIONS(1084), [anon_sym___stdcall] = ACTIONS(1084), [anon_sym___fastcall] = ACTIONS(1084), [anon_sym___thiscall] = ACTIONS(1084), [anon_sym___vectorcall] = ACTIONS(1084), [anon_sym_LBRACE] = ACTIONS(1086), [anon_sym_static] = ACTIONS(1084), [anon_sym_auto] = ACTIONS(1084), [anon_sym_register] = ACTIONS(1084), [anon_sym_inline] = ACTIONS(1084), [anon_sym_const] = ACTIONS(1084), [anon_sym_volatile] = ACTIONS(1084), [anon_sym_restrict] = ACTIONS(1084), [anon_sym__Atomic] = ACTIONS(1084), [anon_sym_signed] = ACTIONS(1084), [anon_sym_unsigned] = ACTIONS(1084), [anon_sym_long] = ACTIONS(1084), [anon_sym_short] = ACTIONS(1084), [sym_primitive_type] = ACTIONS(1084), [anon_sym_enum] = ACTIONS(1084), [anon_sym_struct] = ACTIONS(1084), [anon_sym_union] = ACTIONS(1084), [anon_sym_if] = ACTIONS(1084), [anon_sym_switch] = ACTIONS(1084), [anon_sym_case] = ACTIONS(1084), [anon_sym_default] = ACTIONS(1084), [anon_sym_while] = ACTIONS(1084), [anon_sym_do] = ACTIONS(1084), [anon_sym_for] = ACTIONS(1084), [anon_sym_return] = ACTIONS(1084), [anon_sym_break] = ACTIONS(1084), [anon_sym_continue] = ACTIONS(1084), [anon_sym_goto] = ACTIONS(1084), [anon_sym_DASH_DASH] = ACTIONS(1086), [anon_sym_PLUS_PLUS] = ACTIONS(1086), [anon_sym_sizeof] = ACTIONS(1084), [sym_number_literal] = ACTIONS(1086), [anon_sym_L_SQUOTE] = ACTIONS(1086), [anon_sym_u_SQUOTE] = ACTIONS(1086), [anon_sym_U_SQUOTE] = ACTIONS(1086), [anon_sym_u8_SQUOTE] = ACTIONS(1086), [anon_sym_SQUOTE] = ACTIONS(1086), [anon_sym_L_DQUOTE] = ACTIONS(1086), [anon_sym_u_DQUOTE] = ACTIONS(1086), [anon_sym_U_DQUOTE] = ACTIONS(1086), [anon_sym_u8_DQUOTE] = ACTIONS(1086), [anon_sym_DQUOTE] = ACTIONS(1086), [sym_true] = ACTIONS(1084), [sym_false] = ACTIONS(1084), [sym_null] = ACTIONS(1084), [sym_comment] = ACTIONS(3), }, [270] = { [sym_identifier] = ACTIONS(1108), [aux_sym_preproc_include_token1] = ACTIONS(1108), [aux_sym_preproc_def_token1] = ACTIONS(1108), [aux_sym_preproc_if_token1] = ACTIONS(1108), [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), [sym_preproc_directive] = ACTIONS(1108), [anon_sym_LPAREN2] = ACTIONS(1110), [anon_sym_BANG] = ACTIONS(1110), [anon_sym_TILDE] = ACTIONS(1110), [anon_sym_DASH] = ACTIONS(1108), [anon_sym_PLUS] = ACTIONS(1108), [anon_sym_STAR] = ACTIONS(1110), [anon_sym_AMP] = ACTIONS(1110), [anon_sym_SEMI] = ACTIONS(1110), [anon_sym_typedef] = ACTIONS(1108), [anon_sym_extern] = ACTIONS(1108), [anon_sym___attribute__] = ACTIONS(1108), [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), [anon_sym___declspec] = ACTIONS(1108), [anon_sym___cdecl] = ACTIONS(1108), [anon_sym___clrcall] = ACTIONS(1108), [anon_sym___stdcall] = ACTIONS(1108), [anon_sym___fastcall] = ACTIONS(1108), [anon_sym___thiscall] = ACTIONS(1108), [anon_sym___vectorcall] = ACTIONS(1108), [anon_sym_LBRACE] = ACTIONS(1110), [anon_sym_RBRACE] = ACTIONS(1110), [anon_sym_static] = ACTIONS(1108), [anon_sym_auto] = ACTIONS(1108), [anon_sym_register] = ACTIONS(1108), [anon_sym_inline] = ACTIONS(1108), [anon_sym_const] = ACTIONS(1108), [anon_sym_volatile] = ACTIONS(1108), [anon_sym_restrict] = ACTIONS(1108), [anon_sym__Atomic] = ACTIONS(1108), [anon_sym_signed] = ACTIONS(1108), [anon_sym_unsigned] = ACTIONS(1108), [anon_sym_long] = ACTIONS(1108), [anon_sym_short] = ACTIONS(1108), [sym_primitive_type] = ACTIONS(1108), [anon_sym_enum] = ACTIONS(1108), [anon_sym_struct] = ACTIONS(1108), [anon_sym_union] = ACTIONS(1108), [anon_sym_if] = ACTIONS(1108), [anon_sym_switch] = ACTIONS(1108), [anon_sym_case] = ACTIONS(1108), [anon_sym_default] = ACTIONS(1108), [anon_sym_while] = ACTIONS(1108), [anon_sym_do] = ACTIONS(1108), [anon_sym_for] = ACTIONS(1108), [anon_sym_return] = ACTIONS(1108), [anon_sym_break] = ACTIONS(1108), [anon_sym_continue] = ACTIONS(1108), [anon_sym_goto] = ACTIONS(1108), [anon_sym_DASH_DASH] = ACTIONS(1110), [anon_sym_PLUS_PLUS] = ACTIONS(1110), [anon_sym_sizeof] = ACTIONS(1108), [sym_number_literal] = ACTIONS(1110), [anon_sym_L_SQUOTE] = ACTIONS(1110), [anon_sym_u_SQUOTE] = ACTIONS(1110), [anon_sym_U_SQUOTE] = ACTIONS(1110), [anon_sym_u8_SQUOTE] = ACTIONS(1110), [anon_sym_SQUOTE] = ACTIONS(1110), [anon_sym_L_DQUOTE] = ACTIONS(1110), [anon_sym_u_DQUOTE] = ACTIONS(1110), [anon_sym_U_DQUOTE] = ACTIONS(1110), [anon_sym_u8_DQUOTE] = ACTIONS(1110), [anon_sym_DQUOTE] = ACTIONS(1110), [sym_true] = ACTIONS(1108), [sym_false] = ACTIONS(1108), [sym_null] = ACTIONS(1108), [sym_comment] = ACTIONS(3), }, [271] = { [sym_identifier] = ACTIONS(1112), [aux_sym_preproc_include_token1] = ACTIONS(1112), [aux_sym_preproc_def_token1] = ACTIONS(1112), [aux_sym_preproc_if_token1] = ACTIONS(1112), [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), [sym_preproc_directive] = ACTIONS(1112), [anon_sym_LPAREN2] = ACTIONS(1114), [anon_sym_BANG] = ACTIONS(1114), [anon_sym_TILDE] = ACTIONS(1114), [anon_sym_DASH] = ACTIONS(1112), [anon_sym_PLUS] = ACTIONS(1112), [anon_sym_STAR] = ACTIONS(1114), [anon_sym_AMP] = ACTIONS(1114), [anon_sym_SEMI] = ACTIONS(1114), [anon_sym_typedef] = ACTIONS(1112), [anon_sym_extern] = ACTIONS(1112), [anon_sym___attribute__] = ACTIONS(1112), [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), [anon_sym___declspec] = ACTIONS(1112), [anon_sym___cdecl] = ACTIONS(1112), [anon_sym___clrcall] = ACTIONS(1112), [anon_sym___stdcall] = ACTIONS(1112), [anon_sym___fastcall] = ACTIONS(1112), [anon_sym___thiscall] = ACTIONS(1112), [anon_sym___vectorcall] = ACTIONS(1112), [anon_sym_LBRACE] = ACTIONS(1114), [anon_sym_RBRACE] = ACTIONS(1114), [anon_sym_static] = ACTIONS(1112), [anon_sym_auto] = ACTIONS(1112), [anon_sym_register] = ACTIONS(1112), [anon_sym_inline] = ACTIONS(1112), [anon_sym_const] = ACTIONS(1112), [anon_sym_volatile] = ACTIONS(1112), [anon_sym_restrict] = ACTIONS(1112), [anon_sym__Atomic] = ACTIONS(1112), [anon_sym_signed] = ACTIONS(1112), [anon_sym_unsigned] = ACTIONS(1112), [anon_sym_long] = ACTIONS(1112), [anon_sym_short] = ACTIONS(1112), [sym_primitive_type] = ACTIONS(1112), [anon_sym_enum] = ACTIONS(1112), [anon_sym_struct] = ACTIONS(1112), [anon_sym_union] = ACTIONS(1112), [anon_sym_if] = ACTIONS(1112), [anon_sym_switch] = ACTIONS(1112), [anon_sym_case] = ACTIONS(1112), [anon_sym_default] = ACTIONS(1112), [anon_sym_while] = ACTIONS(1112), [anon_sym_do] = ACTIONS(1112), [anon_sym_for] = ACTIONS(1112), [anon_sym_return] = ACTIONS(1112), [anon_sym_break] = ACTIONS(1112), [anon_sym_continue] = ACTIONS(1112), [anon_sym_goto] = ACTIONS(1112), [anon_sym_DASH_DASH] = ACTIONS(1114), [anon_sym_PLUS_PLUS] = ACTIONS(1114), [anon_sym_sizeof] = ACTIONS(1112), [sym_number_literal] = ACTIONS(1114), [anon_sym_L_SQUOTE] = ACTIONS(1114), [anon_sym_u_SQUOTE] = ACTIONS(1114), [anon_sym_U_SQUOTE] = ACTIONS(1114), [anon_sym_u8_SQUOTE] = ACTIONS(1114), [anon_sym_SQUOTE] = ACTIONS(1114), [anon_sym_L_DQUOTE] = ACTIONS(1114), [anon_sym_u_DQUOTE] = ACTIONS(1114), [anon_sym_U_DQUOTE] = ACTIONS(1114), [anon_sym_u8_DQUOTE] = ACTIONS(1114), [anon_sym_DQUOTE] = ACTIONS(1114), [sym_true] = ACTIONS(1112), [sym_false] = ACTIONS(1112), [sym_null] = ACTIONS(1112), [sym_comment] = ACTIONS(3), }, [272] = { [ts_builtin_sym_end] = ACTIONS(1102), [sym_identifier] = ACTIONS(1100), [aux_sym_preproc_include_token1] = ACTIONS(1100), [aux_sym_preproc_def_token1] = ACTIONS(1100), [aux_sym_preproc_if_token1] = ACTIONS(1100), [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), [sym_preproc_directive] = ACTIONS(1100), [anon_sym_LPAREN2] = ACTIONS(1102), [anon_sym_BANG] = ACTIONS(1102), [anon_sym_TILDE] = ACTIONS(1102), [anon_sym_DASH] = ACTIONS(1100), [anon_sym_PLUS] = ACTIONS(1100), [anon_sym_STAR] = ACTIONS(1102), [anon_sym_AMP] = ACTIONS(1102), [anon_sym_SEMI] = ACTIONS(1102), [anon_sym_typedef] = ACTIONS(1100), [anon_sym_extern] = ACTIONS(1100), [anon_sym___attribute__] = ACTIONS(1100), [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), [anon_sym___declspec] = ACTIONS(1100), [anon_sym___cdecl] = ACTIONS(1100), [anon_sym___clrcall] = ACTIONS(1100), [anon_sym___stdcall] = ACTIONS(1100), [anon_sym___fastcall] = ACTIONS(1100), [anon_sym___thiscall] = ACTIONS(1100), [anon_sym___vectorcall] = ACTIONS(1100), [anon_sym_LBRACE] = ACTIONS(1102), [anon_sym_static] = ACTIONS(1100), [anon_sym_auto] = ACTIONS(1100), [anon_sym_register] = ACTIONS(1100), [anon_sym_inline] = ACTIONS(1100), [anon_sym_const] = ACTIONS(1100), [anon_sym_volatile] = ACTIONS(1100), [anon_sym_restrict] = ACTIONS(1100), [anon_sym__Atomic] = ACTIONS(1100), [anon_sym_signed] = ACTIONS(1100), [anon_sym_unsigned] = ACTIONS(1100), [anon_sym_long] = ACTIONS(1100), [anon_sym_short] = ACTIONS(1100), [sym_primitive_type] = ACTIONS(1100), [anon_sym_enum] = ACTIONS(1100), [anon_sym_struct] = ACTIONS(1100), [anon_sym_union] = ACTIONS(1100), [anon_sym_if] = ACTIONS(1100), [anon_sym_switch] = ACTIONS(1100), [anon_sym_case] = ACTIONS(1100), [anon_sym_default] = ACTIONS(1100), [anon_sym_while] = ACTIONS(1100), [anon_sym_do] = ACTIONS(1100), [anon_sym_for] = ACTIONS(1100), [anon_sym_return] = ACTIONS(1100), [anon_sym_break] = ACTIONS(1100), [anon_sym_continue] = ACTIONS(1100), [anon_sym_goto] = ACTIONS(1100), [anon_sym_DASH_DASH] = ACTIONS(1102), [anon_sym_PLUS_PLUS] = ACTIONS(1102), [anon_sym_sizeof] = ACTIONS(1100), [sym_number_literal] = ACTIONS(1102), [anon_sym_L_SQUOTE] = ACTIONS(1102), [anon_sym_u_SQUOTE] = ACTIONS(1102), [anon_sym_U_SQUOTE] = ACTIONS(1102), [anon_sym_u8_SQUOTE] = ACTIONS(1102), [anon_sym_SQUOTE] = ACTIONS(1102), [anon_sym_L_DQUOTE] = ACTIONS(1102), [anon_sym_u_DQUOTE] = ACTIONS(1102), [anon_sym_U_DQUOTE] = ACTIONS(1102), [anon_sym_u8_DQUOTE] = ACTIONS(1102), [anon_sym_DQUOTE] = ACTIONS(1102), [sym_true] = ACTIONS(1100), [sym_false] = ACTIONS(1100), [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, [273] = { [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), [aux_sym_preproc_if_token1] = ACTIONS(1060), [aux_sym_preproc_if_token2] = ACTIONS(1060), [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), [sym_preproc_directive] = ACTIONS(1060), [anon_sym_LPAREN2] = ACTIONS(1062), [anon_sym_BANG] = ACTIONS(1062), [anon_sym_TILDE] = ACTIONS(1062), [anon_sym_DASH] = ACTIONS(1060), [anon_sym_PLUS] = ACTIONS(1060), [anon_sym_STAR] = ACTIONS(1062), [anon_sym_AMP] = ACTIONS(1062), [anon_sym_SEMI] = ACTIONS(1062), [anon_sym_typedef] = ACTIONS(1060), [anon_sym_extern] = ACTIONS(1060), [anon_sym___attribute__] = ACTIONS(1060), [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), [anon_sym___declspec] = ACTIONS(1060), [anon_sym___cdecl] = ACTIONS(1060), [anon_sym___clrcall] = ACTIONS(1060), [anon_sym___stdcall] = ACTIONS(1060), [anon_sym___fastcall] = ACTIONS(1060), [anon_sym___thiscall] = ACTIONS(1060), [anon_sym___vectorcall] = ACTIONS(1060), [anon_sym_LBRACE] = ACTIONS(1062), [anon_sym_static] = ACTIONS(1060), [anon_sym_auto] = ACTIONS(1060), [anon_sym_register] = ACTIONS(1060), [anon_sym_inline] = ACTIONS(1060), [anon_sym_const] = ACTIONS(1060), [anon_sym_volatile] = ACTIONS(1060), [anon_sym_restrict] = ACTIONS(1060), [anon_sym__Atomic] = ACTIONS(1060), [anon_sym_signed] = ACTIONS(1060), [anon_sym_unsigned] = ACTIONS(1060), [anon_sym_long] = ACTIONS(1060), [anon_sym_short] = ACTIONS(1060), [sym_primitive_type] = ACTIONS(1060), [anon_sym_enum] = ACTIONS(1060), [anon_sym_struct] = ACTIONS(1060), [anon_sym_union] = ACTIONS(1060), [anon_sym_if] = ACTIONS(1060), [anon_sym_switch] = ACTIONS(1060), [anon_sym_case] = ACTIONS(1060), [anon_sym_default] = ACTIONS(1060), [anon_sym_while] = ACTIONS(1060), [anon_sym_do] = ACTIONS(1060), [anon_sym_for] = ACTIONS(1060), [anon_sym_return] = ACTIONS(1060), [anon_sym_break] = ACTIONS(1060), [anon_sym_continue] = ACTIONS(1060), [anon_sym_goto] = ACTIONS(1060), [anon_sym_DASH_DASH] = ACTIONS(1062), [anon_sym_PLUS_PLUS] = ACTIONS(1062), [anon_sym_sizeof] = ACTIONS(1060), [sym_number_literal] = ACTIONS(1062), [anon_sym_L_SQUOTE] = ACTIONS(1062), [anon_sym_u_SQUOTE] = ACTIONS(1062), [anon_sym_U_SQUOTE] = ACTIONS(1062), [anon_sym_u8_SQUOTE] = ACTIONS(1062), [anon_sym_SQUOTE] = ACTIONS(1062), [anon_sym_L_DQUOTE] = ACTIONS(1062), [anon_sym_u_DQUOTE] = ACTIONS(1062), [anon_sym_U_DQUOTE] = ACTIONS(1062), [anon_sym_u8_DQUOTE] = ACTIONS(1062), [anon_sym_DQUOTE] = ACTIONS(1062), [sym_true] = ACTIONS(1060), [sym_false] = ACTIONS(1060), [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, [274] = { [sym_identifier] = ACTIONS(1032), [aux_sym_preproc_include_token1] = ACTIONS(1032), [aux_sym_preproc_def_token1] = ACTIONS(1032), [aux_sym_preproc_if_token1] = ACTIONS(1032), [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), [sym_preproc_directive] = ACTIONS(1032), [anon_sym_LPAREN2] = ACTIONS(1034), [anon_sym_BANG] = ACTIONS(1034), [anon_sym_TILDE] = ACTIONS(1034), [anon_sym_DASH] = ACTIONS(1032), [anon_sym_PLUS] = ACTIONS(1032), [anon_sym_STAR] = ACTIONS(1034), [anon_sym_AMP] = ACTIONS(1034), [anon_sym_SEMI] = ACTIONS(1034), [anon_sym_typedef] = ACTIONS(1032), [anon_sym_extern] = ACTIONS(1032), [anon_sym___attribute__] = ACTIONS(1032), [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), [anon_sym___declspec] = ACTIONS(1032), [anon_sym___cdecl] = ACTIONS(1032), [anon_sym___clrcall] = ACTIONS(1032), [anon_sym___stdcall] = ACTIONS(1032), [anon_sym___fastcall] = ACTIONS(1032), [anon_sym___thiscall] = ACTIONS(1032), [anon_sym___vectorcall] = ACTIONS(1032), [anon_sym_LBRACE] = ACTIONS(1034), [anon_sym_RBRACE] = ACTIONS(1034), [anon_sym_static] = ACTIONS(1032), [anon_sym_auto] = ACTIONS(1032), [anon_sym_register] = ACTIONS(1032), [anon_sym_inline] = ACTIONS(1032), [anon_sym_const] = ACTIONS(1032), [anon_sym_volatile] = ACTIONS(1032), [anon_sym_restrict] = ACTIONS(1032), [anon_sym__Atomic] = ACTIONS(1032), [anon_sym_signed] = ACTIONS(1032), [anon_sym_unsigned] = ACTIONS(1032), [anon_sym_long] = ACTIONS(1032), [anon_sym_short] = ACTIONS(1032), [sym_primitive_type] = ACTIONS(1032), [anon_sym_enum] = ACTIONS(1032), [anon_sym_struct] = ACTIONS(1032), [anon_sym_union] = ACTIONS(1032), [anon_sym_if] = ACTIONS(1032), [anon_sym_switch] = ACTIONS(1032), [anon_sym_case] = ACTIONS(1032), [anon_sym_default] = ACTIONS(1032), [anon_sym_while] = ACTIONS(1032), [anon_sym_do] = ACTIONS(1032), [anon_sym_for] = ACTIONS(1032), [anon_sym_return] = ACTIONS(1032), [anon_sym_break] = ACTIONS(1032), [anon_sym_continue] = ACTIONS(1032), [anon_sym_goto] = ACTIONS(1032), [anon_sym_DASH_DASH] = ACTIONS(1034), [anon_sym_PLUS_PLUS] = ACTIONS(1034), [anon_sym_sizeof] = ACTIONS(1032), [sym_number_literal] = ACTIONS(1034), [anon_sym_L_SQUOTE] = ACTIONS(1034), [anon_sym_u_SQUOTE] = ACTIONS(1034), [anon_sym_U_SQUOTE] = ACTIONS(1034), [anon_sym_u8_SQUOTE] = ACTIONS(1034), [anon_sym_SQUOTE] = ACTIONS(1034), [anon_sym_L_DQUOTE] = ACTIONS(1034), [anon_sym_u_DQUOTE] = ACTIONS(1034), [anon_sym_U_DQUOTE] = ACTIONS(1034), [anon_sym_u8_DQUOTE] = ACTIONS(1034), [anon_sym_DQUOTE] = ACTIONS(1034), [sym_true] = ACTIONS(1032), [sym_false] = ACTIONS(1032), [sym_null] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, [275] = { [sym_identifier] = ACTIONS(1100), [aux_sym_preproc_include_token1] = ACTIONS(1100), [aux_sym_preproc_def_token1] = ACTIONS(1100), [aux_sym_preproc_if_token1] = ACTIONS(1100), [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), [sym_preproc_directive] = ACTIONS(1100), [anon_sym_LPAREN2] = ACTIONS(1102), [anon_sym_BANG] = ACTIONS(1102), [anon_sym_TILDE] = ACTIONS(1102), [anon_sym_DASH] = ACTIONS(1100), [anon_sym_PLUS] = ACTIONS(1100), [anon_sym_STAR] = ACTIONS(1102), [anon_sym_AMP] = ACTIONS(1102), [anon_sym_SEMI] = ACTIONS(1102), [anon_sym_typedef] = ACTIONS(1100), [anon_sym_extern] = ACTIONS(1100), [anon_sym___attribute__] = ACTIONS(1100), [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), [anon_sym___declspec] = ACTIONS(1100), [anon_sym___cdecl] = ACTIONS(1100), [anon_sym___clrcall] = ACTIONS(1100), [anon_sym___stdcall] = ACTIONS(1100), [anon_sym___fastcall] = ACTIONS(1100), [anon_sym___thiscall] = ACTIONS(1100), [anon_sym___vectorcall] = ACTIONS(1100), [anon_sym_LBRACE] = ACTIONS(1102), [anon_sym_RBRACE] = ACTIONS(1102), [anon_sym_static] = ACTIONS(1100), [anon_sym_auto] = ACTIONS(1100), [anon_sym_register] = ACTIONS(1100), [anon_sym_inline] = ACTIONS(1100), [anon_sym_const] = ACTIONS(1100), [anon_sym_volatile] = ACTIONS(1100), [anon_sym_restrict] = ACTIONS(1100), [anon_sym__Atomic] = ACTIONS(1100), [anon_sym_signed] = ACTIONS(1100), [anon_sym_unsigned] = ACTIONS(1100), [anon_sym_long] = ACTIONS(1100), [anon_sym_short] = ACTIONS(1100), [sym_primitive_type] = ACTIONS(1100), [anon_sym_enum] = ACTIONS(1100), [anon_sym_struct] = ACTIONS(1100), [anon_sym_union] = ACTIONS(1100), [anon_sym_if] = ACTIONS(1100), [anon_sym_switch] = ACTIONS(1100), [anon_sym_case] = ACTIONS(1100), [anon_sym_default] = ACTIONS(1100), [anon_sym_while] = ACTIONS(1100), [anon_sym_do] = ACTIONS(1100), [anon_sym_for] = ACTIONS(1100), [anon_sym_return] = ACTIONS(1100), [anon_sym_break] = ACTIONS(1100), [anon_sym_continue] = ACTIONS(1100), [anon_sym_goto] = ACTIONS(1100), [anon_sym_DASH_DASH] = ACTIONS(1102), [anon_sym_PLUS_PLUS] = ACTIONS(1102), [anon_sym_sizeof] = ACTIONS(1100), [sym_number_literal] = ACTIONS(1102), [anon_sym_L_SQUOTE] = ACTIONS(1102), [anon_sym_u_SQUOTE] = ACTIONS(1102), [anon_sym_U_SQUOTE] = ACTIONS(1102), [anon_sym_u8_SQUOTE] = ACTIONS(1102), [anon_sym_SQUOTE] = ACTIONS(1102), [anon_sym_L_DQUOTE] = ACTIONS(1102), [anon_sym_u_DQUOTE] = ACTIONS(1102), [anon_sym_U_DQUOTE] = ACTIONS(1102), [anon_sym_u8_DQUOTE] = ACTIONS(1102), [anon_sym_DQUOTE] = ACTIONS(1102), [sym_true] = ACTIONS(1100), [sym_false] = ACTIONS(1100), [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, [276] = { [sym_identifier] = ACTIONS(1104), [aux_sym_preproc_include_token1] = ACTIONS(1104), [aux_sym_preproc_def_token1] = ACTIONS(1104), [aux_sym_preproc_if_token1] = ACTIONS(1104), [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), [sym_preproc_directive] = ACTIONS(1104), [anon_sym_LPAREN2] = ACTIONS(1106), [anon_sym_BANG] = ACTIONS(1106), [anon_sym_TILDE] = ACTIONS(1106), [anon_sym_DASH] = ACTIONS(1104), [anon_sym_PLUS] = ACTIONS(1104), [anon_sym_STAR] = ACTIONS(1106), [anon_sym_AMP] = ACTIONS(1106), [anon_sym_SEMI] = ACTIONS(1106), [anon_sym_typedef] = ACTIONS(1104), [anon_sym_extern] = ACTIONS(1104), [anon_sym___attribute__] = ACTIONS(1104), [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), [anon_sym___declspec] = ACTIONS(1104), [anon_sym___cdecl] = ACTIONS(1104), [anon_sym___clrcall] = ACTIONS(1104), [anon_sym___stdcall] = ACTIONS(1104), [anon_sym___fastcall] = ACTIONS(1104), [anon_sym___thiscall] = ACTIONS(1104), [anon_sym___vectorcall] = ACTIONS(1104), [anon_sym_LBRACE] = ACTIONS(1106), [anon_sym_RBRACE] = ACTIONS(1106), [anon_sym_static] = ACTIONS(1104), [anon_sym_auto] = ACTIONS(1104), [anon_sym_register] = ACTIONS(1104), [anon_sym_inline] = ACTIONS(1104), [anon_sym_const] = ACTIONS(1104), [anon_sym_volatile] = ACTIONS(1104), [anon_sym_restrict] = ACTIONS(1104), [anon_sym__Atomic] = ACTIONS(1104), [anon_sym_signed] = ACTIONS(1104), [anon_sym_unsigned] = ACTIONS(1104), [anon_sym_long] = ACTIONS(1104), [anon_sym_short] = ACTIONS(1104), [sym_primitive_type] = ACTIONS(1104), [anon_sym_enum] = ACTIONS(1104), [anon_sym_struct] = ACTIONS(1104), [anon_sym_union] = ACTIONS(1104), [anon_sym_if] = ACTIONS(1104), [anon_sym_switch] = ACTIONS(1104), [anon_sym_case] = ACTIONS(1104), [anon_sym_default] = ACTIONS(1104), [anon_sym_while] = ACTIONS(1104), [anon_sym_do] = ACTIONS(1104), [anon_sym_for] = ACTIONS(1104), [anon_sym_return] = ACTIONS(1104), [anon_sym_break] = ACTIONS(1104), [anon_sym_continue] = ACTIONS(1104), [anon_sym_goto] = ACTIONS(1104), [anon_sym_DASH_DASH] = ACTIONS(1106), [anon_sym_PLUS_PLUS] = ACTIONS(1106), [anon_sym_sizeof] = ACTIONS(1104), [sym_number_literal] = ACTIONS(1106), [anon_sym_L_SQUOTE] = ACTIONS(1106), [anon_sym_u_SQUOTE] = ACTIONS(1106), [anon_sym_U_SQUOTE] = ACTIONS(1106), [anon_sym_u8_SQUOTE] = ACTIONS(1106), [anon_sym_SQUOTE] = ACTIONS(1106), [anon_sym_L_DQUOTE] = ACTIONS(1106), [anon_sym_u_DQUOTE] = ACTIONS(1106), [anon_sym_U_DQUOTE] = ACTIONS(1106), [anon_sym_u8_DQUOTE] = ACTIONS(1106), [anon_sym_DQUOTE] = ACTIONS(1106), [sym_true] = ACTIONS(1104), [sym_false] = ACTIONS(1104), [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, [277] = { [sym_identifier] = ACTIONS(1052), [aux_sym_preproc_include_token1] = ACTIONS(1052), [aux_sym_preproc_def_token1] = ACTIONS(1052), [aux_sym_preproc_if_token1] = ACTIONS(1052), [aux_sym_preproc_if_token2] = ACTIONS(1052), [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), [sym_preproc_directive] = ACTIONS(1052), [anon_sym_LPAREN2] = ACTIONS(1054), [anon_sym_BANG] = ACTIONS(1054), [anon_sym_TILDE] = ACTIONS(1054), [anon_sym_DASH] = ACTIONS(1052), [anon_sym_PLUS] = ACTIONS(1052), [anon_sym_STAR] = ACTIONS(1054), [anon_sym_AMP] = ACTIONS(1054), [anon_sym_SEMI] = ACTIONS(1054), [anon_sym_typedef] = ACTIONS(1052), [anon_sym_extern] = ACTIONS(1052), [anon_sym___attribute__] = ACTIONS(1052), [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), [anon_sym___declspec] = ACTIONS(1052), [anon_sym___cdecl] = ACTIONS(1052), [anon_sym___clrcall] = ACTIONS(1052), [anon_sym___stdcall] = ACTIONS(1052), [anon_sym___fastcall] = ACTIONS(1052), [anon_sym___thiscall] = ACTIONS(1052), [anon_sym___vectorcall] = ACTIONS(1052), [anon_sym_LBRACE] = ACTIONS(1054), [anon_sym_static] = ACTIONS(1052), [anon_sym_auto] = ACTIONS(1052), [anon_sym_register] = ACTIONS(1052), [anon_sym_inline] = ACTIONS(1052), [anon_sym_const] = ACTIONS(1052), [anon_sym_volatile] = ACTIONS(1052), [anon_sym_restrict] = ACTIONS(1052), [anon_sym__Atomic] = ACTIONS(1052), [anon_sym_signed] = ACTIONS(1052), [anon_sym_unsigned] = ACTIONS(1052), [anon_sym_long] = ACTIONS(1052), [anon_sym_short] = ACTIONS(1052), [sym_primitive_type] = ACTIONS(1052), [anon_sym_enum] = ACTIONS(1052), [anon_sym_struct] = ACTIONS(1052), [anon_sym_union] = ACTIONS(1052), [anon_sym_if] = ACTIONS(1052), [anon_sym_switch] = ACTIONS(1052), [anon_sym_case] = ACTIONS(1052), [anon_sym_default] = ACTIONS(1052), [anon_sym_while] = ACTIONS(1052), [anon_sym_do] = ACTIONS(1052), [anon_sym_for] = ACTIONS(1052), [anon_sym_return] = ACTIONS(1052), [anon_sym_break] = ACTIONS(1052), [anon_sym_continue] = ACTIONS(1052), [anon_sym_goto] = ACTIONS(1052), [anon_sym_DASH_DASH] = ACTIONS(1054), [anon_sym_PLUS_PLUS] = ACTIONS(1054), [anon_sym_sizeof] = ACTIONS(1052), [sym_number_literal] = ACTIONS(1054), [anon_sym_L_SQUOTE] = ACTIONS(1054), [anon_sym_u_SQUOTE] = ACTIONS(1054), [anon_sym_U_SQUOTE] = ACTIONS(1054), [anon_sym_u8_SQUOTE] = ACTIONS(1054), [anon_sym_SQUOTE] = ACTIONS(1054), [anon_sym_L_DQUOTE] = ACTIONS(1054), [anon_sym_u_DQUOTE] = ACTIONS(1054), [anon_sym_U_DQUOTE] = ACTIONS(1054), [anon_sym_u8_DQUOTE] = ACTIONS(1054), [anon_sym_DQUOTE] = ACTIONS(1054), [sym_true] = ACTIONS(1052), [sym_false] = ACTIONS(1052), [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, [278] = { [ts_builtin_sym_end] = ACTIONS(1070), [sym_identifier] = ACTIONS(1068), [aux_sym_preproc_include_token1] = ACTIONS(1068), [aux_sym_preproc_def_token1] = ACTIONS(1068), [aux_sym_preproc_if_token1] = ACTIONS(1068), [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), [sym_preproc_directive] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(1070), [anon_sym_BANG] = ACTIONS(1070), [anon_sym_TILDE] = ACTIONS(1070), [anon_sym_DASH] = ACTIONS(1068), [anon_sym_PLUS] = ACTIONS(1068), [anon_sym_STAR] = ACTIONS(1070), [anon_sym_AMP] = ACTIONS(1070), [anon_sym_SEMI] = ACTIONS(1070), [anon_sym_typedef] = ACTIONS(1068), [anon_sym_extern] = ACTIONS(1068), [anon_sym___attribute__] = ACTIONS(1068), [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), [anon_sym___declspec] = ACTIONS(1068), [anon_sym___cdecl] = ACTIONS(1068), [anon_sym___clrcall] = ACTIONS(1068), [anon_sym___stdcall] = ACTIONS(1068), [anon_sym___fastcall] = ACTIONS(1068), [anon_sym___thiscall] = ACTIONS(1068), [anon_sym___vectorcall] = ACTIONS(1068), [anon_sym_LBRACE] = ACTIONS(1070), [anon_sym_static] = ACTIONS(1068), [anon_sym_auto] = ACTIONS(1068), [anon_sym_register] = ACTIONS(1068), [anon_sym_inline] = ACTIONS(1068), [anon_sym_const] = ACTIONS(1068), [anon_sym_volatile] = ACTIONS(1068), [anon_sym_restrict] = ACTIONS(1068), [anon_sym__Atomic] = ACTIONS(1068), [anon_sym_signed] = ACTIONS(1068), [anon_sym_unsigned] = ACTIONS(1068), [anon_sym_long] = ACTIONS(1068), [anon_sym_short] = ACTIONS(1068), [sym_primitive_type] = ACTIONS(1068), [anon_sym_enum] = ACTIONS(1068), [anon_sym_struct] = ACTIONS(1068), [anon_sym_union] = ACTIONS(1068), [anon_sym_if] = ACTIONS(1068), [anon_sym_switch] = ACTIONS(1068), [anon_sym_case] = ACTIONS(1068), [anon_sym_default] = ACTIONS(1068), [anon_sym_while] = ACTIONS(1068), [anon_sym_do] = ACTIONS(1068), [anon_sym_for] = ACTIONS(1068), [anon_sym_return] = ACTIONS(1068), [anon_sym_break] = ACTIONS(1068), [anon_sym_continue] = ACTIONS(1068), [anon_sym_goto] = ACTIONS(1068), [anon_sym_DASH_DASH] = ACTIONS(1070), [anon_sym_PLUS_PLUS] = ACTIONS(1070), [anon_sym_sizeof] = ACTIONS(1068), [sym_number_literal] = ACTIONS(1070), [anon_sym_L_SQUOTE] = ACTIONS(1070), [anon_sym_u_SQUOTE] = ACTIONS(1070), [anon_sym_U_SQUOTE] = ACTIONS(1070), [anon_sym_u8_SQUOTE] = ACTIONS(1070), [anon_sym_SQUOTE] = ACTIONS(1070), [anon_sym_L_DQUOTE] = ACTIONS(1070), [anon_sym_u_DQUOTE] = ACTIONS(1070), [anon_sym_U_DQUOTE] = ACTIONS(1070), [anon_sym_u8_DQUOTE] = ACTIONS(1070), [anon_sym_DQUOTE] = ACTIONS(1070), [sym_true] = ACTIONS(1068), [sym_false] = ACTIONS(1068), [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, [279] = { [ts_builtin_sym_end] = ACTIONS(1078), [sym_identifier] = ACTIONS(1076), [aux_sym_preproc_include_token1] = ACTIONS(1076), [aux_sym_preproc_def_token1] = ACTIONS(1076), [aux_sym_preproc_if_token1] = ACTIONS(1076), [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), [sym_preproc_directive] = ACTIONS(1076), [anon_sym_LPAREN2] = ACTIONS(1078), [anon_sym_BANG] = ACTIONS(1078), [anon_sym_TILDE] = ACTIONS(1078), [anon_sym_DASH] = ACTIONS(1076), [anon_sym_PLUS] = ACTIONS(1076), [anon_sym_STAR] = ACTIONS(1078), [anon_sym_AMP] = ACTIONS(1078), [anon_sym_SEMI] = ACTIONS(1078), [anon_sym_typedef] = ACTIONS(1076), [anon_sym_extern] = ACTIONS(1076), [anon_sym___attribute__] = ACTIONS(1076), [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), [anon_sym___declspec] = ACTIONS(1076), [anon_sym___cdecl] = ACTIONS(1076), [anon_sym___clrcall] = ACTIONS(1076), [anon_sym___stdcall] = ACTIONS(1076), [anon_sym___fastcall] = ACTIONS(1076), [anon_sym___thiscall] = ACTIONS(1076), [anon_sym___vectorcall] = ACTIONS(1076), [anon_sym_LBRACE] = ACTIONS(1078), [anon_sym_static] = ACTIONS(1076), [anon_sym_auto] = ACTIONS(1076), [anon_sym_register] = ACTIONS(1076), [anon_sym_inline] = ACTIONS(1076), [anon_sym_const] = ACTIONS(1076), [anon_sym_volatile] = ACTIONS(1076), [anon_sym_restrict] = ACTIONS(1076), [anon_sym__Atomic] = ACTIONS(1076), [anon_sym_signed] = ACTIONS(1076), [anon_sym_unsigned] = ACTIONS(1076), [anon_sym_long] = ACTIONS(1076), [anon_sym_short] = ACTIONS(1076), [sym_primitive_type] = ACTIONS(1076), [anon_sym_enum] = ACTIONS(1076), [anon_sym_struct] = ACTIONS(1076), [anon_sym_union] = ACTIONS(1076), [anon_sym_if] = ACTIONS(1076), [anon_sym_switch] = ACTIONS(1076), [anon_sym_case] = ACTIONS(1076), [anon_sym_default] = ACTIONS(1076), [anon_sym_while] = ACTIONS(1076), [anon_sym_do] = ACTIONS(1076), [anon_sym_for] = ACTIONS(1076), [anon_sym_return] = ACTIONS(1076), [anon_sym_break] = ACTIONS(1076), [anon_sym_continue] = ACTIONS(1076), [anon_sym_goto] = ACTIONS(1076), [anon_sym_DASH_DASH] = ACTIONS(1078), [anon_sym_PLUS_PLUS] = ACTIONS(1078), [anon_sym_sizeof] = ACTIONS(1076), [sym_number_literal] = ACTIONS(1078), [anon_sym_L_SQUOTE] = ACTIONS(1078), [anon_sym_u_SQUOTE] = ACTIONS(1078), [anon_sym_U_SQUOTE] = ACTIONS(1078), [anon_sym_u8_SQUOTE] = ACTIONS(1078), [anon_sym_SQUOTE] = ACTIONS(1078), [anon_sym_L_DQUOTE] = ACTIONS(1078), [anon_sym_u_DQUOTE] = ACTIONS(1078), [anon_sym_U_DQUOTE] = ACTIONS(1078), [anon_sym_u8_DQUOTE] = ACTIONS(1078), [anon_sym_DQUOTE] = ACTIONS(1078), [sym_true] = ACTIONS(1076), [sym_false] = ACTIONS(1076), [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, [280] = { [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), [aux_sym_preproc_if_token1] = ACTIONS(1048), [aux_sym_preproc_if_token2] = ACTIONS(1048), [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), [sym_preproc_directive] = ACTIONS(1048), [anon_sym_LPAREN2] = ACTIONS(1050), [anon_sym_BANG] = ACTIONS(1050), [anon_sym_TILDE] = ACTIONS(1050), [anon_sym_DASH] = ACTIONS(1048), [anon_sym_PLUS] = ACTIONS(1048), [anon_sym_STAR] = ACTIONS(1050), [anon_sym_AMP] = ACTIONS(1050), [anon_sym_SEMI] = ACTIONS(1050), [anon_sym_typedef] = ACTIONS(1048), [anon_sym_extern] = ACTIONS(1048), [anon_sym___attribute__] = ACTIONS(1048), [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), [anon_sym___declspec] = ACTIONS(1048), [anon_sym___cdecl] = ACTIONS(1048), [anon_sym___clrcall] = ACTIONS(1048), [anon_sym___stdcall] = ACTIONS(1048), [anon_sym___fastcall] = ACTIONS(1048), [anon_sym___thiscall] = ACTIONS(1048), [anon_sym___vectorcall] = ACTIONS(1048), [anon_sym_LBRACE] = ACTIONS(1050), [anon_sym_static] = ACTIONS(1048), [anon_sym_auto] = ACTIONS(1048), [anon_sym_register] = ACTIONS(1048), [anon_sym_inline] = ACTIONS(1048), [anon_sym_const] = ACTIONS(1048), [anon_sym_volatile] = ACTIONS(1048), [anon_sym_restrict] = ACTIONS(1048), [anon_sym__Atomic] = ACTIONS(1048), [anon_sym_signed] = ACTIONS(1048), [anon_sym_unsigned] = ACTIONS(1048), [anon_sym_long] = ACTIONS(1048), [anon_sym_short] = ACTIONS(1048), [sym_primitive_type] = ACTIONS(1048), [anon_sym_enum] = ACTIONS(1048), [anon_sym_struct] = ACTIONS(1048), [anon_sym_union] = ACTIONS(1048), [anon_sym_if] = ACTIONS(1048), [anon_sym_switch] = ACTIONS(1048), [anon_sym_case] = ACTIONS(1048), [anon_sym_default] = ACTIONS(1048), [anon_sym_while] = ACTIONS(1048), [anon_sym_do] = ACTIONS(1048), [anon_sym_for] = ACTIONS(1048), [anon_sym_return] = ACTIONS(1048), [anon_sym_break] = ACTIONS(1048), [anon_sym_continue] = ACTIONS(1048), [anon_sym_goto] = ACTIONS(1048), [anon_sym_DASH_DASH] = ACTIONS(1050), [anon_sym_PLUS_PLUS] = ACTIONS(1050), [anon_sym_sizeof] = ACTIONS(1048), [sym_number_literal] = ACTIONS(1050), [anon_sym_L_SQUOTE] = ACTIONS(1050), [anon_sym_u_SQUOTE] = ACTIONS(1050), [anon_sym_U_SQUOTE] = ACTIONS(1050), [anon_sym_u8_SQUOTE] = ACTIONS(1050), [anon_sym_SQUOTE] = ACTIONS(1050), [anon_sym_L_DQUOTE] = ACTIONS(1050), [anon_sym_u_DQUOTE] = ACTIONS(1050), [anon_sym_U_DQUOTE] = ACTIONS(1050), [anon_sym_u8_DQUOTE] = ACTIONS(1050), [anon_sym_DQUOTE] = ACTIONS(1050), [sym_true] = ACTIONS(1048), [sym_false] = ACTIONS(1048), [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, [281] = { [sym_identifier] = ACTIONS(1076), [aux_sym_preproc_include_token1] = ACTIONS(1076), [aux_sym_preproc_def_token1] = ACTIONS(1076), [aux_sym_preproc_if_token1] = ACTIONS(1076), [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), [sym_preproc_directive] = ACTIONS(1076), [anon_sym_LPAREN2] = ACTIONS(1078), [anon_sym_BANG] = ACTIONS(1078), [anon_sym_TILDE] = ACTIONS(1078), [anon_sym_DASH] = ACTIONS(1076), [anon_sym_PLUS] = ACTIONS(1076), [anon_sym_STAR] = ACTIONS(1078), [anon_sym_AMP] = ACTIONS(1078), [anon_sym_SEMI] = ACTIONS(1078), [anon_sym_typedef] = ACTIONS(1076), [anon_sym_extern] = ACTIONS(1076), [anon_sym___attribute__] = ACTIONS(1076), [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), [anon_sym___declspec] = ACTIONS(1076), [anon_sym___cdecl] = ACTIONS(1076), [anon_sym___clrcall] = ACTIONS(1076), [anon_sym___stdcall] = ACTIONS(1076), [anon_sym___fastcall] = ACTIONS(1076), [anon_sym___thiscall] = ACTIONS(1076), [anon_sym___vectorcall] = ACTIONS(1076), [anon_sym_LBRACE] = ACTIONS(1078), [anon_sym_RBRACE] = ACTIONS(1078), [anon_sym_static] = ACTIONS(1076), [anon_sym_auto] = ACTIONS(1076), [anon_sym_register] = ACTIONS(1076), [anon_sym_inline] = ACTIONS(1076), [anon_sym_const] = ACTIONS(1076), [anon_sym_volatile] = ACTIONS(1076), [anon_sym_restrict] = ACTIONS(1076), [anon_sym__Atomic] = ACTIONS(1076), [anon_sym_signed] = ACTIONS(1076), [anon_sym_unsigned] = ACTIONS(1076), [anon_sym_long] = ACTIONS(1076), [anon_sym_short] = ACTIONS(1076), [sym_primitive_type] = ACTIONS(1076), [anon_sym_enum] = ACTIONS(1076), [anon_sym_struct] = ACTIONS(1076), [anon_sym_union] = ACTIONS(1076), [anon_sym_if] = ACTIONS(1076), [anon_sym_switch] = ACTIONS(1076), [anon_sym_case] = ACTIONS(1076), [anon_sym_default] = ACTIONS(1076), [anon_sym_while] = ACTIONS(1076), [anon_sym_do] = ACTIONS(1076), [anon_sym_for] = ACTIONS(1076), [anon_sym_return] = ACTIONS(1076), [anon_sym_break] = ACTIONS(1076), [anon_sym_continue] = ACTIONS(1076), [anon_sym_goto] = ACTIONS(1076), [anon_sym_DASH_DASH] = ACTIONS(1078), [anon_sym_PLUS_PLUS] = ACTIONS(1078), [anon_sym_sizeof] = ACTIONS(1076), [sym_number_literal] = ACTIONS(1078), [anon_sym_L_SQUOTE] = ACTIONS(1078), [anon_sym_u_SQUOTE] = ACTIONS(1078), [anon_sym_U_SQUOTE] = ACTIONS(1078), [anon_sym_u8_SQUOTE] = ACTIONS(1078), [anon_sym_SQUOTE] = ACTIONS(1078), [anon_sym_L_DQUOTE] = ACTIONS(1078), [anon_sym_u_DQUOTE] = ACTIONS(1078), [anon_sym_U_DQUOTE] = ACTIONS(1078), [anon_sym_u8_DQUOTE] = ACTIONS(1078), [anon_sym_DQUOTE] = ACTIONS(1078), [sym_true] = ACTIONS(1076), [sym_false] = ACTIONS(1076), [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, [282] = { [sym_identifier] = ACTIONS(1040), [aux_sym_preproc_include_token1] = ACTIONS(1040), [aux_sym_preproc_def_token1] = ACTIONS(1040), [aux_sym_preproc_if_token1] = ACTIONS(1040), [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), [sym_preproc_directive] = ACTIONS(1040), [anon_sym_LPAREN2] = ACTIONS(1042), [anon_sym_BANG] = ACTIONS(1042), [anon_sym_TILDE] = ACTIONS(1042), [anon_sym_DASH] = ACTIONS(1040), [anon_sym_PLUS] = ACTIONS(1040), [anon_sym_STAR] = ACTIONS(1042), [anon_sym_AMP] = ACTIONS(1042), [anon_sym_SEMI] = ACTIONS(1042), [anon_sym_typedef] = ACTIONS(1040), [anon_sym_extern] = ACTIONS(1040), [anon_sym___attribute__] = ACTIONS(1040), [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), [anon_sym___declspec] = ACTIONS(1040), [anon_sym___cdecl] = ACTIONS(1040), [anon_sym___clrcall] = ACTIONS(1040), [anon_sym___stdcall] = ACTIONS(1040), [anon_sym___fastcall] = ACTIONS(1040), [anon_sym___thiscall] = ACTIONS(1040), [anon_sym___vectorcall] = ACTIONS(1040), [anon_sym_LBRACE] = ACTIONS(1042), [anon_sym_RBRACE] = ACTIONS(1042), [anon_sym_static] = ACTIONS(1040), [anon_sym_auto] = ACTIONS(1040), [anon_sym_register] = ACTIONS(1040), [anon_sym_inline] = ACTIONS(1040), [anon_sym_const] = ACTIONS(1040), [anon_sym_volatile] = ACTIONS(1040), [anon_sym_restrict] = ACTIONS(1040), [anon_sym__Atomic] = ACTIONS(1040), [anon_sym_signed] = ACTIONS(1040), [anon_sym_unsigned] = ACTIONS(1040), [anon_sym_long] = ACTIONS(1040), [anon_sym_short] = ACTIONS(1040), [sym_primitive_type] = ACTIONS(1040), [anon_sym_enum] = ACTIONS(1040), [anon_sym_struct] = ACTIONS(1040), [anon_sym_union] = ACTIONS(1040), [anon_sym_if] = ACTIONS(1040), [anon_sym_switch] = ACTIONS(1040), [anon_sym_case] = ACTIONS(1040), [anon_sym_default] = ACTIONS(1040), [anon_sym_while] = ACTIONS(1040), [anon_sym_do] = ACTIONS(1040), [anon_sym_for] = ACTIONS(1040), [anon_sym_return] = ACTIONS(1040), [anon_sym_break] = ACTIONS(1040), [anon_sym_continue] = ACTIONS(1040), [anon_sym_goto] = ACTIONS(1040), [anon_sym_DASH_DASH] = ACTIONS(1042), [anon_sym_PLUS_PLUS] = ACTIONS(1042), [anon_sym_sizeof] = ACTIONS(1040), [sym_number_literal] = ACTIONS(1042), [anon_sym_L_SQUOTE] = ACTIONS(1042), [anon_sym_u_SQUOTE] = ACTIONS(1042), [anon_sym_U_SQUOTE] = ACTIONS(1042), [anon_sym_u8_SQUOTE] = ACTIONS(1042), [anon_sym_SQUOTE] = ACTIONS(1042), [anon_sym_L_DQUOTE] = ACTIONS(1042), [anon_sym_u_DQUOTE] = ACTIONS(1042), [anon_sym_U_DQUOTE] = ACTIONS(1042), [anon_sym_u8_DQUOTE] = ACTIONS(1042), [anon_sym_DQUOTE] = ACTIONS(1042), [sym_true] = ACTIONS(1040), [sym_false] = ACTIONS(1040), [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, [283] = { [sym_identifier] = ACTIONS(1068), [aux_sym_preproc_include_token1] = ACTIONS(1068), [aux_sym_preproc_def_token1] = ACTIONS(1068), [aux_sym_preproc_if_token1] = ACTIONS(1068), [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), [sym_preproc_directive] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(1070), [anon_sym_BANG] = ACTIONS(1070), [anon_sym_TILDE] = ACTIONS(1070), [anon_sym_DASH] = ACTIONS(1068), [anon_sym_PLUS] = ACTIONS(1068), [anon_sym_STAR] = ACTIONS(1070), [anon_sym_AMP] = ACTIONS(1070), [anon_sym_SEMI] = ACTIONS(1070), [anon_sym_typedef] = ACTIONS(1068), [anon_sym_extern] = ACTIONS(1068), [anon_sym___attribute__] = ACTIONS(1068), [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), [anon_sym___declspec] = ACTIONS(1068), [anon_sym___cdecl] = ACTIONS(1068), [anon_sym___clrcall] = ACTIONS(1068), [anon_sym___stdcall] = ACTIONS(1068), [anon_sym___fastcall] = ACTIONS(1068), [anon_sym___thiscall] = ACTIONS(1068), [anon_sym___vectorcall] = ACTIONS(1068), [anon_sym_LBRACE] = ACTIONS(1070), [anon_sym_RBRACE] = ACTIONS(1070), [anon_sym_static] = ACTIONS(1068), [anon_sym_auto] = ACTIONS(1068), [anon_sym_register] = ACTIONS(1068), [anon_sym_inline] = ACTIONS(1068), [anon_sym_const] = ACTIONS(1068), [anon_sym_volatile] = ACTIONS(1068), [anon_sym_restrict] = ACTIONS(1068), [anon_sym__Atomic] = ACTIONS(1068), [anon_sym_signed] = ACTIONS(1068), [anon_sym_unsigned] = ACTIONS(1068), [anon_sym_long] = ACTIONS(1068), [anon_sym_short] = ACTIONS(1068), [sym_primitive_type] = ACTIONS(1068), [anon_sym_enum] = ACTIONS(1068), [anon_sym_struct] = ACTIONS(1068), [anon_sym_union] = ACTIONS(1068), [anon_sym_if] = ACTIONS(1068), [anon_sym_switch] = ACTIONS(1068), [anon_sym_case] = ACTIONS(1068), [anon_sym_default] = ACTIONS(1068), [anon_sym_while] = ACTIONS(1068), [anon_sym_do] = ACTIONS(1068), [anon_sym_for] = ACTIONS(1068), [anon_sym_return] = ACTIONS(1068), [anon_sym_break] = ACTIONS(1068), [anon_sym_continue] = ACTIONS(1068), [anon_sym_goto] = ACTIONS(1068), [anon_sym_DASH_DASH] = ACTIONS(1070), [anon_sym_PLUS_PLUS] = ACTIONS(1070), [anon_sym_sizeof] = ACTIONS(1068), [sym_number_literal] = ACTIONS(1070), [anon_sym_L_SQUOTE] = ACTIONS(1070), [anon_sym_u_SQUOTE] = ACTIONS(1070), [anon_sym_U_SQUOTE] = ACTIONS(1070), [anon_sym_u8_SQUOTE] = ACTIONS(1070), [anon_sym_SQUOTE] = ACTIONS(1070), [anon_sym_L_DQUOTE] = ACTIONS(1070), [anon_sym_u_DQUOTE] = ACTIONS(1070), [anon_sym_U_DQUOTE] = ACTIONS(1070), [anon_sym_u8_DQUOTE] = ACTIONS(1070), [anon_sym_DQUOTE] = ACTIONS(1070), [sym_true] = ACTIONS(1068), [sym_false] = ACTIONS(1068), [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, [284] = { [sym_identifier] = ACTIONS(1056), [aux_sym_preproc_include_token1] = ACTIONS(1056), [aux_sym_preproc_def_token1] = ACTIONS(1056), [aux_sym_preproc_if_token1] = ACTIONS(1056), [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), [sym_preproc_directive] = ACTIONS(1056), [anon_sym_LPAREN2] = ACTIONS(1058), [anon_sym_BANG] = ACTIONS(1058), [anon_sym_TILDE] = ACTIONS(1058), [anon_sym_DASH] = ACTIONS(1056), [anon_sym_PLUS] = ACTIONS(1056), [anon_sym_STAR] = ACTIONS(1058), [anon_sym_AMP] = ACTIONS(1058), [anon_sym_SEMI] = ACTIONS(1058), [anon_sym_typedef] = ACTIONS(1056), [anon_sym_extern] = ACTIONS(1056), [anon_sym___attribute__] = ACTIONS(1056), [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), [anon_sym___declspec] = ACTIONS(1056), [anon_sym___cdecl] = ACTIONS(1056), [anon_sym___clrcall] = ACTIONS(1056), [anon_sym___stdcall] = ACTIONS(1056), [anon_sym___fastcall] = ACTIONS(1056), [anon_sym___thiscall] = ACTIONS(1056), [anon_sym___vectorcall] = ACTIONS(1056), [anon_sym_LBRACE] = ACTIONS(1058), [anon_sym_RBRACE] = ACTIONS(1058), [anon_sym_static] = ACTIONS(1056), [anon_sym_auto] = ACTIONS(1056), [anon_sym_register] = ACTIONS(1056), [anon_sym_inline] = ACTIONS(1056), [anon_sym_const] = ACTIONS(1056), [anon_sym_volatile] = ACTIONS(1056), [anon_sym_restrict] = ACTIONS(1056), [anon_sym__Atomic] = ACTIONS(1056), [anon_sym_signed] = ACTIONS(1056), [anon_sym_unsigned] = ACTIONS(1056), [anon_sym_long] = ACTIONS(1056), [anon_sym_short] = ACTIONS(1056), [sym_primitive_type] = ACTIONS(1056), [anon_sym_enum] = ACTIONS(1056), [anon_sym_struct] = ACTIONS(1056), [anon_sym_union] = ACTIONS(1056), [anon_sym_if] = ACTIONS(1056), [anon_sym_switch] = ACTIONS(1056), [anon_sym_case] = ACTIONS(1056), [anon_sym_default] = ACTIONS(1056), [anon_sym_while] = ACTIONS(1056), [anon_sym_do] = ACTIONS(1056), [anon_sym_for] = ACTIONS(1056), [anon_sym_return] = ACTIONS(1056), [anon_sym_break] = ACTIONS(1056), [anon_sym_continue] = ACTIONS(1056), [anon_sym_goto] = ACTIONS(1056), [anon_sym_DASH_DASH] = ACTIONS(1058), [anon_sym_PLUS_PLUS] = ACTIONS(1058), [anon_sym_sizeof] = ACTIONS(1056), [sym_number_literal] = ACTIONS(1058), [anon_sym_L_SQUOTE] = ACTIONS(1058), [anon_sym_u_SQUOTE] = ACTIONS(1058), [anon_sym_U_SQUOTE] = ACTIONS(1058), [anon_sym_u8_SQUOTE] = ACTIONS(1058), [anon_sym_SQUOTE] = ACTIONS(1058), [anon_sym_L_DQUOTE] = ACTIONS(1058), [anon_sym_u_DQUOTE] = ACTIONS(1058), [anon_sym_U_DQUOTE] = ACTIONS(1058), [anon_sym_u8_DQUOTE] = ACTIONS(1058), [anon_sym_DQUOTE] = ACTIONS(1058), [sym_true] = ACTIONS(1056), [sym_false] = ACTIONS(1056), [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, [285] = { [sym_identifier] = ACTIONS(1080), [aux_sym_preproc_include_token1] = ACTIONS(1080), [aux_sym_preproc_def_token1] = ACTIONS(1080), [aux_sym_preproc_if_token1] = ACTIONS(1080), [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), [sym_preproc_directive] = ACTIONS(1080), [anon_sym_LPAREN2] = ACTIONS(1082), [anon_sym_BANG] = ACTIONS(1082), [anon_sym_TILDE] = ACTIONS(1082), [anon_sym_DASH] = ACTIONS(1080), [anon_sym_PLUS] = ACTIONS(1080), [anon_sym_STAR] = ACTIONS(1082), [anon_sym_AMP] = ACTIONS(1082), [anon_sym_SEMI] = ACTIONS(1082), [anon_sym_typedef] = ACTIONS(1080), [anon_sym_extern] = ACTIONS(1080), [anon_sym___attribute__] = ACTIONS(1080), [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), [anon_sym___declspec] = ACTIONS(1080), [anon_sym___cdecl] = ACTIONS(1080), [anon_sym___clrcall] = ACTIONS(1080), [anon_sym___stdcall] = ACTIONS(1080), [anon_sym___fastcall] = ACTIONS(1080), [anon_sym___thiscall] = ACTIONS(1080), [anon_sym___vectorcall] = ACTIONS(1080), [anon_sym_LBRACE] = ACTIONS(1082), [anon_sym_RBRACE] = ACTIONS(1082), [anon_sym_static] = ACTIONS(1080), [anon_sym_auto] = ACTIONS(1080), [anon_sym_register] = ACTIONS(1080), [anon_sym_inline] = ACTIONS(1080), [anon_sym_const] = ACTIONS(1080), [anon_sym_volatile] = ACTIONS(1080), [anon_sym_restrict] = ACTIONS(1080), [anon_sym__Atomic] = ACTIONS(1080), [anon_sym_signed] = ACTIONS(1080), [anon_sym_unsigned] = ACTIONS(1080), [anon_sym_long] = ACTIONS(1080), [anon_sym_short] = ACTIONS(1080), [sym_primitive_type] = ACTIONS(1080), [anon_sym_enum] = ACTIONS(1080), [anon_sym_struct] = ACTIONS(1080), [anon_sym_union] = ACTIONS(1080), [anon_sym_if] = ACTIONS(1080), [anon_sym_switch] = ACTIONS(1080), [anon_sym_case] = ACTIONS(1080), [anon_sym_default] = ACTIONS(1080), [anon_sym_while] = ACTIONS(1080), [anon_sym_do] = ACTIONS(1080), [anon_sym_for] = ACTIONS(1080), [anon_sym_return] = ACTIONS(1080), [anon_sym_break] = ACTIONS(1080), [anon_sym_continue] = ACTIONS(1080), [anon_sym_goto] = ACTIONS(1080), [anon_sym_DASH_DASH] = ACTIONS(1082), [anon_sym_PLUS_PLUS] = ACTIONS(1082), [anon_sym_sizeof] = ACTIONS(1080), [sym_number_literal] = ACTIONS(1082), [anon_sym_L_SQUOTE] = ACTIONS(1082), [anon_sym_u_SQUOTE] = ACTIONS(1082), [anon_sym_U_SQUOTE] = ACTIONS(1082), [anon_sym_u8_SQUOTE] = ACTIONS(1082), [anon_sym_SQUOTE] = ACTIONS(1082), [anon_sym_L_DQUOTE] = ACTIONS(1082), [anon_sym_u_DQUOTE] = ACTIONS(1082), [anon_sym_U_DQUOTE] = ACTIONS(1082), [anon_sym_u8_DQUOTE] = ACTIONS(1082), [anon_sym_DQUOTE] = ACTIONS(1082), [sym_true] = ACTIONS(1080), [sym_false] = ACTIONS(1080), [sym_null] = ACTIONS(1080), [sym_comment] = ACTIONS(3), }, [286] = { [sym_identifier] = ACTIONS(1072), [aux_sym_preproc_include_token1] = ACTIONS(1072), [aux_sym_preproc_def_token1] = ACTIONS(1072), [aux_sym_preproc_if_token1] = ACTIONS(1072), [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), [sym_preproc_directive] = ACTIONS(1072), [anon_sym_LPAREN2] = ACTIONS(1074), [anon_sym_BANG] = ACTIONS(1074), [anon_sym_TILDE] = ACTIONS(1074), [anon_sym_DASH] = ACTIONS(1072), [anon_sym_PLUS] = ACTIONS(1072), [anon_sym_STAR] = ACTIONS(1074), [anon_sym_AMP] = ACTIONS(1074), [anon_sym_SEMI] = ACTIONS(1074), [anon_sym_typedef] = ACTIONS(1072), [anon_sym_extern] = ACTIONS(1072), [anon_sym___attribute__] = ACTIONS(1072), [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), [anon_sym___declspec] = ACTIONS(1072), [anon_sym___cdecl] = ACTIONS(1072), [anon_sym___clrcall] = ACTIONS(1072), [anon_sym___stdcall] = ACTIONS(1072), [anon_sym___fastcall] = ACTIONS(1072), [anon_sym___thiscall] = ACTIONS(1072), [anon_sym___vectorcall] = ACTIONS(1072), [anon_sym_LBRACE] = ACTIONS(1074), [anon_sym_RBRACE] = ACTIONS(1074), [anon_sym_static] = ACTIONS(1072), [anon_sym_auto] = ACTIONS(1072), [anon_sym_register] = ACTIONS(1072), [anon_sym_inline] = ACTIONS(1072), [anon_sym_const] = ACTIONS(1072), [anon_sym_volatile] = ACTIONS(1072), [anon_sym_restrict] = ACTIONS(1072), [anon_sym__Atomic] = ACTIONS(1072), [anon_sym_signed] = ACTIONS(1072), [anon_sym_unsigned] = ACTIONS(1072), [anon_sym_long] = ACTIONS(1072), [anon_sym_short] = ACTIONS(1072), [sym_primitive_type] = ACTIONS(1072), [anon_sym_enum] = ACTIONS(1072), [anon_sym_struct] = ACTIONS(1072), [anon_sym_union] = ACTIONS(1072), [anon_sym_if] = ACTIONS(1072), [anon_sym_switch] = ACTIONS(1072), [anon_sym_case] = ACTIONS(1072), [anon_sym_default] = ACTIONS(1072), [anon_sym_while] = ACTIONS(1072), [anon_sym_do] = ACTIONS(1072), [anon_sym_for] = ACTIONS(1072), [anon_sym_return] = ACTIONS(1072), [anon_sym_break] = ACTIONS(1072), [anon_sym_continue] = ACTIONS(1072), [anon_sym_goto] = ACTIONS(1072), [anon_sym_DASH_DASH] = ACTIONS(1074), [anon_sym_PLUS_PLUS] = ACTIONS(1074), [anon_sym_sizeof] = ACTIONS(1072), [sym_number_literal] = ACTIONS(1074), [anon_sym_L_SQUOTE] = ACTIONS(1074), [anon_sym_u_SQUOTE] = ACTIONS(1074), [anon_sym_U_SQUOTE] = ACTIONS(1074), [anon_sym_u8_SQUOTE] = ACTIONS(1074), [anon_sym_SQUOTE] = ACTIONS(1074), [anon_sym_L_DQUOTE] = ACTIONS(1074), [anon_sym_u_DQUOTE] = ACTIONS(1074), [anon_sym_U_DQUOTE] = ACTIONS(1074), [anon_sym_u8_DQUOTE] = ACTIONS(1074), [anon_sym_DQUOTE] = ACTIONS(1074), [sym_true] = ACTIONS(1072), [sym_false] = ACTIONS(1072), [sym_null] = ACTIONS(1072), [sym_comment] = ACTIONS(3), }, [287] = { [ts_builtin_sym_end] = ACTIONS(1106), [sym_identifier] = ACTIONS(1104), [aux_sym_preproc_include_token1] = ACTIONS(1104), [aux_sym_preproc_def_token1] = ACTIONS(1104), [aux_sym_preproc_if_token1] = ACTIONS(1104), [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), [sym_preproc_directive] = ACTIONS(1104), [anon_sym_LPAREN2] = ACTIONS(1106), [anon_sym_BANG] = ACTIONS(1106), [anon_sym_TILDE] = ACTIONS(1106), [anon_sym_DASH] = ACTIONS(1104), [anon_sym_PLUS] = ACTIONS(1104), [anon_sym_STAR] = ACTIONS(1106), [anon_sym_AMP] = ACTIONS(1106), [anon_sym_SEMI] = ACTIONS(1106), [anon_sym_typedef] = ACTIONS(1104), [anon_sym_extern] = ACTIONS(1104), [anon_sym___attribute__] = ACTIONS(1104), [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), [anon_sym___declspec] = ACTIONS(1104), [anon_sym___cdecl] = ACTIONS(1104), [anon_sym___clrcall] = ACTIONS(1104), [anon_sym___stdcall] = ACTIONS(1104), [anon_sym___fastcall] = ACTIONS(1104), [anon_sym___thiscall] = ACTIONS(1104), [anon_sym___vectorcall] = ACTIONS(1104), [anon_sym_LBRACE] = ACTIONS(1106), [anon_sym_static] = ACTIONS(1104), [anon_sym_auto] = ACTIONS(1104), [anon_sym_register] = ACTIONS(1104), [anon_sym_inline] = ACTIONS(1104), [anon_sym_const] = ACTIONS(1104), [anon_sym_volatile] = ACTIONS(1104), [anon_sym_restrict] = ACTIONS(1104), [anon_sym__Atomic] = ACTIONS(1104), [anon_sym_signed] = ACTIONS(1104), [anon_sym_unsigned] = ACTIONS(1104), [anon_sym_long] = ACTIONS(1104), [anon_sym_short] = ACTIONS(1104), [sym_primitive_type] = ACTIONS(1104), [anon_sym_enum] = ACTIONS(1104), [anon_sym_struct] = ACTIONS(1104), [anon_sym_union] = ACTIONS(1104), [anon_sym_if] = ACTIONS(1104), [anon_sym_switch] = ACTIONS(1104), [anon_sym_case] = ACTIONS(1104), [anon_sym_default] = ACTIONS(1104), [anon_sym_while] = ACTIONS(1104), [anon_sym_do] = ACTIONS(1104), [anon_sym_for] = ACTIONS(1104), [anon_sym_return] = ACTIONS(1104), [anon_sym_break] = ACTIONS(1104), [anon_sym_continue] = ACTIONS(1104), [anon_sym_goto] = ACTIONS(1104), [anon_sym_DASH_DASH] = ACTIONS(1106), [anon_sym_PLUS_PLUS] = ACTIONS(1106), [anon_sym_sizeof] = ACTIONS(1104), [sym_number_literal] = ACTIONS(1106), [anon_sym_L_SQUOTE] = ACTIONS(1106), [anon_sym_u_SQUOTE] = ACTIONS(1106), [anon_sym_U_SQUOTE] = ACTIONS(1106), [anon_sym_u8_SQUOTE] = ACTIONS(1106), [anon_sym_SQUOTE] = ACTIONS(1106), [anon_sym_L_DQUOTE] = ACTIONS(1106), [anon_sym_u_DQUOTE] = ACTIONS(1106), [anon_sym_U_DQUOTE] = ACTIONS(1106), [anon_sym_u8_DQUOTE] = ACTIONS(1106), [anon_sym_DQUOTE] = ACTIONS(1106), [sym_true] = ACTIONS(1104), [sym_false] = ACTIONS(1104), [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, [288] = { [sym_identifier] = ACTIONS(1084), [aux_sym_preproc_include_token1] = ACTIONS(1084), [aux_sym_preproc_def_token1] = ACTIONS(1084), [aux_sym_preproc_if_token1] = ACTIONS(1084), [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), [sym_preproc_directive] = ACTIONS(1084), [anon_sym_LPAREN2] = ACTIONS(1086), [anon_sym_BANG] = ACTIONS(1086), [anon_sym_TILDE] = ACTIONS(1086), [anon_sym_DASH] = ACTIONS(1084), [anon_sym_PLUS] = ACTIONS(1084), [anon_sym_STAR] = ACTIONS(1086), [anon_sym_AMP] = ACTIONS(1086), [anon_sym_SEMI] = ACTIONS(1086), [anon_sym_typedef] = ACTIONS(1084), [anon_sym_extern] = ACTIONS(1084), [anon_sym___attribute__] = ACTIONS(1084), [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), [anon_sym___declspec] = ACTIONS(1084), [anon_sym___cdecl] = ACTIONS(1084), [anon_sym___clrcall] = ACTIONS(1084), [anon_sym___stdcall] = ACTIONS(1084), [anon_sym___fastcall] = ACTIONS(1084), [anon_sym___thiscall] = ACTIONS(1084), [anon_sym___vectorcall] = ACTIONS(1084), [anon_sym_LBRACE] = ACTIONS(1086), [anon_sym_RBRACE] = ACTIONS(1086), [anon_sym_static] = ACTIONS(1084), [anon_sym_auto] = ACTIONS(1084), [anon_sym_register] = ACTIONS(1084), [anon_sym_inline] = ACTIONS(1084), [anon_sym_const] = ACTIONS(1084), [anon_sym_volatile] = ACTIONS(1084), [anon_sym_restrict] = ACTIONS(1084), [anon_sym__Atomic] = ACTIONS(1084), [anon_sym_signed] = ACTIONS(1084), [anon_sym_unsigned] = ACTIONS(1084), [anon_sym_long] = ACTIONS(1084), [anon_sym_short] = ACTIONS(1084), [sym_primitive_type] = ACTIONS(1084), [anon_sym_enum] = ACTIONS(1084), [anon_sym_struct] = ACTIONS(1084), [anon_sym_union] = ACTIONS(1084), [anon_sym_if] = ACTIONS(1084), [anon_sym_switch] = ACTIONS(1084), [anon_sym_case] = ACTIONS(1084), [anon_sym_default] = ACTIONS(1084), [anon_sym_while] = ACTIONS(1084), [anon_sym_do] = ACTIONS(1084), [anon_sym_for] = ACTIONS(1084), [anon_sym_return] = ACTIONS(1084), [anon_sym_break] = ACTIONS(1084), [anon_sym_continue] = ACTIONS(1084), [anon_sym_goto] = ACTIONS(1084), [anon_sym_DASH_DASH] = ACTIONS(1086), [anon_sym_PLUS_PLUS] = ACTIONS(1086), [anon_sym_sizeof] = ACTIONS(1084), [sym_number_literal] = ACTIONS(1086), [anon_sym_L_SQUOTE] = ACTIONS(1086), [anon_sym_u_SQUOTE] = ACTIONS(1086), [anon_sym_U_SQUOTE] = ACTIONS(1086), [anon_sym_u8_SQUOTE] = ACTIONS(1086), [anon_sym_SQUOTE] = ACTIONS(1086), [anon_sym_L_DQUOTE] = ACTIONS(1086), [anon_sym_u_DQUOTE] = ACTIONS(1086), [anon_sym_U_DQUOTE] = ACTIONS(1086), [anon_sym_u8_DQUOTE] = ACTIONS(1086), [anon_sym_DQUOTE] = ACTIONS(1086), [sym_true] = ACTIONS(1084), [sym_false] = ACTIONS(1084), [sym_null] = ACTIONS(1084), [sym_comment] = ACTIONS(3), }, [289] = { [sym_identifier] = ACTIONS(1036), [aux_sym_preproc_include_token1] = ACTIONS(1036), [aux_sym_preproc_def_token1] = ACTIONS(1036), [aux_sym_preproc_if_token1] = ACTIONS(1036), [aux_sym_preproc_if_token2] = ACTIONS(1036), [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), [sym_preproc_directive] = ACTIONS(1036), [anon_sym_LPAREN2] = ACTIONS(1038), [anon_sym_BANG] = ACTIONS(1038), [anon_sym_TILDE] = ACTIONS(1038), [anon_sym_DASH] = ACTIONS(1036), [anon_sym_PLUS] = ACTIONS(1036), [anon_sym_STAR] = ACTIONS(1038), [anon_sym_AMP] = ACTIONS(1038), [anon_sym_SEMI] = ACTIONS(1038), [anon_sym_typedef] = ACTIONS(1036), [anon_sym_extern] = ACTIONS(1036), [anon_sym___attribute__] = ACTIONS(1036), [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), [anon_sym___declspec] = ACTIONS(1036), [anon_sym___cdecl] = ACTIONS(1036), [anon_sym___clrcall] = ACTIONS(1036), [anon_sym___stdcall] = ACTIONS(1036), [anon_sym___fastcall] = ACTIONS(1036), [anon_sym___thiscall] = ACTIONS(1036), [anon_sym___vectorcall] = ACTIONS(1036), [anon_sym_LBRACE] = ACTIONS(1038), [anon_sym_static] = ACTIONS(1036), [anon_sym_auto] = ACTIONS(1036), [anon_sym_register] = ACTIONS(1036), [anon_sym_inline] = ACTIONS(1036), [anon_sym_const] = ACTIONS(1036), [anon_sym_volatile] = ACTIONS(1036), [anon_sym_restrict] = ACTIONS(1036), [anon_sym__Atomic] = ACTIONS(1036), [anon_sym_signed] = ACTIONS(1036), [anon_sym_unsigned] = ACTIONS(1036), [anon_sym_long] = ACTIONS(1036), [anon_sym_short] = ACTIONS(1036), [sym_primitive_type] = ACTIONS(1036), [anon_sym_enum] = ACTIONS(1036), [anon_sym_struct] = ACTIONS(1036), [anon_sym_union] = ACTIONS(1036), [anon_sym_if] = ACTIONS(1036), [anon_sym_switch] = ACTIONS(1036), [anon_sym_case] = ACTIONS(1036), [anon_sym_default] = ACTIONS(1036), [anon_sym_while] = ACTIONS(1036), [anon_sym_do] = ACTIONS(1036), [anon_sym_for] = ACTIONS(1036), [anon_sym_return] = ACTIONS(1036), [anon_sym_break] = ACTIONS(1036), [anon_sym_continue] = ACTIONS(1036), [anon_sym_goto] = ACTIONS(1036), [anon_sym_DASH_DASH] = ACTIONS(1038), [anon_sym_PLUS_PLUS] = ACTIONS(1038), [anon_sym_sizeof] = ACTIONS(1036), [sym_number_literal] = ACTIONS(1038), [anon_sym_L_SQUOTE] = ACTIONS(1038), [anon_sym_u_SQUOTE] = ACTIONS(1038), [anon_sym_U_SQUOTE] = ACTIONS(1038), [anon_sym_u8_SQUOTE] = ACTIONS(1038), [anon_sym_SQUOTE] = ACTIONS(1038), [anon_sym_L_DQUOTE] = ACTIONS(1038), [anon_sym_u_DQUOTE] = ACTIONS(1038), [anon_sym_U_DQUOTE] = ACTIONS(1038), [anon_sym_u8_DQUOTE] = ACTIONS(1038), [anon_sym_DQUOTE] = ACTIONS(1038), [sym_true] = ACTIONS(1036), [sym_false] = ACTIONS(1036), [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, [290] = { [sym_identifier] = ACTIONS(1064), [aux_sym_preproc_include_token1] = ACTIONS(1064), [aux_sym_preproc_def_token1] = ACTIONS(1064), [aux_sym_preproc_if_token1] = ACTIONS(1064), [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), [sym_preproc_directive] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(1066), [anon_sym_BANG] = ACTIONS(1066), [anon_sym_TILDE] = ACTIONS(1066), [anon_sym_DASH] = ACTIONS(1064), [anon_sym_PLUS] = ACTIONS(1064), [anon_sym_STAR] = ACTIONS(1066), [anon_sym_AMP] = ACTIONS(1066), [anon_sym_SEMI] = ACTIONS(1066), [anon_sym_typedef] = ACTIONS(1064), [anon_sym_extern] = ACTIONS(1064), [anon_sym___attribute__] = ACTIONS(1064), [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym___declspec] = ACTIONS(1064), [anon_sym___cdecl] = ACTIONS(1064), [anon_sym___clrcall] = ACTIONS(1064), [anon_sym___stdcall] = ACTIONS(1064), [anon_sym___fastcall] = ACTIONS(1064), [anon_sym___thiscall] = ACTIONS(1064), [anon_sym___vectorcall] = ACTIONS(1064), [anon_sym_LBRACE] = ACTIONS(1066), [anon_sym_RBRACE] = ACTIONS(1066), [anon_sym_static] = ACTIONS(1064), [anon_sym_auto] = ACTIONS(1064), [anon_sym_register] = ACTIONS(1064), [anon_sym_inline] = ACTIONS(1064), [anon_sym_const] = ACTIONS(1064), [anon_sym_volatile] = ACTIONS(1064), [anon_sym_restrict] = ACTIONS(1064), [anon_sym__Atomic] = ACTIONS(1064), [anon_sym_signed] = ACTIONS(1064), [anon_sym_unsigned] = ACTIONS(1064), [anon_sym_long] = ACTIONS(1064), [anon_sym_short] = ACTIONS(1064), [sym_primitive_type] = ACTIONS(1064), [anon_sym_enum] = ACTIONS(1064), [anon_sym_struct] = ACTIONS(1064), [anon_sym_union] = ACTIONS(1064), [anon_sym_if] = ACTIONS(1064), [anon_sym_switch] = ACTIONS(1064), [anon_sym_case] = ACTIONS(1064), [anon_sym_default] = ACTIONS(1064), [anon_sym_while] = ACTIONS(1064), [anon_sym_do] = ACTIONS(1064), [anon_sym_for] = ACTIONS(1064), [anon_sym_return] = ACTIONS(1064), [anon_sym_break] = ACTIONS(1064), [anon_sym_continue] = ACTIONS(1064), [anon_sym_goto] = ACTIONS(1064), [anon_sym_DASH_DASH] = ACTIONS(1066), [anon_sym_PLUS_PLUS] = ACTIONS(1066), [anon_sym_sizeof] = ACTIONS(1064), [sym_number_literal] = ACTIONS(1066), [anon_sym_L_SQUOTE] = ACTIONS(1066), [anon_sym_u_SQUOTE] = ACTIONS(1066), [anon_sym_U_SQUOTE] = ACTIONS(1066), [anon_sym_u8_SQUOTE] = ACTIONS(1066), [anon_sym_SQUOTE] = ACTIONS(1066), [anon_sym_L_DQUOTE] = ACTIONS(1066), [anon_sym_u_DQUOTE] = ACTIONS(1066), [anon_sym_U_DQUOTE] = ACTIONS(1066), [anon_sym_u8_DQUOTE] = ACTIONS(1066), [anon_sym_DQUOTE] = ACTIONS(1066), [sym_true] = ACTIONS(1064), [sym_false] = ACTIONS(1064), [sym_null] = ACTIONS(1064), [sym_comment] = ACTIONS(3), }, [291] = { [ts_builtin_sym_end] = ACTIONS(1074), [sym_identifier] = ACTIONS(1072), [aux_sym_preproc_include_token1] = ACTIONS(1072), [aux_sym_preproc_def_token1] = ACTIONS(1072), [aux_sym_preproc_if_token1] = ACTIONS(1072), [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), [sym_preproc_directive] = ACTIONS(1072), [anon_sym_LPAREN2] = ACTIONS(1074), [anon_sym_BANG] = ACTIONS(1074), [anon_sym_TILDE] = ACTIONS(1074), [anon_sym_DASH] = ACTIONS(1072), [anon_sym_PLUS] = ACTIONS(1072), [anon_sym_STAR] = ACTIONS(1074), [anon_sym_AMP] = ACTIONS(1074), [anon_sym_SEMI] = ACTIONS(1074), [anon_sym_typedef] = ACTIONS(1072), [anon_sym_extern] = ACTIONS(1072), [anon_sym___attribute__] = ACTIONS(1072), [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), [anon_sym___declspec] = ACTIONS(1072), [anon_sym___cdecl] = ACTIONS(1072), [anon_sym___clrcall] = ACTIONS(1072), [anon_sym___stdcall] = ACTIONS(1072), [anon_sym___fastcall] = ACTIONS(1072), [anon_sym___thiscall] = ACTIONS(1072), [anon_sym___vectorcall] = ACTIONS(1072), [anon_sym_LBRACE] = ACTIONS(1074), [anon_sym_static] = ACTIONS(1072), [anon_sym_auto] = ACTIONS(1072), [anon_sym_register] = ACTIONS(1072), [anon_sym_inline] = ACTIONS(1072), [anon_sym_const] = ACTIONS(1072), [anon_sym_volatile] = ACTIONS(1072), [anon_sym_restrict] = ACTIONS(1072), [anon_sym__Atomic] = ACTIONS(1072), [anon_sym_signed] = ACTIONS(1072), [anon_sym_unsigned] = ACTIONS(1072), [anon_sym_long] = ACTIONS(1072), [anon_sym_short] = ACTIONS(1072), [sym_primitive_type] = ACTIONS(1072), [anon_sym_enum] = ACTIONS(1072), [anon_sym_struct] = ACTIONS(1072), [anon_sym_union] = ACTIONS(1072), [anon_sym_if] = ACTIONS(1072), [anon_sym_switch] = ACTIONS(1072), [anon_sym_case] = ACTIONS(1072), [anon_sym_default] = ACTIONS(1072), [anon_sym_while] = ACTIONS(1072), [anon_sym_do] = ACTIONS(1072), [anon_sym_for] = ACTIONS(1072), [anon_sym_return] = ACTIONS(1072), [anon_sym_break] = ACTIONS(1072), [anon_sym_continue] = ACTIONS(1072), [anon_sym_goto] = ACTIONS(1072), [anon_sym_DASH_DASH] = ACTIONS(1074), [anon_sym_PLUS_PLUS] = ACTIONS(1074), [anon_sym_sizeof] = ACTIONS(1072), [sym_number_literal] = ACTIONS(1074), [anon_sym_L_SQUOTE] = ACTIONS(1074), [anon_sym_u_SQUOTE] = ACTIONS(1074), [anon_sym_U_SQUOTE] = ACTIONS(1074), [anon_sym_u8_SQUOTE] = ACTIONS(1074), [anon_sym_SQUOTE] = ACTIONS(1074), [anon_sym_L_DQUOTE] = ACTIONS(1074), [anon_sym_u_DQUOTE] = ACTIONS(1074), [anon_sym_U_DQUOTE] = ACTIONS(1074), [anon_sym_u8_DQUOTE] = ACTIONS(1074), [anon_sym_DQUOTE] = ACTIONS(1074), [sym_true] = ACTIONS(1072), [sym_false] = ACTIONS(1072), [sym_null] = ACTIONS(1072), [sym_comment] = ACTIONS(3), }, [292] = { [ts_builtin_sym_end] = ACTIONS(1082), [sym_identifier] = ACTIONS(1080), [aux_sym_preproc_include_token1] = ACTIONS(1080), [aux_sym_preproc_def_token1] = ACTIONS(1080), [aux_sym_preproc_if_token1] = ACTIONS(1080), [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), [sym_preproc_directive] = ACTIONS(1080), [anon_sym_LPAREN2] = ACTIONS(1082), [anon_sym_BANG] = ACTIONS(1082), [anon_sym_TILDE] = ACTIONS(1082), [anon_sym_DASH] = ACTIONS(1080), [anon_sym_PLUS] = ACTIONS(1080), [anon_sym_STAR] = ACTIONS(1082), [anon_sym_AMP] = ACTIONS(1082), [anon_sym_SEMI] = ACTIONS(1082), [anon_sym_typedef] = ACTIONS(1080), [anon_sym_extern] = ACTIONS(1080), [anon_sym___attribute__] = ACTIONS(1080), [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), [anon_sym___declspec] = ACTIONS(1080), [anon_sym___cdecl] = ACTIONS(1080), [anon_sym___clrcall] = ACTIONS(1080), [anon_sym___stdcall] = ACTIONS(1080), [anon_sym___fastcall] = ACTIONS(1080), [anon_sym___thiscall] = ACTIONS(1080), [anon_sym___vectorcall] = ACTIONS(1080), [anon_sym_LBRACE] = ACTIONS(1082), [anon_sym_static] = ACTIONS(1080), [anon_sym_auto] = ACTIONS(1080), [anon_sym_register] = ACTIONS(1080), [anon_sym_inline] = ACTIONS(1080), [anon_sym_const] = ACTIONS(1080), [anon_sym_volatile] = ACTIONS(1080), [anon_sym_restrict] = ACTIONS(1080), [anon_sym__Atomic] = ACTIONS(1080), [anon_sym_signed] = ACTIONS(1080), [anon_sym_unsigned] = ACTIONS(1080), [anon_sym_long] = ACTIONS(1080), [anon_sym_short] = ACTIONS(1080), [sym_primitive_type] = ACTIONS(1080), [anon_sym_enum] = ACTIONS(1080), [anon_sym_struct] = ACTIONS(1080), [anon_sym_union] = ACTIONS(1080), [anon_sym_if] = ACTIONS(1080), [anon_sym_switch] = ACTIONS(1080), [anon_sym_case] = ACTIONS(1080), [anon_sym_default] = ACTIONS(1080), [anon_sym_while] = ACTIONS(1080), [anon_sym_do] = ACTIONS(1080), [anon_sym_for] = ACTIONS(1080), [anon_sym_return] = ACTIONS(1080), [anon_sym_break] = ACTIONS(1080), [anon_sym_continue] = ACTIONS(1080), [anon_sym_goto] = ACTIONS(1080), [anon_sym_DASH_DASH] = ACTIONS(1082), [anon_sym_PLUS_PLUS] = ACTIONS(1082), [anon_sym_sizeof] = ACTIONS(1080), [sym_number_literal] = ACTIONS(1082), [anon_sym_L_SQUOTE] = ACTIONS(1082), [anon_sym_u_SQUOTE] = ACTIONS(1082), [anon_sym_U_SQUOTE] = ACTIONS(1082), [anon_sym_u8_SQUOTE] = ACTIONS(1082), [anon_sym_SQUOTE] = ACTIONS(1082), [anon_sym_L_DQUOTE] = ACTIONS(1082), [anon_sym_u_DQUOTE] = ACTIONS(1082), [anon_sym_U_DQUOTE] = ACTIONS(1082), [anon_sym_u8_DQUOTE] = ACTIONS(1082), [anon_sym_DQUOTE] = ACTIONS(1082), [sym_true] = ACTIONS(1080), [sym_false] = ACTIONS(1080), [sym_null] = ACTIONS(1080), [sym_comment] = ACTIONS(3), }, [293] = { [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), [aux_sym_preproc_if_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), [sym_preproc_directive] = ACTIONS(1060), [anon_sym_LPAREN2] = ACTIONS(1062), [anon_sym_BANG] = ACTIONS(1062), [anon_sym_TILDE] = ACTIONS(1062), [anon_sym_DASH] = ACTIONS(1060), [anon_sym_PLUS] = ACTIONS(1060), [anon_sym_STAR] = ACTIONS(1062), [anon_sym_AMP] = ACTIONS(1062), [anon_sym_SEMI] = ACTIONS(1062), [anon_sym_typedef] = ACTIONS(1060), [anon_sym_extern] = ACTIONS(1060), [anon_sym___attribute__] = ACTIONS(1060), [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), [anon_sym___declspec] = ACTIONS(1060), [anon_sym___cdecl] = ACTIONS(1060), [anon_sym___clrcall] = ACTIONS(1060), [anon_sym___stdcall] = ACTIONS(1060), [anon_sym___fastcall] = ACTIONS(1060), [anon_sym___thiscall] = ACTIONS(1060), [anon_sym___vectorcall] = ACTIONS(1060), [anon_sym_LBRACE] = ACTIONS(1062), [anon_sym_RBRACE] = ACTIONS(1062), [anon_sym_static] = ACTIONS(1060), [anon_sym_auto] = ACTIONS(1060), [anon_sym_register] = ACTIONS(1060), [anon_sym_inline] = ACTIONS(1060), [anon_sym_const] = ACTIONS(1060), [anon_sym_volatile] = ACTIONS(1060), [anon_sym_restrict] = ACTIONS(1060), [anon_sym__Atomic] = ACTIONS(1060), [anon_sym_signed] = ACTIONS(1060), [anon_sym_unsigned] = ACTIONS(1060), [anon_sym_long] = ACTIONS(1060), [anon_sym_short] = ACTIONS(1060), [sym_primitive_type] = ACTIONS(1060), [anon_sym_enum] = ACTIONS(1060), [anon_sym_struct] = ACTIONS(1060), [anon_sym_union] = ACTIONS(1060), [anon_sym_if] = ACTIONS(1060), [anon_sym_switch] = ACTIONS(1060), [anon_sym_case] = ACTIONS(1060), [anon_sym_default] = ACTIONS(1060), [anon_sym_while] = ACTIONS(1060), [anon_sym_do] = ACTIONS(1060), [anon_sym_for] = ACTIONS(1060), [anon_sym_return] = ACTIONS(1060), [anon_sym_break] = ACTIONS(1060), [anon_sym_continue] = ACTIONS(1060), [anon_sym_goto] = ACTIONS(1060), [anon_sym_DASH_DASH] = ACTIONS(1062), [anon_sym_PLUS_PLUS] = ACTIONS(1062), [anon_sym_sizeof] = ACTIONS(1060), [sym_number_literal] = ACTIONS(1062), [anon_sym_L_SQUOTE] = ACTIONS(1062), [anon_sym_u_SQUOTE] = ACTIONS(1062), [anon_sym_U_SQUOTE] = ACTIONS(1062), [anon_sym_u8_SQUOTE] = ACTIONS(1062), [anon_sym_SQUOTE] = ACTIONS(1062), [anon_sym_L_DQUOTE] = ACTIONS(1062), [anon_sym_u_DQUOTE] = ACTIONS(1062), [anon_sym_U_DQUOTE] = ACTIONS(1062), [anon_sym_u8_DQUOTE] = ACTIONS(1062), [anon_sym_DQUOTE] = ACTIONS(1062), [sym_true] = ACTIONS(1060), [sym_false] = ACTIONS(1060), [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, [294] = { [sym_identifier] = ACTIONS(1052), [aux_sym_preproc_include_token1] = ACTIONS(1052), [aux_sym_preproc_def_token1] = ACTIONS(1052), [aux_sym_preproc_if_token1] = ACTIONS(1052), [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), [sym_preproc_directive] = ACTIONS(1052), [anon_sym_LPAREN2] = ACTIONS(1054), [anon_sym_BANG] = ACTIONS(1054), [anon_sym_TILDE] = ACTIONS(1054), [anon_sym_DASH] = ACTIONS(1052), [anon_sym_PLUS] = ACTIONS(1052), [anon_sym_STAR] = ACTIONS(1054), [anon_sym_AMP] = ACTIONS(1054), [anon_sym_SEMI] = ACTIONS(1054), [anon_sym_typedef] = ACTIONS(1052), [anon_sym_extern] = ACTIONS(1052), [anon_sym___attribute__] = ACTIONS(1052), [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), [anon_sym___declspec] = ACTIONS(1052), [anon_sym___cdecl] = ACTIONS(1052), [anon_sym___clrcall] = ACTIONS(1052), [anon_sym___stdcall] = ACTIONS(1052), [anon_sym___fastcall] = ACTIONS(1052), [anon_sym___thiscall] = ACTIONS(1052), [anon_sym___vectorcall] = ACTIONS(1052), [anon_sym_LBRACE] = ACTIONS(1054), [anon_sym_RBRACE] = ACTIONS(1054), [anon_sym_static] = ACTIONS(1052), [anon_sym_auto] = ACTIONS(1052), [anon_sym_register] = ACTIONS(1052), [anon_sym_inline] = ACTIONS(1052), [anon_sym_const] = ACTIONS(1052), [anon_sym_volatile] = ACTIONS(1052), [anon_sym_restrict] = ACTIONS(1052), [anon_sym__Atomic] = ACTIONS(1052), [anon_sym_signed] = ACTIONS(1052), [anon_sym_unsigned] = ACTIONS(1052), [anon_sym_long] = ACTIONS(1052), [anon_sym_short] = ACTIONS(1052), [sym_primitive_type] = ACTIONS(1052), [anon_sym_enum] = ACTIONS(1052), [anon_sym_struct] = ACTIONS(1052), [anon_sym_union] = ACTIONS(1052), [anon_sym_if] = ACTIONS(1052), [anon_sym_switch] = ACTIONS(1052), [anon_sym_case] = ACTIONS(1052), [anon_sym_default] = ACTIONS(1052), [anon_sym_while] = ACTIONS(1052), [anon_sym_do] = ACTIONS(1052), [anon_sym_for] = ACTIONS(1052), [anon_sym_return] = ACTIONS(1052), [anon_sym_break] = ACTIONS(1052), [anon_sym_continue] = ACTIONS(1052), [anon_sym_goto] = ACTIONS(1052), [anon_sym_DASH_DASH] = ACTIONS(1054), [anon_sym_PLUS_PLUS] = ACTIONS(1054), [anon_sym_sizeof] = ACTIONS(1052), [sym_number_literal] = ACTIONS(1054), [anon_sym_L_SQUOTE] = ACTIONS(1054), [anon_sym_u_SQUOTE] = ACTIONS(1054), [anon_sym_U_SQUOTE] = ACTIONS(1054), [anon_sym_u8_SQUOTE] = ACTIONS(1054), [anon_sym_SQUOTE] = ACTIONS(1054), [anon_sym_L_DQUOTE] = ACTIONS(1054), [anon_sym_u_DQUOTE] = ACTIONS(1054), [anon_sym_U_DQUOTE] = ACTIONS(1054), [anon_sym_u8_DQUOTE] = ACTIONS(1054), [anon_sym_DQUOTE] = ACTIONS(1054), [sym_true] = ACTIONS(1052), [sym_false] = ACTIONS(1052), [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, [295] = { [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), [aux_sym_preproc_if_token1] = ACTIONS(1048), [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), [sym_preproc_directive] = ACTIONS(1048), [anon_sym_LPAREN2] = ACTIONS(1050), [anon_sym_BANG] = ACTIONS(1050), [anon_sym_TILDE] = ACTIONS(1050), [anon_sym_DASH] = ACTIONS(1048), [anon_sym_PLUS] = ACTIONS(1048), [anon_sym_STAR] = ACTIONS(1050), [anon_sym_AMP] = ACTIONS(1050), [anon_sym_SEMI] = ACTIONS(1050), [anon_sym_typedef] = ACTIONS(1048), [anon_sym_extern] = ACTIONS(1048), [anon_sym___attribute__] = ACTIONS(1048), [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), [anon_sym___declspec] = ACTIONS(1048), [anon_sym___cdecl] = ACTIONS(1048), [anon_sym___clrcall] = ACTIONS(1048), [anon_sym___stdcall] = ACTIONS(1048), [anon_sym___fastcall] = ACTIONS(1048), [anon_sym___thiscall] = ACTIONS(1048), [anon_sym___vectorcall] = ACTIONS(1048), [anon_sym_LBRACE] = ACTIONS(1050), [anon_sym_RBRACE] = ACTIONS(1050), [anon_sym_static] = ACTIONS(1048), [anon_sym_auto] = ACTIONS(1048), [anon_sym_register] = ACTIONS(1048), [anon_sym_inline] = ACTIONS(1048), [anon_sym_const] = ACTIONS(1048), [anon_sym_volatile] = ACTIONS(1048), [anon_sym_restrict] = ACTIONS(1048), [anon_sym__Atomic] = ACTIONS(1048), [anon_sym_signed] = ACTIONS(1048), [anon_sym_unsigned] = ACTIONS(1048), [anon_sym_long] = ACTIONS(1048), [anon_sym_short] = ACTIONS(1048), [sym_primitive_type] = ACTIONS(1048), [anon_sym_enum] = ACTIONS(1048), [anon_sym_struct] = ACTIONS(1048), [anon_sym_union] = ACTIONS(1048), [anon_sym_if] = ACTIONS(1048), [anon_sym_switch] = ACTIONS(1048), [anon_sym_case] = ACTIONS(1048), [anon_sym_default] = ACTIONS(1048), [anon_sym_while] = ACTIONS(1048), [anon_sym_do] = ACTIONS(1048), [anon_sym_for] = ACTIONS(1048), [anon_sym_return] = ACTIONS(1048), [anon_sym_break] = ACTIONS(1048), [anon_sym_continue] = ACTIONS(1048), [anon_sym_goto] = ACTIONS(1048), [anon_sym_DASH_DASH] = ACTIONS(1050), [anon_sym_PLUS_PLUS] = ACTIONS(1050), [anon_sym_sizeof] = ACTIONS(1048), [sym_number_literal] = ACTIONS(1050), [anon_sym_L_SQUOTE] = ACTIONS(1050), [anon_sym_u_SQUOTE] = ACTIONS(1050), [anon_sym_U_SQUOTE] = ACTIONS(1050), [anon_sym_u8_SQUOTE] = ACTIONS(1050), [anon_sym_SQUOTE] = ACTIONS(1050), [anon_sym_L_DQUOTE] = ACTIONS(1050), [anon_sym_u_DQUOTE] = ACTIONS(1050), [anon_sym_U_DQUOTE] = ACTIONS(1050), [anon_sym_u8_DQUOTE] = ACTIONS(1050), [anon_sym_DQUOTE] = ACTIONS(1050), [sym_true] = ACTIONS(1048), [sym_false] = ACTIONS(1048), [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, [296] = { [ts_builtin_sym_end] = ACTIONS(1058), [sym_identifier] = ACTIONS(1056), [aux_sym_preproc_include_token1] = ACTIONS(1056), [aux_sym_preproc_def_token1] = ACTIONS(1056), [aux_sym_preproc_if_token1] = ACTIONS(1056), [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), [sym_preproc_directive] = ACTIONS(1056), [anon_sym_LPAREN2] = ACTIONS(1058), [anon_sym_BANG] = ACTIONS(1058), [anon_sym_TILDE] = ACTIONS(1058), [anon_sym_DASH] = ACTIONS(1056), [anon_sym_PLUS] = ACTIONS(1056), [anon_sym_STAR] = ACTIONS(1058), [anon_sym_AMP] = ACTIONS(1058), [anon_sym_SEMI] = ACTIONS(1058), [anon_sym_typedef] = ACTIONS(1056), [anon_sym_extern] = ACTIONS(1056), [anon_sym___attribute__] = ACTIONS(1056), [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), [anon_sym___declspec] = ACTIONS(1056), [anon_sym___cdecl] = ACTIONS(1056), [anon_sym___clrcall] = ACTIONS(1056), [anon_sym___stdcall] = ACTIONS(1056), [anon_sym___fastcall] = ACTIONS(1056), [anon_sym___thiscall] = ACTIONS(1056), [anon_sym___vectorcall] = ACTIONS(1056), [anon_sym_LBRACE] = ACTIONS(1058), [anon_sym_static] = ACTIONS(1056), [anon_sym_auto] = ACTIONS(1056), [anon_sym_register] = ACTIONS(1056), [anon_sym_inline] = ACTIONS(1056), [anon_sym_const] = ACTIONS(1056), [anon_sym_volatile] = ACTIONS(1056), [anon_sym_restrict] = ACTIONS(1056), [anon_sym__Atomic] = ACTIONS(1056), [anon_sym_signed] = ACTIONS(1056), [anon_sym_unsigned] = ACTIONS(1056), [anon_sym_long] = ACTIONS(1056), [anon_sym_short] = ACTIONS(1056), [sym_primitive_type] = ACTIONS(1056), [anon_sym_enum] = ACTIONS(1056), [anon_sym_struct] = ACTIONS(1056), [anon_sym_union] = ACTIONS(1056), [anon_sym_if] = ACTIONS(1056), [anon_sym_switch] = ACTIONS(1056), [anon_sym_case] = ACTIONS(1056), [anon_sym_default] = ACTIONS(1056), [anon_sym_while] = ACTIONS(1056), [anon_sym_do] = ACTIONS(1056), [anon_sym_for] = ACTIONS(1056), [anon_sym_return] = ACTIONS(1056), [anon_sym_break] = ACTIONS(1056), [anon_sym_continue] = ACTIONS(1056), [anon_sym_goto] = ACTIONS(1056), [anon_sym_DASH_DASH] = ACTIONS(1058), [anon_sym_PLUS_PLUS] = ACTIONS(1058), [anon_sym_sizeof] = ACTIONS(1056), [sym_number_literal] = ACTIONS(1058), [anon_sym_L_SQUOTE] = ACTIONS(1058), [anon_sym_u_SQUOTE] = ACTIONS(1058), [anon_sym_U_SQUOTE] = ACTIONS(1058), [anon_sym_u8_SQUOTE] = ACTIONS(1058), [anon_sym_SQUOTE] = ACTIONS(1058), [anon_sym_L_DQUOTE] = ACTIONS(1058), [anon_sym_u_DQUOTE] = ACTIONS(1058), [anon_sym_U_DQUOTE] = ACTIONS(1058), [anon_sym_u8_DQUOTE] = ACTIONS(1058), [anon_sym_DQUOTE] = ACTIONS(1058), [sym_true] = ACTIONS(1056), [sym_false] = ACTIONS(1056), [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, [297] = { [sym_identifier] = ACTIONS(1044), [aux_sym_preproc_include_token1] = ACTIONS(1044), [aux_sym_preproc_def_token1] = ACTIONS(1044), [aux_sym_preproc_if_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), [sym_preproc_directive] = ACTIONS(1044), [anon_sym_LPAREN2] = ACTIONS(1046), [anon_sym_BANG] = ACTIONS(1046), [anon_sym_TILDE] = ACTIONS(1046), [anon_sym_DASH] = ACTIONS(1044), [anon_sym_PLUS] = ACTIONS(1044), [anon_sym_STAR] = ACTIONS(1046), [anon_sym_AMP] = ACTIONS(1046), [anon_sym_SEMI] = ACTIONS(1046), [anon_sym_typedef] = ACTIONS(1044), [anon_sym_extern] = ACTIONS(1044), [anon_sym___attribute__] = ACTIONS(1044), [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), [anon_sym___declspec] = ACTIONS(1044), [anon_sym___cdecl] = ACTIONS(1044), [anon_sym___clrcall] = ACTIONS(1044), [anon_sym___stdcall] = ACTIONS(1044), [anon_sym___fastcall] = ACTIONS(1044), [anon_sym___thiscall] = ACTIONS(1044), [anon_sym___vectorcall] = ACTIONS(1044), [anon_sym_LBRACE] = ACTIONS(1046), [anon_sym_RBRACE] = ACTIONS(1046), [anon_sym_static] = ACTIONS(1044), [anon_sym_auto] = ACTIONS(1044), [anon_sym_register] = ACTIONS(1044), [anon_sym_inline] = ACTIONS(1044), [anon_sym_const] = ACTIONS(1044), [anon_sym_volatile] = ACTIONS(1044), [anon_sym_restrict] = ACTIONS(1044), [anon_sym__Atomic] = ACTIONS(1044), [anon_sym_signed] = ACTIONS(1044), [anon_sym_unsigned] = ACTIONS(1044), [anon_sym_long] = ACTIONS(1044), [anon_sym_short] = ACTIONS(1044), [sym_primitive_type] = ACTIONS(1044), [anon_sym_enum] = ACTIONS(1044), [anon_sym_struct] = ACTIONS(1044), [anon_sym_union] = ACTIONS(1044), [anon_sym_if] = ACTIONS(1044), [anon_sym_switch] = ACTIONS(1044), [anon_sym_case] = ACTIONS(1044), [anon_sym_default] = ACTIONS(1044), [anon_sym_while] = ACTIONS(1044), [anon_sym_do] = ACTIONS(1044), [anon_sym_for] = ACTIONS(1044), [anon_sym_return] = ACTIONS(1044), [anon_sym_break] = ACTIONS(1044), [anon_sym_continue] = ACTIONS(1044), [anon_sym_goto] = ACTIONS(1044), [anon_sym_DASH_DASH] = ACTIONS(1046), [anon_sym_PLUS_PLUS] = ACTIONS(1046), [anon_sym_sizeof] = ACTIONS(1044), [sym_number_literal] = ACTIONS(1046), [anon_sym_L_SQUOTE] = ACTIONS(1046), [anon_sym_u_SQUOTE] = ACTIONS(1046), [anon_sym_U_SQUOTE] = ACTIONS(1046), [anon_sym_u8_SQUOTE] = ACTIONS(1046), [anon_sym_SQUOTE] = ACTIONS(1046), [anon_sym_L_DQUOTE] = ACTIONS(1046), [anon_sym_u_DQUOTE] = ACTIONS(1046), [anon_sym_U_DQUOTE] = ACTIONS(1046), [anon_sym_u8_DQUOTE] = ACTIONS(1046), [anon_sym_DQUOTE] = ACTIONS(1046), [sym_true] = ACTIONS(1044), [sym_false] = ACTIONS(1044), [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, [298] = { [sym_identifier] = ACTIONS(1068), [aux_sym_preproc_include_token1] = ACTIONS(1068), [aux_sym_preproc_def_token1] = ACTIONS(1068), [aux_sym_preproc_if_token1] = ACTIONS(1068), [aux_sym_preproc_if_token2] = ACTIONS(1068), [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), [sym_preproc_directive] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(1070), [anon_sym_BANG] = ACTIONS(1070), [anon_sym_TILDE] = ACTIONS(1070), [anon_sym_DASH] = ACTIONS(1068), [anon_sym_PLUS] = ACTIONS(1068), [anon_sym_STAR] = ACTIONS(1070), [anon_sym_AMP] = ACTIONS(1070), [anon_sym_SEMI] = ACTIONS(1070), [anon_sym_typedef] = ACTIONS(1068), [anon_sym_extern] = ACTIONS(1068), [anon_sym___attribute__] = ACTIONS(1068), [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), [anon_sym___declspec] = ACTIONS(1068), [anon_sym___cdecl] = ACTIONS(1068), [anon_sym___clrcall] = ACTIONS(1068), [anon_sym___stdcall] = ACTIONS(1068), [anon_sym___fastcall] = ACTIONS(1068), [anon_sym___thiscall] = ACTIONS(1068), [anon_sym___vectorcall] = ACTIONS(1068), [anon_sym_LBRACE] = ACTIONS(1070), [anon_sym_static] = ACTIONS(1068), [anon_sym_auto] = ACTIONS(1068), [anon_sym_register] = ACTIONS(1068), [anon_sym_inline] = ACTIONS(1068), [anon_sym_const] = ACTIONS(1068), [anon_sym_volatile] = ACTIONS(1068), [anon_sym_restrict] = ACTIONS(1068), [anon_sym__Atomic] = ACTIONS(1068), [anon_sym_signed] = ACTIONS(1068), [anon_sym_unsigned] = ACTIONS(1068), [anon_sym_long] = ACTIONS(1068), [anon_sym_short] = ACTIONS(1068), [sym_primitive_type] = ACTIONS(1068), [anon_sym_enum] = ACTIONS(1068), [anon_sym_struct] = ACTIONS(1068), [anon_sym_union] = ACTIONS(1068), [anon_sym_if] = ACTIONS(1068), [anon_sym_switch] = ACTIONS(1068), [anon_sym_case] = ACTIONS(1068), [anon_sym_default] = ACTIONS(1068), [anon_sym_while] = ACTIONS(1068), [anon_sym_do] = ACTIONS(1068), [anon_sym_for] = ACTIONS(1068), [anon_sym_return] = ACTIONS(1068), [anon_sym_break] = ACTIONS(1068), [anon_sym_continue] = ACTIONS(1068), [anon_sym_goto] = ACTIONS(1068), [anon_sym_DASH_DASH] = ACTIONS(1070), [anon_sym_PLUS_PLUS] = ACTIONS(1070), [anon_sym_sizeof] = ACTIONS(1068), [sym_number_literal] = ACTIONS(1070), [anon_sym_L_SQUOTE] = ACTIONS(1070), [anon_sym_u_SQUOTE] = ACTIONS(1070), [anon_sym_U_SQUOTE] = ACTIONS(1070), [anon_sym_u8_SQUOTE] = ACTIONS(1070), [anon_sym_SQUOTE] = ACTIONS(1070), [anon_sym_L_DQUOTE] = ACTIONS(1070), [anon_sym_u_DQUOTE] = ACTIONS(1070), [anon_sym_U_DQUOTE] = ACTIONS(1070), [anon_sym_u8_DQUOTE] = ACTIONS(1070), [anon_sym_DQUOTE] = ACTIONS(1070), [sym_true] = ACTIONS(1068), [sym_false] = ACTIONS(1068), [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, [299] = { [sym_identifier] = ACTIONS(1036), [aux_sym_preproc_include_token1] = ACTIONS(1036), [aux_sym_preproc_def_token1] = ACTIONS(1036), [aux_sym_preproc_if_token1] = ACTIONS(1036), [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), [sym_preproc_directive] = ACTIONS(1036), [anon_sym_LPAREN2] = ACTIONS(1038), [anon_sym_BANG] = ACTIONS(1038), [anon_sym_TILDE] = ACTIONS(1038), [anon_sym_DASH] = ACTIONS(1036), [anon_sym_PLUS] = ACTIONS(1036), [anon_sym_STAR] = ACTIONS(1038), [anon_sym_AMP] = ACTIONS(1038), [anon_sym_SEMI] = ACTIONS(1038), [anon_sym_typedef] = ACTIONS(1036), [anon_sym_extern] = ACTIONS(1036), [anon_sym___attribute__] = ACTIONS(1036), [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), [anon_sym___declspec] = ACTIONS(1036), [anon_sym___cdecl] = ACTIONS(1036), [anon_sym___clrcall] = ACTIONS(1036), [anon_sym___stdcall] = ACTIONS(1036), [anon_sym___fastcall] = ACTIONS(1036), [anon_sym___thiscall] = ACTIONS(1036), [anon_sym___vectorcall] = ACTIONS(1036), [anon_sym_LBRACE] = ACTIONS(1038), [anon_sym_RBRACE] = ACTIONS(1038), [anon_sym_static] = ACTIONS(1036), [anon_sym_auto] = ACTIONS(1036), [anon_sym_register] = ACTIONS(1036), [anon_sym_inline] = ACTIONS(1036), [anon_sym_const] = ACTIONS(1036), [anon_sym_volatile] = ACTIONS(1036), [anon_sym_restrict] = ACTIONS(1036), [anon_sym__Atomic] = ACTIONS(1036), [anon_sym_signed] = ACTIONS(1036), [anon_sym_unsigned] = ACTIONS(1036), [anon_sym_long] = ACTIONS(1036), [anon_sym_short] = ACTIONS(1036), [sym_primitive_type] = ACTIONS(1036), [anon_sym_enum] = ACTIONS(1036), [anon_sym_struct] = ACTIONS(1036), [anon_sym_union] = ACTIONS(1036), [anon_sym_if] = ACTIONS(1036), [anon_sym_switch] = ACTIONS(1036), [anon_sym_case] = ACTIONS(1036), [anon_sym_default] = ACTIONS(1036), [anon_sym_while] = ACTIONS(1036), [anon_sym_do] = ACTIONS(1036), [anon_sym_for] = ACTIONS(1036), [anon_sym_return] = ACTIONS(1036), [anon_sym_break] = ACTIONS(1036), [anon_sym_continue] = ACTIONS(1036), [anon_sym_goto] = ACTIONS(1036), [anon_sym_DASH_DASH] = ACTIONS(1038), [anon_sym_PLUS_PLUS] = ACTIONS(1038), [anon_sym_sizeof] = ACTIONS(1036), [sym_number_literal] = ACTIONS(1038), [anon_sym_L_SQUOTE] = ACTIONS(1038), [anon_sym_u_SQUOTE] = ACTIONS(1038), [anon_sym_U_SQUOTE] = ACTIONS(1038), [anon_sym_u8_SQUOTE] = ACTIONS(1038), [anon_sym_SQUOTE] = ACTIONS(1038), [anon_sym_L_DQUOTE] = ACTIONS(1038), [anon_sym_u_DQUOTE] = ACTIONS(1038), [anon_sym_U_DQUOTE] = ACTIONS(1038), [anon_sym_u8_DQUOTE] = ACTIONS(1038), [anon_sym_DQUOTE] = ACTIONS(1038), [sym_true] = ACTIONS(1036), [sym_false] = ACTIONS(1036), [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, [300] = { [sym_identifier] = ACTIONS(1056), [aux_sym_preproc_include_token1] = ACTIONS(1056), [aux_sym_preproc_def_token1] = ACTIONS(1056), [aux_sym_preproc_if_token1] = ACTIONS(1056), [aux_sym_preproc_if_token2] = ACTIONS(1056), [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), [sym_preproc_directive] = ACTIONS(1056), [anon_sym_LPAREN2] = ACTIONS(1058), [anon_sym_BANG] = ACTIONS(1058), [anon_sym_TILDE] = ACTIONS(1058), [anon_sym_DASH] = ACTIONS(1056), [anon_sym_PLUS] = ACTIONS(1056), [anon_sym_STAR] = ACTIONS(1058), [anon_sym_AMP] = ACTIONS(1058), [anon_sym_SEMI] = ACTIONS(1058), [anon_sym_typedef] = ACTIONS(1056), [anon_sym_extern] = ACTIONS(1056), [anon_sym___attribute__] = ACTIONS(1056), [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), [anon_sym___declspec] = ACTIONS(1056), [anon_sym___cdecl] = ACTIONS(1056), [anon_sym___clrcall] = ACTIONS(1056), [anon_sym___stdcall] = ACTIONS(1056), [anon_sym___fastcall] = ACTIONS(1056), [anon_sym___thiscall] = ACTIONS(1056), [anon_sym___vectorcall] = ACTIONS(1056), [anon_sym_LBRACE] = ACTIONS(1058), [anon_sym_static] = ACTIONS(1056), [anon_sym_auto] = ACTIONS(1056), [anon_sym_register] = ACTIONS(1056), [anon_sym_inline] = ACTIONS(1056), [anon_sym_const] = ACTIONS(1056), [anon_sym_volatile] = ACTIONS(1056), [anon_sym_restrict] = ACTIONS(1056), [anon_sym__Atomic] = ACTIONS(1056), [anon_sym_signed] = ACTIONS(1056), [anon_sym_unsigned] = ACTIONS(1056), [anon_sym_long] = ACTIONS(1056), [anon_sym_short] = ACTIONS(1056), [sym_primitive_type] = ACTIONS(1056), [anon_sym_enum] = ACTIONS(1056), [anon_sym_struct] = ACTIONS(1056), [anon_sym_union] = ACTIONS(1056), [anon_sym_if] = ACTIONS(1056), [anon_sym_switch] = ACTIONS(1056), [anon_sym_case] = ACTIONS(1056), [anon_sym_default] = ACTIONS(1056), [anon_sym_while] = ACTIONS(1056), [anon_sym_do] = ACTIONS(1056), [anon_sym_for] = ACTIONS(1056), [anon_sym_return] = ACTIONS(1056), [anon_sym_break] = ACTIONS(1056), [anon_sym_continue] = ACTIONS(1056), [anon_sym_goto] = ACTIONS(1056), [anon_sym_DASH_DASH] = ACTIONS(1058), [anon_sym_PLUS_PLUS] = ACTIONS(1058), [anon_sym_sizeof] = ACTIONS(1056), [sym_number_literal] = ACTIONS(1058), [anon_sym_L_SQUOTE] = ACTIONS(1058), [anon_sym_u_SQUOTE] = ACTIONS(1058), [anon_sym_U_SQUOTE] = ACTIONS(1058), [anon_sym_u8_SQUOTE] = ACTIONS(1058), [anon_sym_SQUOTE] = ACTIONS(1058), [anon_sym_L_DQUOTE] = ACTIONS(1058), [anon_sym_u_DQUOTE] = ACTIONS(1058), [anon_sym_U_DQUOTE] = ACTIONS(1058), [anon_sym_u8_DQUOTE] = ACTIONS(1058), [anon_sym_DQUOTE] = ACTIONS(1058), [sym_true] = ACTIONS(1056), [sym_false] = ACTIONS(1056), [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, [301] = { [ts_builtin_sym_end] = ACTIONS(1030), [sym_identifier] = ACTIONS(1028), [aux_sym_preproc_include_token1] = ACTIONS(1028), [aux_sym_preproc_def_token1] = ACTIONS(1028), [aux_sym_preproc_if_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), [sym_preproc_directive] = ACTIONS(1028), [anon_sym_LPAREN2] = ACTIONS(1030), [anon_sym_BANG] = ACTIONS(1030), [anon_sym_TILDE] = ACTIONS(1030), [anon_sym_DASH] = ACTIONS(1028), [anon_sym_PLUS] = ACTIONS(1028), [anon_sym_STAR] = ACTIONS(1030), [anon_sym_AMP] = ACTIONS(1030), [anon_sym_SEMI] = ACTIONS(1030), [anon_sym_typedef] = ACTIONS(1028), [anon_sym_extern] = ACTIONS(1028), [anon_sym___attribute__] = ACTIONS(1028), [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), [anon_sym___declspec] = ACTIONS(1028), [anon_sym___cdecl] = ACTIONS(1028), [anon_sym___clrcall] = ACTIONS(1028), [anon_sym___stdcall] = ACTIONS(1028), [anon_sym___fastcall] = ACTIONS(1028), [anon_sym___thiscall] = ACTIONS(1028), [anon_sym___vectorcall] = ACTIONS(1028), [anon_sym_LBRACE] = ACTIONS(1030), [anon_sym_static] = ACTIONS(1028), [anon_sym_auto] = ACTIONS(1028), [anon_sym_register] = ACTIONS(1028), [anon_sym_inline] = ACTIONS(1028), [anon_sym_const] = ACTIONS(1028), [anon_sym_volatile] = ACTIONS(1028), [anon_sym_restrict] = ACTIONS(1028), [anon_sym__Atomic] = ACTIONS(1028), [anon_sym_signed] = ACTIONS(1028), [anon_sym_unsigned] = ACTIONS(1028), [anon_sym_long] = ACTIONS(1028), [anon_sym_short] = ACTIONS(1028), [sym_primitive_type] = ACTIONS(1028), [anon_sym_enum] = ACTIONS(1028), [anon_sym_struct] = ACTIONS(1028), [anon_sym_union] = ACTIONS(1028), [anon_sym_if] = ACTIONS(1028), [anon_sym_switch] = ACTIONS(1028), [anon_sym_case] = ACTIONS(1028), [anon_sym_default] = ACTIONS(1028), [anon_sym_while] = ACTIONS(1028), [anon_sym_do] = ACTIONS(1028), [anon_sym_for] = ACTIONS(1028), [anon_sym_return] = ACTIONS(1028), [anon_sym_break] = ACTIONS(1028), [anon_sym_continue] = ACTIONS(1028), [anon_sym_goto] = ACTIONS(1028), [anon_sym_DASH_DASH] = ACTIONS(1030), [anon_sym_PLUS_PLUS] = ACTIONS(1030), [anon_sym_sizeof] = ACTIONS(1028), [sym_number_literal] = ACTIONS(1030), [anon_sym_L_SQUOTE] = ACTIONS(1030), [anon_sym_u_SQUOTE] = ACTIONS(1030), [anon_sym_U_SQUOTE] = ACTIONS(1030), [anon_sym_u8_SQUOTE] = ACTIONS(1030), [anon_sym_SQUOTE] = ACTIONS(1030), [anon_sym_L_DQUOTE] = ACTIONS(1030), [anon_sym_u_DQUOTE] = ACTIONS(1030), [anon_sym_U_DQUOTE] = ACTIONS(1030), [anon_sym_u8_DQUOTE] = ACTIONS(1030), [anon_sym_DQUOTE] = ACTIONS(1030), [sym_true] = ACTIONS(1028), [sym_false] = ACTIONS(1028), [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, [302] = { [sym_identifier] = ACTIONS(1064), [aux_sym_preproc_include_token1] = ACTIONS(1064), [aux_sym_preproc_def_token1] = ACTIONS(1064), [aux_sym_preproc_if_token1] = ACTIONS(1064), [aux_sym_preproc_if_token2] = ACTIONS(1064), [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), [sym_preproc_directive] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(1066), [anon_sym_BANG] = ACTIONS(1066), [anon_sym_TILDE] = ACTIONS(1066), [anon_sym_DASH] = ACTIONS(1064), [anon_sym_PLUS] = ACTIONS(1064), [anon_sym_STAR] = ACTIONS(1066), [anon_sym_AMP] = ACTIONS(1066), [anon_sym_SEMI] = ACTIONS(1066), [anon_sym_typedef] = ACTIONS(1064), [anon_sym_extern] = ACTIONS(1064), [anon_sym___attribute__] = ACTIONS(1064), [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym___declspec] = ACTIONS(1064), [anon_sym___cdecl] = ACTIONS(1064), [anon_sym___clrcall] = ACTIONS(1064), [anon_sym___stdcall] = ACTIONS(1064), [anon_sym___fastcall] = ACTIONS(1064), [anon_sym___thiscall] = ACTIONS(1064), [anon_sym___vectorcall] = ACTIONS(1064), [anon_sym_LBRACE] = ACTIONS(1066), [anon_sym_static] = ACTIONS(1064), [anon_sym_auto] = ACTIONS(1064), [anon_sym_register] = ACTIONS(1064), [anon_sym_inline] = ACTIONS(1064), [anon_sym_const] = ACTIONS(1064), [anon_sym_volatile] = ACTIONS(1064), [anon_sym_restrict] = ACTIONS(1064), [anon_sym__Atomic] = ACTIONS(1064), [anon_sym_signed] = ACTIONS(1064), [anon_sym_unsigned] = ACTIONS(1064), [anon_sym_long] = ACTIONS(1064), [anon_sym_short] = ACTIONS(1064), [sym_primitive_type] = ACTIONS(1064), [anon_sym_enum] = ACTIONS(1064), [anon_sym_struct] = ACTIONS(1064), [anon_sym_union] = ACTIONS(1064), [anon_sym_if] = ACTIONS(1064), [anon_sym_switch] = ACTIONS(1064), [anon_sym_case] = ACTIONS(1064), [anon_sym_default] = ACTIONS(1064), [anon_sym_while] = ACTIONS(1064), [anon_sym_do] = ACTIONS(1064), [anon_sym_for] = ACTIONS(1064), [anon_sym_return] = ACTIONS(1064), [anon_sym_break] = ACTIONS(1064), [anon_sym_continue] = ACTIONS(1064), [anon_sym_goto] = ACTIONS(1064), [anon_sym_DASH_DASH] = ACTIONS(1066), [anon_sym_PLUS_PLUS] = ACTIONS(1066), [anon_sym_sizeof] = ACTIONS(1064), [sym_number_literal] = ACTIONS(1066), [anon_sym_L_SQUOTE] = ACTIONS(1066), [anon_sym_u_SQUOTE] = ACTIONS(1066), [anon_sym_U_SQUOTE] = ACTIONS(1066), [anon_sym_u8_SQUOTE] = ACTIONS(1066), [anon_sym_SQUOTE] = ACTIONS(1066), [anon_sym_L_DQUOTE] = ACTIONS(1066), [anon_sym_u_DQUOTE] = ACTIONS(1066), [anon_sym_U_DQUOTE] = ACTIONS(1066), [anon_sym_u8_DQUOTE] = ACTIONS(1066), [anon_sym_DQUOTE] = ACTIONS(1066), [sym_true] = ACTIONS(1064), [sym_false] = ACTIONS(1064), [sym_null] = ACTIONS(1064), [sym_comment] = ACTIONS(3), }, [303] = { [sym_identifier] = ACTIONS(1124), [aux_sym_preproc_include_token1] = ACTIONS(1124), [aux_sym_preproc_def_token1] = ACTIONS(1124), [aux_sym_preproc_if_token1] = ACTIONS(1124), [aux_sym_preproc_if_token2] = ACTIONS(1124), [aux_sym_preproc_ifdef_token1] = ACTIONS(1124), [aux_sym_preproc_ifdef_token2] = ACTIONS(1124), [sym_preproc_directive] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(1126), [anon_sym_BANG] = ACTIONS(1126), [anon_sym_TILDE] = ACTIONS(1126), [anon_sym_DASH] = ACTIONS(1124), [anon_sym_PLUS] = ACTIONS(1124), [anon_sym_STAR] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1126), [anon_sym_SEMI] = ACTIONS(1126), [anon_sym_typedef] = ACTIONS(1124), [anon_sym_extern] = ACTIONS(1124), [anon_sym___attribute__] = ACTIONS(1124), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(1124), [anon_sym___cdecl] = ACTIONS(1124), [anon_sym___clrcall] = ACTIONS(1124), [anon_sym___stdcall] = ACTIONS(1124), [anon_sym___fastcall] = ACTIONS(1124), [anon_sym___thiscall] = ACTIONS(1124), [anon_sym___vectorcall] = ACTIONS(1124), [anon_sym_LBRACE] = ACTIONS(1126), [anon_sym_static] = ACTIONS(1124), [anon_sym_auto] = ACTIONS(1124), [anon_sym_register] = ACTIONS(1124), [anon_sym_inline] = ACTIONS(1124), [anon_sym_const] = ACTIONS(1124), [anon_sym_volatile] = ACTIONS(1124), [anon_sym_restrict] = ACTIONS(1124), [anon_sym__Atomic] = ACTIONS(1124), [anon_sym_signed] = ACTIONS(1124), [anon_sym_unsigned] = ACTIONS(1124), [anon_sym_long] = ACTIONS(1124), [anon_sym_short] = ACTIONS(1124), [sym_primitive_type] = ACTIONS(1124), [anon_sym_enum] = ACTIONS(1124), [anon_sym_struct] = ACTIONS(1124), [anon_sym_union] = ACTIONS(1124), [anon_sym_if] = ACTIONS(1124), [anon_sym_switch] = ACTIONS(1124), [anon_sym_case] = ACTIONS(1124), [anon_sym_default] = ACTIONS(1124), [anon_sym_while] = ACTIONS(1124), [anon_sym_do] = ACTIONS(1124), [anon_sym_for] = ACTIONS(1124), [anon_sym_return] = ACTIONS(1124), [anon_sym_break] = ACTIONS(1124), [anon_sym_continue] = ACTIONS(1124), [anon_sym_goto] = ACTIONS(1124), [anon_sym_DASH_DASH] = ACTIONS(1126), [anon_sym_PLUS_PLUS] = ACTIONS(1126), [anon_sym_sizeof] = ACTIONS(1124), [sym_number_literal] = ACTIONS(1126), [anon_sym_L_SQUOTE] = ACTIONS(1126), [anon_sym_u_SQUOTE] = ACTIONS(1126), [anon_sym_U_SQUOTE] = ACTIONS(1126), [anon_sym_u8_SQUOTE] = ACTIONS(1126), [anon_sym_SQUOTE] = ACTIONS(1126), [anon_sym_L_DQUOTE] = ACTIONS(1126), [anon_sym_u_DQUOTE] = ACTIONS(1126), [anon_sym_U_DQUOTE] = ACTIONS(1126), [anon_sym_u8_DQUOTE] = ACTIONS(1126), [anon_sym_DQUOTE] = ACTIONS(1126), [sym_true] = ACTIONS(1124), [sym_false] = ACTIONS(1124), [sym_null] = ACTIONS(1124), [sym_comment] = ACTIONS(3), }, [304] = { [sym_identifier] = ACTIONS(1028), [aux_sym_preproc_include_token1] = ACTIONS(1028), [aux_sym_preproc_def_token1] = ACTIONS(1028), [aux_sym_preproc_if_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), [sym_preproc_directive] = ACTIONS(1028), [anon_sym_LPAREN2] = ACTIONS(1030), [anon_sym_BANG] = ACTIONS(1030), [anon_sym_TILDE] = ACTIONS(1030), [anon_sym_DASH] = ACTIONS(1028), [anon_sym_PLUS] = ACTIONS(1028), [anon_sym_STAR] = ACTIONS(1030), [anon_sym_AMP] = ACTIONS(1030), [anon_sym_SEMI] = ACTIONS(1030), [anon_sym_typedef] = ACTIONS(1028), [anon_sym_extern] = ACTIONS(1028), [anon_sym___attribute__] = ACTIONS(1028), [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), [anon_sym___declspec] = ACTIONS(1028), [anon_sym___cdecl] = ACTIONS(1028), [anon_sym___clrcall] = ACTIONS(1028), [anon_sym___stdcall] = ACTIONS(1028), [anon_sym___fastcall] = ACTIONS(1028), [anon_sym___thiscall] = ACTIONS(1028), [anon_sym___vectorcall] = ACTIONS(1028), [anon_sym_LBRACE] = ACTIONS(1030), [anon_sym_RBRACE] = ACTIONS(1030), [anon_sym_static] = ACTIONS(1028), [anon_sym_auto] = ACTIONS(1028), [anon_sym_register] = ACTIONS(1028), [anon_sym_inline] = ACTIONS(1028), [anon_sym_const] = ACTIONS(1028), [anon_sym_volatile] = ACTIONS(1028), [anon_sym_restrict] = ACTIONS(1028), [anon_sym__Atomic] = ACTIONS(1028), [anon_sym_signed] = ACTIONS(1028), [anon_sym_unsigned] = ACTIONS(1028), [anon_sym_long] = ACTIONS(1028), [anon_sym_short] = ACTIONS(1028), [sym_primitive_type] = ACTIONS(1028), [anon_sym_enum] = ACTIONS(1028), [anon_sym_struct] = ACTIONS(1028), [anon_sym_union] = ACTIONS(1028), [anon_sym_if] = ACTIONS(1028), [anon_sym_switch] = ACTIONS(1028), [anon_sym_case] = ACTIONS(1028), [anon_sym_default] = ACTIONS(1028), [anon_sym_while] = ACTIONS(1028), [anon_sym_do] = ACTIONS(1028), [anon_sym_for] = ACTIONS(1028), [anon_sym_return] = ACTIONS(1028), [anon_sym_break] = ACTIONS(1028), [anon_sym_continue] = ACTIONS(1028), [anon_sym_goto] = ACTIONS(1028), [anon_sym_DASH_DASH] = ACTIONS(1030), [anon_sym_PLUS_PLUS] = ACTIONS(1030), [anon_sym_sizeof] = ACTIONS(1028), [sym_number_literal] = ACTIONS(1030), [anon_sym_L_SQUOTE] = ACTIONS(1030), [anon_sym_u_SQUOTE] = ACTIONS(1030), [anon_sym_U_SQUOTE] = ACTIONS(1030), [anon_sym_u8_SQUOTE] = ACTIONS(1030), [anon_sym_SQUOTE] = ACTIONS(1030), [anon_sym_L_DQUOTE] = ACTIONS(1030), [anon_sym_u_DQUOTE] = ACTIONS(1030), [anon_sym_U_DQUOTE] = ACTIONS(1030), [anon_sym_u8_DQUOTE] = ACTIONS(1030), [anon_sym_DQUOTE] = ACTIONS(1030), [sym_true] = ACTIONS(1028), [sym_false] = ACTIONS(1028), [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, [305] = { [sym_compound_statement] = STATE(100), [sym_labeled_statement] = STATE(100), [sym_expression_statement] = STATE(100), [sym_if_statement] = STATE(100), [sym_switch_statement] = STATE(100), [sym_case_statement] = STATE(100), [sym_while_statement] = STATE(100), [sym_do_statement] = STATE(100), [sym_for_statement] = STATE(100), [sym_return_statement] = STATE(100), [sym_break_statement] = STATE(100), [sym_continue_statement] = STATE(100), [sym_goto_statement] = STATE(100), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [306] = { [sym_compound_statement] = STATE(1410), [sym_labeled_statement] = STATE(1410), [sym_expression_statement] = STATE(1410), [sym_if_statement] = STATE(1410), [sym_switch_statement] = STATE(1410), [sym_case_statement] = STATE(1410), [sym_while_statement] = STATE(1410), [sym_do_statement] = STATE(1410), [sym_for_statement] = STATE(1410), [sym_return_statement] = STATE(1410), [sym_break_statement] = STATE(1410), [sym_continue_statement] = STATE(1410), [sym_goto_statement] = STATE(1410), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [307] = { [sym_compound_statement] = STATE(211), [sym_labeled_statement] = STATE(211), [sym_expression_statement] = STATE(211), [sym_if_statement] = STATE(211), [sym_switch_statement] = STATE(211), [sym_case_statement] = STATE(211), [sym_while_statement] = STATE(211), [sym_do_statement] = STATE(211), [sym_for_statement] = STATE(211), [sym_return_statement] = STATE(211), [sym_break_statement] = STATE(211), [sym_continue_statement] = STATE(211), [sym_goto_statement] = STATE(211), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [308] = { [sym_compound_statement] = STATE(207), [sym_labeled_statement] = STATE(207), [sym_expression_statement] = STATE(207), [sym_if_statement] = STATE(207), [sym_switch_statement] = STATE(207), [sym_case_statement] = STATE(207), [sym_while_statement] = STATE(207), [sym_do_statement] = STATE(207), [sym_for_statement] = STATE(207), [sym_return_statement] = STATE(207), [sym_break_statement] = STATE(207), [sym_continue_statement] = STATE(207), [sym_goto_statement] = STATE(207), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [309] = { [sym_compound_statement] = STATE(206), [sym_labeled_statement] = STATE(206), [sym_expression_statement] = STATE(206), [sym_if_statement] = STATE(206), [sym_switch_statement] = STATE(206), [sym_case_statement] = STATE(206), [sym_while_statement] = STATE(206), [sym_do_statement] = STATE(206), [sym_for_statement] = STATE(206), [sym_return_statement] = STATE(206), [sym_break_statement] = STATE(206), [sym_continue_statement] = STATE(206), [sym_goto_statement] = STATE(206), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [310] = { [sym_compound_statement] = STATE(203), [sym_labeled_statement] = STATE(203), [sym_expression_statement] = STATE(203), [sym_if_statement] = STATE(203), [sym_switch_statement] = STATE(203), [sym_case_statement] = STATE(203), [sym_while_statement] = STATE(203), [sym_do_statement] = STATE(203), [sym_for_statement] = STATE(203), [sym_return_statement] = STATE(203), [sym_break_statement] = STATE(203), [sym_continue_statement] = STATE(203), [sym_goto_statement] = STATE(203), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [311] = { [sym_compound_statement] = STATE(202), [sym_labeled_statement] = STATE(202), [sym_expression_statement] = STATE(202), [sym_if_statement] = STATE(202), [sym_switch_statement] = STATE(202), [sym_case_statement] = STATE(202), [sym_while_statement] = STATE(202), [sym_do_statement] = STATE(202), [sym_for_statement] = STATE(202), [sym_return_statement] = STATE(202), [sym_break_statement] = STATE(202), [sym_continue_statement] = STATE(202), [sym_goto_statement] = STATE(202), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [312] = { [sym_compound_statement] = STATE(200), [sym_labeled_statement] = STATE(200), [sym_expression_statement] = STATE(200), [sym_if_statement] = STATE(200), [sym_switch_statement] = STATE(200), [sym_case_statement] = STATE(200), [sym_while_statement] = STATE(200), [sym_do_statement] = STATE(200), [sym_for_statement] = STATE(200), [sym_return_statement] = STATE(200), [sym_break_statement] = STATE(200), [sym_continue_statement] = STATE(200), [sym_goto_statement] = STATE(200), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [313] = { [sym_compound_statement] = STATE(1447), [sym_labeled_statement] = STATE(1447), [sym_expression_statement] = STATE(1447), [sym_if_statement] = STATE(1447), [sym_switch_statement] = STATE(1447), [sym_case_statement] = STATE(1447), [sym_while_statement] = STATE(1447), [sym_do_statement] = STATE(1447), [sym_for_statement] = STATE(1447), [sym_return_statement] = STATE(1447), [sym_break_statement] = STATE(1447), [sym_continue_statement] = STATE(1447), [sym_goto_statement] = STATE(1447), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [314] = { [sym_compound_statement] = STATE(199), [sym_labeled_statement] = STATE(199), [sym_expression_statement] = STATE(199), [sym_if_statement] = STATE(199), [sym_switch_statement] = STATE(199), [sym_case_statement] = STATE(199), [sym_while_statement] = STATE(199), [sym_do_statement] = STATE(199), [sym_for_statement] = STATE(199), [sym_return_statement] = STATE(199), [sym_break_statement] = STATE(199), [sym_continue_statement] = STATE(199), [sym_goto_statement] = STATE(199), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [315] = { [sym_compound_statement] = STATE(198), [sym_labeled_statement] = STATE(198), [sym_expression_statement] = STATE(198), [sym_if_statement] = STATE(198), [sym_switch_statement] = STATE(198), [sym_case_statement] = STATE(198), [sym_while_statement] = STATE(198), [sym_do_statement] = STATE(198), [sym_for_statement] = STATE(198), [sym_return_statement] = STATE(198), [sym_break_statement] = STATE(198), [sym_continue_statement] = STATE(198), [sym_goto_statement] = STATE(198), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [316] = { [sym_compound_statement] = STATE(1438), [sym_labeled_statement] = STATE(1438), [sym_expression_statement] = STATE(1438), [sym_if_statement] = STATE(1438), [sym_switch_statement] = STATE(1438), [sym_case_statement] = STATE(1438), [sym_while_statement] = STATE(1438), [sym_do_statement] = STATE(1438), [sym_for_statement] = STATE(1438), [sym_return_statement] = STATE(1438), [sym_break_statement] = STATE(1438), [sym_continue_statement] = STATE(1438), [sym_goto_statement] = STATE(1438), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [317] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(151), [sym_labeled_statement] = STATE(151), [sym_expression_statement] = STATE(151), [sym_if_statement] = STATE(151), [sym_switch_statement] = STATE(151), [sym_while_statement] = STATE(151), [sym_do_statement] = STATE(151), [sym_for_statement] = STATE(151), [sym_return_statement] = STATE(151), [sym_break_statement] = STATE(151), [sym_continue_statement] = STATE(151), [sym_goto_statement] = STATE(151), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [318] = { [sym_compound_statement] = STATE(92), [sym_labeled_statement] = STATE(92), [sym_expression_statement] = STATE(92), [sym_if_statement] = STATE(92), [sym_switch_statement] = STATE(92), [sym_case_statement] = STATE(92), [sym_while_statement] = STATE(92), [sym_do_statement] = STATE(92), [sym_for_statement] = STATE(92), [sym_return_statement] = STATE(92), [sym_break_statement] = STATE(92), [sym_continue_statement] = STATE(92), [sym_goto_statement] = STATE(92), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [319] = { [sym_compound_statement] = STATE(208), [sym_labeled_statement] = STATE(208), [sym_expression_statement] = STATE(208), [sym_if_statement] = STATE(208), [sym_switch_statement] = STATE(208), [sym_case_statement] = STATE(208), [sym_while_statement] = STATE(208), [sym_do_statement] = STATE(208), [sym_for_statement] = STATE(208), [sym_return_statement] = STATE(208), [sym_break_statement] = STATE(208), [sym_continue_statement] = STATE(208), [sym_goto_statement] = STATE(208), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [320] = { [sym_compound_statement] = STATE(227), [sym_labeled_statement] = STATE(227), [sym_expression_statement] = STATE(227), [sym_if_statement] = STATE(227), [sym_switch_statement] = STATE(227), [sym_case_statement] = STATE(227), [sym_while_statement] = STATE(227), [sym_do_statement] = STATE(227), [sym_for_statement] = STATE(227), [sym_return_statement] = STATE(227), [sym_break_statement] = STATE(227), [sym_continue_statement] = STATE(227), [sym_goto_statement] = STATE(227), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [321] = { [sym_compound_statement] = STATE(169), [sym_labeled_statement] = STATE(169), [sym_expression_statement] = STATE(169), [sym_if_statement] = STATE(169), [sym_switch_statement] = STATE(169), [sym_case_statement] = STATE(169), [sym_while_statement] = STATE(169), [sym_do_statement] = STATE(169), [sym_for_statement] = STATE(169), [sym_return_statement] = STATE(169), [sym_break_statement] = STATE(169), [sym_continue_statement] = STATE(169), [sym_goto_statement] = STATE(169), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [322] = { [sym_compound_statement] = STATE(233), [sym_labeled_statement] = STATE(233), [sym_expression_statement] = STATE(233), [sym_if_statement] = STATE(233), [sym_switch_statement] = STATE(233), [sym_case_statement] = STATE(233), [sym_while_statement] = STATE(233), [sym_do_statement] = STATE(233), [sym_for_statement] = STATE(233), [sym_return_statement] = STATE(233), [sym_break_statement] = STATE(233), [sym_continue_statement] = STATE(233), [sym_goto_statement] = STATE(233), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [323] = { [sym_compound_statement] = STATE(161), [sym_labeled_statement] = STATE(161), [sym_expression_statement] = STATE(161), [sym_if_statement] = STATE(161), [sym_switch_statement] = STATE(161), [sym_case_statement] = STATE(161), [sym_while_statement] = STATE(161), [sym_do_statement] = STATE(161), [sym_for_statement] = STATE(161), [sym_return_statement] = STATE(161), [sym_break_statement] = STATE(161), [sym_continue_statement] = STATE(161), [sym_goto_statement] = STATE(161), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [324] = { [sym_compound_statement] = STATE(184), [sym_labeled_statement] = STATE(184), [sym_expression_statement] = STATE(184), [sym_if_statement] = STATE(184), [sym_switch_statement] = STATE(184), [sym_case_statement] = STATE(184), [sym_while_statement] = STATE(184), [sym_do_statement] = STATE(184), [sym_for_statement] = STATE(184), [sym_return_statement] = STATE(184), [sym_break_statement] = STATE(184), [sym_continue_statement] = STATE(184), [sym_goto_statement] = STATE(184), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [325] = { [sym_compound_statement] = STATE(143), [sym_labeled_statement] = STATE(143), [sym_expression_statement] = STATE(143), [sym_if_statement] = STATE(143), [sym_switch_statement] = STATE(143), [sym_case_statement] = STATE(143), [sym_while_statement] = STATE(143), [sym_do_statement] = STATE(143), [sym_for_statement] = STATE(143), [sym_return_statement] = STATE(143), [sym_break_statement] = STATE(143), [sym_continue_statement] = STATE(143), [sym_goto_statement] = STATE(143), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [326] = { [sym_compound_statement] = STATE(195), [sym_labeled_statement] = STATE(195), [sym_expression_statement] = STATE(195), [sym_if_statement] = STATE(195), [sym_switch_statement] = STATE(195), [sym_case_statement] = STATE(195), [sym_while_statement] = STATE(195), [sym_do_statement] = STATE(195), [sym_for_statement] = STATE(195), [sym_return_statement] = STATE(195), [sym_break_statement] = STATE(195), [sym_continue_statement] = STATE(195), [sym_goto_statement] = STATE(195), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [327] = { [sym_compound_statement] = STATE(139), [sym_labeled_statement] = STATE(139), [sym_expression_statement] = STATE(139), [sym_if_statement] = STATE(139), [sym_switch_statement] = STATE(139), [sym_case_statement] = STATE(139), [sym_while_statement] = STATE(139), [sym_do_statement] = STATE(139), [sym_for_statement] = STATE(139), [sym_return_statement] = STATE(139), [sym_break_statement] = STATE(139), [sym_continue_statement] = STATE(139), [sym_goto_statement] = STATE(139), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [328] = { [sym_compound_statement] = STATE(231), [sym_labeled_statement] = STATE(231), [sym_expression_statement] = STATE(231), [sym_if_statement] = STATE(231), [sym_switch_statement] = STATE(231), [sym_case_statement] = STATE(231), [sym_while_statement] = STATE(231), [sym_do_statement] = STATE(231), [sym_for_statement] = STATE(231), [sym_return_statement] = STATE(231), [sym_break_statement] = STATE(231), [sym_continue_statement] = STATE(231), [sym_goto_statement] = STATE(231), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [329] = { [sym_compound_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [330] = { [sym_compound_statement] = STATE(153), [sym_labeled_statement] = STATE(153), [sym_expression_statement] = STATE(153), [sym_if_statement] = STATE(153), [sym_switch_statement] = STATE(153), [sym_case_statement] = STATE(153), [sym_while_statement] = STATE(153), [sym_do_statement] = STATE(153), [sym_for_statement] = STATE(153), [sym_return_statement] = STATE(153), [sym_break_statement] = STATE(153), [sym_continue_statement] = STATE(153), [sym_goto_statement] = STATE(153), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [331] = { [sym_compound_statement] = STATE(220), [sym_labeled_statement] = STATE(220), [sym_expression_statement] = STATE(220), [sym_if_statement] = STATE(220), [sym_switch_statement] = STATE(220), [sym_case_statement] = STATE(220), [sym_while_statement] = STATE(220), [sym_do_statement] = STATE(220), [sym_for_statement] = STATE(220), [sym_return_statement] = STATE(220), [sym_break_statement] = STATE(220), [sym_continue_statement] = STATE(220), [sym_goto_statement] = STATE(220), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [332] = { [sym_compound_statement] = STATE(95), [sym_labeled_statement] = STATE(95), [sym_expression_statement] = STATE(95), [sym_if_statement] = STATE(95), [sym_switch_statement] = STATE(95), [sym_case_statement] = STATE(95), [sym_while_statement] = STATE(95), [sym_do_statement] = STATE(95), [sym_for_statement] = STATE(95), [sym_return_statement] = STATE(95), [sym_break_statement] = STATE(95), [sym_continue_statement] = STATE(95), [sym_goto_statement] = STATE(95), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [333] = { [sym_compound_statement] = STATE(1427), [sym_labeled_statement] = STATE(1427), [sym_expression_statement] = STATE(1427), [sym_if_statement] = STATE(1427), [sym_switch_statement] = STATE(1427), [sym_case_statement] = STATE(1427), [sym_while_statement] = STATE(1427), [sym_do_statement] = STATE(1427), [sym_for_statement] = STATE(1427), [sym_return_statement] = STATE(1427), [sym_break_statement] = STATE(1427), [sym_continue_statement] = STATE(1427), [sym_goto_statement] = STATE(1427), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [334] = { [sym_compound_statement] = STATE(70), [sym_labeled_statement] = STATE(70), [sym_expression_statement] = STATE(70), [sym_if_statement] = STATE(70), [sym_switch_statement] = STATE(70), [sym_case_statement] = STATE(70), [sym_while_statement] = STATE(70), [sym_do_statement] = STATE(70), [sym_for_statement] = STATE(70), [sym_return_statement] = STATE(70), [sym_break_statement] = STATE(70), [sym_continue_statement] = STATE(70), [sym_goto_statement] = STATE(70), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [335] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(185), [sym_labeled_statement] = STATE(185), [sym_expression_statement] = STATE(185), [sym_if_statement] = STATE(185), [sym_switch_statement] = STATE(185), [sym_while_statement] = STATE(185), [sym_do_statement] = STATE(185), [sym_for_statement] = STATE(185), [sym_return_statement] = STATE(185), [sym_break_statement] = STATE(185), [sym_continue_statement] = STATE(185), [sym_goto_statement] = STATE(185), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [336] = { [sym_compound_statement] = STATE(98), [sym_labeled_statement] = STATE(98), [sym_expression_statement] = STATE(98), [sym_if_statement] = STATE(98), [sym_switch_statement] = STATE(98), [sym_case_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [337] = { [sym_compound_statement] = STATE(232), [sym_labeled_statement] = STATE(232), [sym_expression_statement] = STATE(232), [sym_if_statement] = STATE(232), [sym_switch_statement] = STATE(232), [sym_case_statement] = STATE(232), [sym_while_statement] = STATE(232), [sym_do_statement] = STATE(232), [sym_for_statement] = STATE(232), [sym_return_statement] = STATE(232), [sym_break_statement] = STATE(232), [sym_continue_statement] = STATE(232), [sym_goto_statement] = STATE(232), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [338] = { [sym_compound_statement] = STATE(99), [sym_labeled_statement] = STATE(99), [sym_expression_statement] = STATE(99), [sym_if_statement] = STATE(99), [sym_switch_statement] = STATE(99), [sym_case_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [339] = { [sym_compound_statement] = STATE(223), [sym_labeled_statement] = STATE(223), [sym_expression_statement] = STATE(223), [sym_if_statement] = STATE(223), [sym_switch_statement] = STATE(223), [sym_case_statement] = STATE(223), [sym_while_statement] = STATE(223), [sym_do_statement] = STATE(223), [sym_for_statement] = STATE(223), [sym_return_statement] = STATE(223), [sym_break_statement] = STATE(223), [sym_continue_statement] = STATE(223), [sym_goto_statement] = STATE(223), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [340] = { [sym_compound_statement] = STATE(145), [sym_labeled_statement] = STATE(145), [sym_expression_statement] = STATE(145), [sym_if_statement] = STATE(145), [sym_switch_statement] = STATE(145), [sym_case_statement] = STATE(145), [sym_while_statement] = STATE(145), [sym_do_statement] = STATE(145), [sym_for_statement] = STATE(145), [sym_return_statement] = STATE(145), [sym_break_statement] = STATE(145), [sym_continue_statement] = STATE(145), [sym_goto_statement] = STATE(145), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [341] = { [sym_compound_statement] = STATE(221), [sym_labeled_statement] = STATE(221), [sym_expression_statement] = STATE(221), [sym_if_statement] = STATE(221), [sym_switch_statement] = STATE(221), [sym_case_statement] = STATE(221), [sym_while_statement] = STATE(221), [sym_do_statement] = STATE(221), [sym_for_statement] = STATE(221), [sym_return_statement] = STATE(221), [sym_break_statement] = STATE(221), [sym_continue_statement] = STATE(221), [sym_goto_statement] = STATE(221), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [342] = { [sym_compound_statement] = STATE(213), [sym_labeled_statement] = STATE(213), [sym_expression_statement] = STATE(213), [sym_if_statement] = STATE(213), [sym_switch_statement] = STATE(213), [sym_case_statement] = STATE(213), [sym_while_statement] = STATE(213), [sym_do_statement] = STATE(213), [sym_for_statement] = STATE(213), [sym_return_statement] = STATE(213), [sym_break_statement] = STATE(213), [sym_continue_statement] = STATE(213), [sym_goto_statement] = STATE(213), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [343] = { [sym_compound_statement] = STATE(146), [sym_labeled_statement] = STATE(146), [sym_expression_statement] = STATE(146), [sym_if_statement] = STATE(146), [sym_switch_statement] = STATE(146), [sym_case_statement] = STATE(146), [sym_while_statement] = STATE(146), [sym_do_statement] = STATE(146), [sym_for_statement] = STATE(146), [sym_return_statement] = STATE(146), [sym_break_statement] = STATE(146), [sym_continue_statement] = STATE(146), [sym_goto_statement] = STATE(146), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [344] = { [sym_compound_statement] = STATE(189), [sym_labeled_statement] = STATE(189), [sym_expression_statement] = STATE(189), [sym_if_statement] = STATE(189), [sym_switch_statement] = STATE(189), [sym_case_statement] = STATE(189), [sym_while_statement] = STATE(189), [sym_do_statement] = STATE(189), [sym_for_statement] = STATE(189), [sym_return_statement] = STATE(189), [sym_break_statement] = STATE(189), [sym_continue_statement] = STATE(189), [sym_goto_statement] = STATE(189), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [345] = { [sym_compound_statement] = STATE(214), [sym_labeled_statement] = STATE(214), [sym_expression_statement] = STATE(214), [sym_if_statement] = STATE(214), [sym_switch_statement] = STATE(214), [sym_case_statement] = STATE(214), [sym_while_statement] = STATE(214), [sym_do_statement] = STATE(214), [sym_for_statement] = STATE(214), [sym_return_statement] = STATE(214), [sym_break_statement] = STATE(214), [sym_continue_statement] = STATE(214), [sym_goto_statement] = STATE(214), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [346] = { [sym_compound_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [347] = { [sym_compound_statement] = STATE(179), [sym_labeled_statement] = STATE(179), [sym_expression_statement] = STATE(179), [sym_if_statement] = STATE(179), [sym_switch_statement] = STATE(179), [sym_case_statement] = STATE(179), [sym_while_statement] = STATE(179), [sym_do_statement] = STATE(179), [sym_for_statement] = STATE(179), [sym_return_statement] = STATE(179), [sym_break_statement] = STATE(179), [sym_continue_statement] = STATE(179), [sym_goto_statement] = STATE(179), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [348] = { [sym_compound_statement] = STATE(102), [sym_labeled_statement] = STATE(102), [sym_expression_statement] = STATE(102), [sym_if_statement] = STATE(102), [sym_switch_statement] = STATE(102), [sym_case_statement] = STATE(102), [sym_while_statement] = STATE(102), [sym_do_statement] = STATE(102), [sym_for_statement] = STATE(102), [sym_return_statement] = STATE(102), [sym_break_statement] = STATE(102), [sym_continue_statement] = STATE(102), [sym_goto_statement] = STATE(102), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [349] = { [sym_compound_statement] = STATE(103), [sym_labeled_statement] = STATE(103), [sym_expression_statement] = STATE(103), [sym_if_statement] = STATE(103), [sym_switch_statement] = STATE(103), [sym_case_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [350] = { [sym_compound_statement] = STATE(101), [sym_labeled_statement] = STATE(101), [sym_expression_statement] = STATE(101), [sym_if_statement] = STATE(101), [sym_switch_statement] = STATE(101), [sym_case_statement] = STATE(101), [sym_while_statement] = STATE(101), [sym_do_statement] = STATE(101), [sym_for_statement] = STATE(101), [sym_return_statement] = STATE(101), [sym_break_statement] = STATE(101), [sym_continue_statement] = STATE(101), [sym_goto_statement] = STATE(101), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [351] = { [sym_compound_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [352] = { [sym_compound_statement] = STATE(173), [sym_labeled_statement] = STATE(173), [sym_expression_statement] = STATE(173), [sym_if_statement] = STATE(173), [sym_switch_statement] = STATE(173), [sym_case_statement] = STATE(173), [sym_while_statement] = STATE(173), [sym_do_statement] = STATE(173), [sym_for_statement] = STATE(173), [sym_return_statement] = STATE(173), [sym_break_statement] = STATE(173), [sym_continue_statement] = STATE(173), [sym_goto_statement] = STATE(173), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [353] = { [sym_compound_statement] = STATE(218), [sym_labeled_statement] = STATE(218), [sym_expression_statement] = STATE(218), [sym_if_statement] = STATE(218), [sym_switch_statement] = STATE(218), [sym_case_statement] = STATE(218), [sym_while_statement] = STATE(218), [sym_do_statement] = STATE(218), [sym_for_statement] = STATE(218), [sym_return_statement] = STATE(218), [sym_break_statement] = STATE(218), [sym_continue_statement] = STATE(218), [sym_goto_statement] = STATE(218), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [354] = { [sym_compound_statement] = STATE(170), [sym_labeled_statement] = STATE(170), [sym_expression_statement] = STATE(170), [sym_if_statement] = STATE(170), [sym_switch_statement] = STATE(170), [sym_case_statement] = STATE(170), [sym_while_statement] = STATE(170), [sym_do_statement] = STATE(170), [sym_for_statement] = STATE(170), [sym_return_statement] = STATE(170), [sym_break_statement] = STATE(170), [sym_continue_statement] = STATE(170), [sym_goto_statement] = STATE(170), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [355] = { [sym_compound_statement] = STATE(224), [sym_labeled_statement] = STATE(224), [sym_expression_statement] = STATE(224), [sym_if_statement] = STATE(224), [sym_switch_statement] = STATE(224), [sym_case_statement] = STATE(224), [sym_while_statement] = STATE(224), [sym_do_statement] = STATE(224), [sym_for_statement] = STATE(224), [sym_return_statement] = STATE(224), [sym_break_statement] = STATE(224), [sym_continue_statement] = STATE(224), [sym_goto_statement] = STATE(224), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [356] = { [sym_compound_statement] = STATE(234), [sym_labeled_statement] = STATE(234), [sym_expression_statement] = STATE(234), [sym_if_statement] = STATE(234), [sym_switch_statement] = STATE(234), [sym_case_statement] = STATE(234), [sym_while_statement] = STATE(234), [sym_do_statement] = STATE(234), [sym_for_statement] = STATE(234), [sym_return_statement] = STATE(234), [sym_break_statement] = STATE(234), [sym_continue_statement] = STATE(234), [sym_goto_statement] = STATE(234), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [357] = { [sym_compound_statement] = STATE(147), [sym_labeled_statement] = STATE(147), [sym_expression_statement] = STATE(147), [sym_if_statement] = STATE(147), [sym_switch_statement] = STATE(147), [sym_case_statement] = STATE(147), [sym_while_statement] = STATE(147), [sym_do_statement] = STATE(147), [sym_for_statement] = STATE(147), [sym_return_statement] = STATE(147), [sym_break_statement] = STATE(147), [sym_continue_statement] = STATE(147), [sym_goto_statement] = STATE(147), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [358] = { [sym_compound_statement] = STATE(148), [sym_labeled_statement] = STATE(148), [sym_expression_statement] = STATE(148), [sym_if_statement] = STATE(148), [sym_switch_statement] = STATE(148), [sym_case_statement] = STATE(148), [sym_while_statement] = STATE(148), [sym_do_statement] = STATE(148), [sym_for_statement] = STATE(148), [sym_return_statement] = STATE(148), [sym_break_statement] = STATE(148), [sym_continue_statement] = STATE(148), [sym_goto_statement] = STATE(148), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [359] = { [sym_compound_statement] = STATE(217), [sym_labeled_statement] = STATE(217), [sym_expression_statement] = STATE(217), [sym_if_statement] = STATE(217), [sym_switch_statement] = STATE(217), [sym_case_statement] = STATE(217), [sym_while_statement] = STATE(217), [sym_do_statement] = STATE(217), [sym_for_statement] = STATE(217), [sym_return_statement] = STATE(217), [sym_break_statement] = STATE(217), [sym_continue_statement] = STATE(217), [sym_goto_statement] = STATE(217), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [360] = { [sym_compound_statement] = STATE(150), [sym_labeled_statement] = STATE(150), [sym_expression_statement] = STATE(150), [sym_if_statement] = STATE(150), [sym_switch_statement] = STATE(150), [sym_case_statement] = STATE(150), [sym_while_statement] = STATE(150), [sym_do_statement] = STATE(150), [sym_for_statement] = STATE(150), [sym_return_statement] = STATE(150), [sym_break_statement] = STATE(150), [sym_continue_statement] = STATE(150), [sym_goto_statement] = STATE(150), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [361] = { [sym_compound_statement] = STATE(81), [sym_labeled_statement] = STATE(81), [sym_expression_statement] = STATE(81), [sym_if_statement] = STATE(81), [sym_switch_statement] = STATE(81), [sym_case_statement] = STATE(81), [sym_while_statement] = STATE(81), [sym_do_statement] = STATE(81), [sym_for_statement] = STATE(81), [sym_return_statement] = STATE(81), [sym_break_statement] = STATE(81), [sym_continue_statement] = STATE(81), [sym_goto_statement] = STATE(81), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [362] = { [sym_compound_statement] = STATE(222), [sym_labeled_statement] = STATE(222), [sym_expression_statement] = STATE(222), [sym_if_statement] = STATE(222), [sym_switch_statement] = STATE(222), [sym_case_statement] = STATE(222), [sym_while_statement] = STATE(222), [sym_do_statement] = STATE(222), [sym_for_statement] = STATE(222), [sym_return_statement] = STATE(222), [sym_break_statement] = STATE(222), [sym_continue_statement] = STATE(222), [sym_goto_statement] = STATE(222), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [363] = { [sym_compound_statement] = STATE(230), [sym_labeled_statement] = STATE(230), [sym_expression_statement] = STATE(230), [sym_if_statement] = STATE(230), [sym_switch_statement] = STATE(230), [sym_case_statement] = STATE(230), [sym_while_statement] = STATE(230), [sym_do_statement] = STATE(230), [sym_for_statement] = STATE(230), [sym_return_statement] = STATE(230), [sym_break_statement] = STATE(230), [sym_continue_statement] = STATE(230), [sym_goto_statement] = STATE(230), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [364] = { [sym_compound_statement] = STATE(158), [sym_labeled_statement] = STATE(158), [sym_expression_statement] = STATE(158), [sym_if_statement] = STATE(158), [sym_switch_statement] = STATE(158), [sym_case_statement] = STATE(158), [sym_while_statement] = STATE(158), [sym_do_statement] = STATE(158), [sym_for_statement] = STATE(158), [sym_return_statement] = STATE(158), [sym_break_statement] = STATE(158), [sym_continue_statement] = STATE(158), [sym_goto_statement] = STATE(158), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [365] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(191), [sym_labeled_statement] = STATE(191), [sym_expression_statement] = STATE(191), [sym_if_statement] = STATE(191), [sym_switch_statement] = STATE(191), [sym_while_statement] = STATE(191), [sym_do_statement] = STATE(191), [sym_for_statement] = STATE(191), [sym_return_statement] = STATE(191), [sym_break_statement] = STATE(191), [sym_continue_statement] = STATE(191), [sym_goto_statement] = STATE(191), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [366] = { [sym_attribute_declaration] = STATE(613), [sym_compound_statement] = STATE(80), [sym_labeled_statement] = STATE(80), [sym_expression_statement] = STATE(80), [sym_if_statement] = STATE(80), [sym_switch_statement] = STATE(80), [sym_while_statement] = STATE(80), [sym_do_statement] = STATE(80), [sym_for_statement] = STATE(80), [sym_return_statement] = STATE(80), [sym_break_statement] = STATE(80), [sym_continue_statement] = STATE(80), [sym_goto_statement] = STATE(80), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [aux_sym_attributed_declarator_repeat1] = STATE(613), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [367] = { [sym_compound_statement] = STATE(83), [sym_labeled_statement] = STATE(83), [sym_expression_statement] = STATE(83), [sym_if_statement] = STATE(83), [sym_switch_statement] = STATE(83), [sym_case_statement] = STATE(83), [sym_while_statement] = STATE(83), [sym_do_statement] = STATE(83), [sym_for_statement] = STATE(83), [sym_return_statement] = STATE(83), [sym_break_statement] = STATE(83), [sym_continue_statement] = STATE(83), [sym_goto_statement] = STATE(83), [sym__expression] = STATE(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [368] = { [sym_compound_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [369] = { [sym_compound_statement] = STATE(152), [sym_labeled_statement] = STATE(152), [sym_expression_statement] = STATE(152), [sym_if_statement] = STATE(152), [sym_switch_statement] = STATE(152), [sym_case_statement] = STATE(152), [sym_while_statement] = STATE(152), [sym_do_statement] = STATE(152), [sym_for_statement] = STATE(152), [sym_return_statement] = STATE(152), [sym_break_statement] = STATE(152), [sym_continue_statement] = STATE(152), [sym_goto_statement] = STATE(152), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [370] = { [sym_compound_statement] = STATE(154), [sym_labeled_statement] = STATE(154), [sym_expression_statement] = STATE(154), [sym_if_statement] = STATE(154), [sym_switch_statement] = STATE(154), [sym_case_statement] = STATE(154), [sym_while_statement] = STATE(154), [sym_do_statement] = STATE(154), [sym_for_statement] = STATE(154), [sym_return_statement] = STATE(154), [sym_break_statement] = STATE(154), [sym_continue_statement] = STATE(154), [sym_goto_statement] = STATE(154), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [371] = { [sym_compound_statement] = STATE(229), [sym_labeled_statement] = STATE(229), [sym_expression_statement] = STATE(229), [sym_if_statement] = STATE(229), [sym_switch_statement] = STATE(229), [sym_case_statement] = STATE(229), [sym_while_statement] = STATE(229), [sym_do_statement] = STATE(229), [sym_for_statement] = STATE(229), [sym_return_statement] = STATE(229), [sym_break_statement] = STATE(229), [sym_continue_statement] = STATE(229), [sym_goto_statement] = STATE(229), [sym__expression] = STATE(700), [sym_comma_expression] = STATE(1281), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1138), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(367), [anon_sym_LBRACE] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_switch] = ACTIONS(377), [anon_sym_case] = ACTIONS(379), [anon_sym_default] = ACTIONS(381), [anon_sym_while] = ACTIONS(383), [anon_sym_do] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_return] = ACTIONS(389), [anon_sym_break] = ACTIONS(391), [anon_sym_continue] = ACTIONS(393), [anon_sym_goto] = ACTIONS(395), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [372] = { [sym_compound_statement] = STATE(129), [sym_labeled_statement] = STATE(129), [sym_expression_statement] = STATE(129), [sym_if_statement] = STATE(129), [sym_switch_statement] = STATE(129), [sym_case_statement] = STATE(129), [sym_while_statement] = STATE(129), [sym_do_statement] = STATE(129), [sym_for_statement] = STATE(129), [sym_return_statement] = STATE(129), [sym_break_statement] = STATE(129), [sym_continue_statement] = STATE(129), [sym_goto_statement] = STATE(129), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [373] = { [sym_compound_statement] = STATE(219), [sym_labeled_statement] = STATE(219), [sym_expression_statement] = STATE(219), [sym_if_statement] = STATE(219), [sym_switch_statement] = STATE(219), [sym_case_statement] = STATE(219), [sym_while_statement] = STATE(219), [sym_do_statement] = STATE(219), [sym_for_statement] = STATE(219), [sym_return_statement] = STATE(219), [sym_break_statement] = STATE(219), [sym_continue_statement] = STATE(219), [sym_goto_statement] = STATE(219), [sym__expression] = STATE(698), [sym_comma_expression] = STATE(1389), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1142), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACE] = ACTIONS(319), [anon_sym_if] = ACTIONS(323), [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(327), [anon_sym_default] = ACTIONS(329), [anon_sym_while] = ACTIONS(331), [anon_sym_do] = ACTIONS(333), [anon_sym_for] = ACTIONS(335), [anon_sym_return] = ACTIONS(337), [anon_sym_break] = ACTIONS(339), [anon_sym_continue] = ACTIONS(341), [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [374] = { [sym_compound_statement] = STATE(128), [sym_labeled_statement] = STATE(128), [sym_expression_statement] = STATE(128), [sym_if_statement] = STATE(128), [sym_switch_statement] = STATE(128), [sym_case_statement] = STATE(128), [sym_while_statement] = STATE(128), [sym_do_statement] = STATE(128), [sym_for_statement] = STATE(128), [sym_return_statement] = STATE(128), [sym_break_statement] = STATE(128), [sym_continue_statement] = STATE(128), [sym_goto_statement] = STATE(128), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [375] = { [sym_compound_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(740), [sym_comma_expression] = STATE(1380), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1140), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_if] = ACTIONS(117), [anon_sym_switch] = ACTIONS(119), [anon_sym_case] = ACTIONS(121), [anon_sym_default] = ACTIONS(123), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), [anon_sym_return] = ACTIONS(131), [anon_sym_break] = ACTIONS(133), [anon_sym_continue] = ACTIONS(135), [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [376] = { [sym_compound_statement] = STATE(157), [sym_labeled_statement] = STATE(157), [sym_expression_statement] = STATE(157), [sym_if_statement] = STATE(157), [sym_switch_statement] = STATE(157), [sym_case_statement] = STATE(157), [sym_while_statement] = STATE(157), [sym_do_statement] = STATE(157), [sym_for_statement] = STATE(157), [sym_return_statement] = STATE(157), [sym_break_statement] = STATE(157), [sym_continue_statement] = STATE(157), [sym_goto_statement] = STATE(157), [sym__expression] = STATE(701), [sym_comma_expression] = STATE(1431), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1134), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(61), [anon_sym_default] = ACTIONS(63), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [377] = { [sym__expression] = STATE(607), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_initializer_list] = STATE(608), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_identifier] = ACTIONS(1144), [anon_sym_COMMA] = ACTIONS(872), [anon_sym_RPAREN] = ACTIONS(872), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_SLASH] = ACTIONS(882), [anon_sym_PERCENT] = ACTIONS(872), [anon_sym_PIPE_PIPE] = ACTIONS(872), [anon_sym_AMP_AMP] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(882), [anon_sym_CARET] = ACTIONS(872), [anon_sym_AMP] = ACTIONS(880), [anon_sym_EQ_EQ] = ACTIONS(872), [anon_sym_BANG_EQ] = ACTIONS(872), [anon_sym_GT] = ACTIONS(882), [anon_sym_GT_EQ] = ACTIONS(872), [anon_sym_LT_EQ] = ACTIONS(872), [anon_sym_LT] = ACTIONS(882), [anon_sym_LT_LT] = ACTIONS(872), [anon_sym_GT_GT] = ACTIONS(872), [anon_sym_SEMI] = ACTIONS(872), [anon_sym_LBRACE] = ACTIONS(884), [anon_sym_RBRACE] = ACTIONS(872), [anon_sym_LBRACK] = ACTIONS(872), [anon_sym_COLON] = ACTIONS(872), [anon_sym_QMARK] = ACTIONS(872), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [anon_sym_DOT] = ACTIONS(882), [anon_sym_DASH_GT] = ACTIONS(872), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [378] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1425), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [379] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1347), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [380] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1348), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [381] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1365), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [382] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1422), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [383] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1375), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [384] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1398), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [385] = { [sym_type_qualifier] = STATE(860), [sym__type_specifier] = STATE(997), [sym_sized_type_specifier] = STATE(881), [sym_enum_specifier] = STATE(881), [sym_struct_specifier] = STATE(881), [sym_union_specifier] = STATE(881), [sym__expression] = STATE(717), [sym_comma_expression] = STATE(1423), [sym_conditional_expression] = STATE(549), [sym_assignment_expression] = STATE(549), [sym_pointer_expression] = STATE(614), [sym_unary_expression] = STATE(549), [sym_binary_expression] = STATE(549), [sym_update_expression] = STATE(549), [sym_cast_expression] = STATE(549), [sym_type_descriptor] = STATE(1419), [sym_sizeof_expression] = STATE(549), [sym_subscript_expression] = STATE(614), [sym_call_expression] = STATE(614), [sym_field_expression] = STATE(614), [sym_compound_literal_expression] = STATE(549), [sym_parenthesized_expression] = STATE(614), [sym_char_literal] = STATE(549), [sym_concatenated_string] = STATE(549), [sym_string_literal] = STATE(436), [sym_macro_type_specifier] = STATE(881), [aux_sym_type_definition_repeat1] = STATE(860), [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1146), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_const] = ACTIONS(45), [anon_sym_volatile] = ACTIONS(45), [anon_sym_restrict] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1148), [anon_sym_unsigned] = ACTIONS(1148), [anon_sym_long] = ACTIONS(1148), [anon_sym_short] = ACTIONS(1148), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), [anon_sym_U_DQUOTE] = ACTIONS(87), [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1152), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1150), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, anon_sym_if, anon_sym_switch, anon_sym_case, anon_sym_default, anon_sym_while, anon_sym_do, anon_sym_for, anon_sym_return, anon_sym_break, anon_sym_continue, anon_sym_goto, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, [71] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1156), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1154), 38, anon_sym_DASH, anon_sym_PLUS, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, anon_sym_if, anon_sym_switch, anon_sym_case, anon_sym_default, anon_sym_while, anon_sym_do, anon_sym_for, anon_sym_return, anon_sym_break, anon_sym_continue, anon_sym_goto, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, [142] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1094), 1, anon_sym_AMP, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1164), 1, anon_sym_TILDE, ACTIONS(1166), 1, anon_sym_STAR, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(608), 1, sym_initializer_list, STATE(634), 1, sym__expression, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1162), 3, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(882), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT, anon_sym_LT, anon_sym_DOT, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, ACTIONS(872), 14, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_GT, [249] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1172), 1, sym_identifier, ACTIONS(1181), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1177), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, anon_sym_switch, anon_sym_case, anon_sym_default, anon_sym_while, anon_sym_do, anon_sym_for, anon_sym_return, anon_sym_break, anon_sym_continue, anon_sym_goto, anon_sym_sizeof, sym_true, sym_false, sym_null, ACTIONS(1179), 19, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, ACTIONS(1175), 20, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [321] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1184), 1, sym_identifier, ACTIONS(1186), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1188), 1, anon_sym_RPAREN, ACTIONS(1190), 1, anon_sym_LPAREN2, ACTIONS(1192), 1, anon_sym_STAR, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1196), 1, anon_sym_LBRACK, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(935), 1, sym__declaration_specifiers, STATE(1091), 1, sym__declarator, STATE(1143), 1, sym_parameter_list, STATE(1149), 1, sym__abstract_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1173), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [440] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1204), 1, aux_sym_preproc_if_token2, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1452), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(395), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [548] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1214), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1359), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [656] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1216), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1335), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(403), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [764] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1218), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1411), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [872] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1220), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1426), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [980] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1222), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1290), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(400), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1088] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1224), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1326), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(404), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1196] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1226), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1356), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(392), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1304] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1228), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1279), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1412] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1230), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1327), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1520] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1232), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1325), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(399), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1628] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1234), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1428), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(394), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1736] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1236), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1324), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1844] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1200), 1, aux_sym_preproc_def_token1, ACTIONS(1202), 1, aux_sym_preproc_if_token1, ACTIONS(1208), 1, aux_sym_preproc_else_token1, ACTIONS(1210), 1, aux_sym_preproc_elif_token1, ACTIONS(1212), 1, sym_preproc_directive, ACTIONS(1238), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1206), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, STATE(1349), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [1952] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1257), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, ACTIONS(1242), 13, 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_SEMI, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [2027] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1257), 1, anon_sym_COLON, ACTIONS(1261), 1, anon_sym_SEMI, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1242), 12, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [2104] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1264), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, ACTIONS(1242), 13, 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_SEMI, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [2179] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1266), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, ACTIONS(1242), 13, 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_SEMI, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [2254] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1268), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, ACTIONS(1242), 13, 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_SEMI, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [2329] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1261), 1, anon_sym_SEMI, ACTIONS(1268), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1242), 12, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [2406] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1261), 1, anon_sym_SEMI, ACTIONS(1264), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1242), 12, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [2483] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1261), 1, anon_sym_SEMI, ACTIONS(1266), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1242), 12, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [2560] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1144), 1, sym_identifier, ACTIONS(1270), 1, anon_sym_COMMA, ACTIONS(1272), 1, anon_sym_RBRACE, ACTIONS(1274), 1, anon_sym_LBRACK, ACTIONS(1276), 1, anon_sym_DOT, STATE(436), 1, sym_string_literal, STATE(688), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(1203), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(89), 3, sym_true, sym_false, sym_null, STATE(1105), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [2660] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1253), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, ACTIONS(1242), 13, 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_SEMI, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [2732] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, sym_identifier, ACTIONS(1281), 1, aux_sym_preproc_def_token1, ACTIONS(1284), 1, aux_sym_preproc_if_token1, ACTIONS(1292), 1, sym_preproc_directive, ACTIONS(1298), 1, anon_sym___attribute__, ACTIONS(1301), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1304), 1, anon_sym___declspec, ACTIONS(1313), 1, sym_primitive_type, ACTIONS(1316), 1, anon_sym_enum, ACTIONS(1319), 1, anon_sym_struct, ACTIONS(1322), 1, anon_sym_union, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1001), 1, sym__declaration_specifiers, ACTIONS(1289), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(1287), 3, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, ACTIONS(1307), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(1295), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(415), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [2832] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1144), 1, sym_identifier, ACTIONS(1274), 1, anon_sym_LBRACK, ACTIONS(1276), 1, anon_sym_DOT, ACTIONS(1325), 1, anon_sym_RBRACE, STATE(436), 1, sym_string_literal, STATE(706), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(1216), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(89), 3, sym_true, sym_false, sym_null, STATE(1105), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [2929] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1144), 1, sym_identifier, ACTIONS(1274), 1, anon_sym_LBRACK, ACTIONS(1276), 1, anon_sym_DOT, ACTIONS(1327), 1, anon_sym_RBRACE, STATE(436), 1, sym_string_literal, STATE(706), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(1216), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(89), 3, sym_true, sym_false, sym_null, STATE(1105), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [3026] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1329), 1, aux_sym_preproc_def_token1, ACTIONS(1331), 1, aux_sym_preproc_if_token1, ACTIONS(1335), 1, sym_preproc_directive, ACTIONS(1337), 1, anon_sym_RBRACE, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1002), 1, sym__declaration_specifiers, ACTIONS(1333), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [3124] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1329), 1, aux_sym_preproc_def_token1, ACTIONS(1331), 1, aux_sym_preproc_if_token1, ACTIONS(1335), 1, sym_preproc_directive, ACTIONS(1339), 1, anon_sym_RBRACE, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1002), 1, sym__declaration_specifiers, ACTIONS(1333), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(418), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [3222] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1341), 1, aux_sym_preproc_def_token1, ACTIONS(1343), 1, aux_sym_preproc_if_token1, ACTIONS(1345), 1, aux_sym_preproc_if_token2, ACTIONS(1349), 1, sym_preproc_directive, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1000), 1, sym__declaration_specifiers, ACTIONS(1347), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(422), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [3320] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1144), 1, sym_identifier, ACTIONS(1274), 1, anon_sym_LBRACK, ACTIONS(1276), 1, anon_sym_DOT, STATE(436), 1, sym_string_literal, STATE(706), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(1216), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(89), 3, sym_true, sym_false, sym_null, STATE(1105), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [3414] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, sym_identifier, ACTIONS(1287), 1, aux_sym_preproc_if_token2, ACTIONS(1298), 1, anon_sym___attribute__, ACTIONS(1301), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1304), 1, anon_sym___declspec, ACTIONS(1313), 1, sym_primitive_type, ACTIONS(1316), 1, anon_sym_enum, ACTIONS(1319), 1, anon_sym_struct, ACTIONS(1322), 1, anon_sym_union, ACTIONS(1351), 1, aux_sym_preproc_def_token1, ACTIONS(1354), 1, aux_sym_preproc_if_token1, ACTIONS(1360), 1, sym_preproc_directive, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1000), 1, sym__declaration_specifiers, ACTIONS(1357), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(1307), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(1295), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(422), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [3512] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, sym_identifier, ACTIONS(1298), 1, anon_sym___attribute__, ACTIONS(1301), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1304), 1, anon_sym___declspec, ACTIONS(1313), 1, sym_primitive_type, ACTIONS(1316), 1, anon_sym_enum, ACTIONS(1319), 1, anon_sym_struct, ACTIONS(1322), 1, anon_sym_union, ACTIONS(1363), 1, aux_sym_preproc_def_token1, ACTIONS(1366), 1, aux_sym_preproc_if_token1, ACTIONS(1372), 1, sym_preproc_directive, ACTIONS(1375), 1, anon_sym_RBRACE, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1002), 1, sym__declaration_specifiers, ACTIONS(1369), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(1307), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(1295), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [3610] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1341), 1, aux_sym_preproc_def_token1, ACTIONS(1343), 1, aux_sym_preproc_if_token1, ACTIONS(1349), 1, sym_preproc_directive, ACTIONS(1377), 1, aux_sym_preproc_if_token2, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1000), 1, sym__declaration_specifiers, ACTIONS(1347), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, STATE(420), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, sym_preproc_if_in_field_declaration_list, sym_preproc_ifdef_in_field_declaration_list, sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, [3708] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1379), 1, anon_sym_STAR, ACTIONS(1381), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(745), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(433), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [3799] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1186), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1188), 1, anon_sym_RPAREN, ACTIONS(1196), 1, anon_sym_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1385), 1, anon_sym_LPAREN2, ACTIONS(1387), 1, anon_sym_STAR, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(935), 1, sym__declaration_specifiers, STATE(1143), 1, sym_parameter_list, STATE(1149), 1, sym__abstract_declarator, STATE(1173), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [3902] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1389), 1, anon_sym_STAR, ACTIONS(1391), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(749), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(652), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [3993] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1393), 1, anon_sym_STAR, ACTIONS(1395), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(771), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(437), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4084] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1397), 1, anon_sym_STAR, ACTIONS(1399), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(791), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(427), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4175] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1401), 1, anon_sym_STAR, ACTIONS(1403), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(776), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(652), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4266] = 5, ACTIONS(3), 1, sym_comment, STATE(435), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1407), 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(1405), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [4327] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1409), 1, anon_sym_STAR, ACTIONS(1411), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(760), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(652), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4418] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1413), 1, anon_sym_STAR, ACTIONS(1415), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(746), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(652), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4509] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1417), 1, anon_sym_STAR, ACTIONS(1419), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(768), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(432), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4600] = 5, ACTIONS(3), 1, sym_comment, STATE(435), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(1425), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1423), 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(1421), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [4661] = 5, ACTIONS(3), 1, sym_comment, STATE(431), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1248), 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(1242), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [4722] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1428), 1, anon_sym_STAR, ACTIONS(1430), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(788), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(652), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4813] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1166), 1, anon_sym_AMP, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1432), 1, anon_sym_STAR, ACTIONS(1434), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(831), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, STATE(430), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(1383), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [4904] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1438), 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(1436), 34, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [4959] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1440), 1, anon_sym_LBRACE, STATE(648), 1, sym_ms_call_modifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1010), 1, sym__declaration_specifiers, STATE(275), 3, sym_function_definition, sym_declaration, sym_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, ACTIONS(39), 6, anon_sym___cdecl, anon_sym___clrcall, anon_sym___stdcall, anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [5050] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1442), 1, anon_sym_LBRACE, STATE(647), 1, sym_ms_call_modifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1013), 1, sym__declaration_specifiers, STATE(120), 3, sym_function_definition, sym_declaration, sym_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, ACTIONS(39), 6, anon_sym___cdecl, anon_sym___clrcall, anon_sym___stdcall, anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [5141] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1444), 1, anon_sym_LBRACE, STATE(649), 1, sym_ms_call_modifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1015), 1, sym__declaration_specifiers, STATE(272), 3, sym_function_definition, sym_declaration, sym_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, ACTIONS(39), 6, anon_sym___cdecl, anon_sym___clrcall, anon_sym___stdcall, anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [5232] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1448), 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(1446), 34, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [5287] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, ACTIONS(1450), 1, anon_sym_LBRACE, STATE(645), 1, sym_ms_call_modifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1008), 1, sym__declaration_specifiers, STATE(253), 3, sym_function_definition, sym_declaration, sym_declaration_list, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, ACTIONS(39), 6, anon_sym___cdecl, anon_sym___clrcall, anon_sym___stdcall, anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [5378] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1452), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(728), 1, sym__expression, STATE(1321), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [5460] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1454), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(718), 1, sym__expression, STATE(1286), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [5542] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(607), 1, sym__expression, STATE(608), 1, sym_initializer_list, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [5624] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1456), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(727), 1, sym__expression, STATE(1417), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [5706] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1458), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(744), 1, sym__expression, STATE(1409), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [5788] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1460), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(710), 1, sym__expression, STATE(1399), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [5870] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1462), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(734), 1, sym__expression, STATE(1407), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [5952] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1464), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(721), 1, sym__expression, STATE(1289), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6034] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1466), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(707), 1, sym__expression, STATE(1364), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6116] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1468), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(731), 1, sym__expression, STATE(1277), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6198] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1470), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(738), 1, sym__expression, STATE(1314), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6280] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1472), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(737), 1, sym__expression, STATE(1303), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6362] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1474), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(742), 1, sym__expression, STATE(1413), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6444] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1476), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(709), 1, sym__expression, STATE(1339), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6526] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(608), 1, sym_initializer_list, STATE(634), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6608] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1478), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(711), 1, sym__expression, STATE(1338), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6690] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1480), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(733), 1, sym__expression, STATE(1320), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6772] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1482), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(726), 1, sym__expression, STATE(1350), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6854] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1484), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(715), 1, sym__expression, STATE(1284), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [6936] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1486), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(714), 1, sym__expression, STATE(1336), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7018] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1488), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(713), 1, sym__expression, STATE(1282), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7100] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1490), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(735), 1, sym__expression, STATE(1420), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7182] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1492), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(736), 1, sym__expression, STATE(1300), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7264] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(607), 1, sym__expression, STATE(608), 1, sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7346] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1494), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(743), 1, sym__expression, STATE(1322), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7428] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(608), 1, sym_initializer_list, STATE(634), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7510] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(699), 1, sym__expression, STATE(1221), 1, sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7592] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1496), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(722), 1, sym__expression, STATE(1318), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7674] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1498), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(708), 1, sym__expression, STATE(1278), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7756] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1500), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(702), 1, sym__expression, STATE(1315), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7838] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(705), 1, sym__expression, STATE(1226), 1, sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [7920] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1502), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(719), 1, sym__expression, STATE(1332), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8002] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1504), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(741), 1, sym__expression, STATE(1441), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8084] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1506), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(703), 1, sym__expression, STATE(1445), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8166] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1508), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8245] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1510), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8324] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(717), 1, sym__expression, STATE(1423), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8403] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1512), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(765), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8482] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1514), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8561] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1516), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8640] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1518), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(694), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8719] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1520), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8798] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1522), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(757), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8877] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1524), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(754), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [8956] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1526), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9035] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1528), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(752), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9114] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1530), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9193] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1532), 1, anon_sym_RPAREN, STATE(436), 1, sym_string_literal, STATE(689), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9272] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(695), 1, sym__expression, STATE(1231), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9351] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1536), 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(1534), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [9402] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1538), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(821), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9481] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1540), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(803), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9560] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1542), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(790), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9639] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1544), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(778), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9718] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1546), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(802), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9797] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1548), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9876] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1550), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(747), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [9955] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1552), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(806), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10034] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1554), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10113] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1556), 1, anon_sym_SEMI, STATE(436), 1, sym_string_literal, STATE(813), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10192] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(704), 1, sym__expression, STATE(1429), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10271] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1558), 1, anon_sym_RBRACK, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10350] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(640), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10426] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(755), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10502] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(661), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10578] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(662), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10654] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(532), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10730] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(763), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10806] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(632), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10882] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(639), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [10958] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(633), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11034] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1562), 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(1560), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [11084] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(630), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11160] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(637), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11236] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(623), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11312] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(626), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11388] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1566), 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(1564), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [11438] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, ACTIONS(1568), 1, anon_sym_LPAREN2, STATE(436), 1, sym_string_literal, STATE(653), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11514] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(794), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11590] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(538), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11666] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(822), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11742] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(627), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11818] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(654), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11894] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(804), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [11970] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(628), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12046] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(629), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12122] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1572), 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(1570), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [12172] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1578), 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(1574), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [12232] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(655), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12308] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1592), 1, anon_sym_PIPE_PIPE, ACTIONS(1594), 1, anon_sym_AMP_AMP, ACTIONS(1596), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_CARET, ACTIONS(1600), 1, anon_sym_AMP, ACTIONS(1610), 1, anon_sym_EQ, ACTIONS(1612), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1602), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1586), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [12392] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(816), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12468] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(575), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1616), 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(1614), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [12594] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1620), 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(1618), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [12654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1624), 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(1622), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [12704] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(631), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12780] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(635), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12856] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(785), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [12932] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(534), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13008] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(576), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13084] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(579), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13160] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(581), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13236] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(585), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13312] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(639), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13388] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1248), 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(1242), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [13438] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1628), 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(1626), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [13498] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1632), 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(1630), 24, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [13556] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(587), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13632] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1098), 1, anon_sym_sizeof, ACTIONS(1634), 1, anon_sym_LPAREN2, STATE(436), 1, sym_string_literal, STATE(638), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13708] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(1088), 1, anon_sym_LPAREN2, ACTIONS(1098), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(636), 1, sym__expression, ACTIONS(1090), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1092), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1096), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13784] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(632), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13860] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(659), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [13936] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(658), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14012] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1170), 1, anon_sym_sizeof, ACTIONS(1636), 1, anon_sym_LPAREN2, STATE(436), 1, sym_string_literal, STATE(777), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14088] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, anon_sym_LPAREN2, ACTIONS(1250), 1, anon_sym_STAR, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1261), 2, anon_sym_RPAREN, anon_sym_LBRACK, ACTIONS(1253), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1242), 12, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [14150] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(588), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14226] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(589), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14302] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(532), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14378] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1640), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_EQ, ACTIONS(1638), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [14444] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(664), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14520] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1644), 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(1642), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [14570] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(592), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14646] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1648), 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(1646), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [14696] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(657), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14772] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(812), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14848] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(725), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [14924] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(810), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15000] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(809), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15076] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(551), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15152] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(663), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15228] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(1574), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [15292] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_EQ, ACTIONS(1574), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [15358] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(697), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15434] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(550), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15510] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, ACTIONS(1574), 20, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [15580] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(808), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15656] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1602), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, ACTIONS(1574), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [15728] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(656), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15804] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(805), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [15880] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1652), 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(1650), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [15930] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1600), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1602), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1578), 3, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [16004] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(551), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [16080] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1598), 1, anon_sym_CARET, ACTIONS(1600), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1578), 2, anon_sym_PIPE, anon_sym_EQ, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1602), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [16156] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1578), 1, anon_sym_EQ, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1596), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_CARET, ACTIONS(1600), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1602), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [16234] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1578), 1, anon_sym_EQ, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1594), 1, anon_sym_AMP_AMP, ACTIONS(1596), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_CARET, ACTIONS(1600), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1602), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [16314] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(762), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [16390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1248), 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(1242), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [16440] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(1574), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [16502] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(827), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [16578] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(789), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [16654] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(636), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [16730] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1656), 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(1654), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [16780] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(795), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [16856] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(874), 1, anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(538), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [16932] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, ACTIONS(888), 1, anon_sym_sizeof, ACTIONS(1658), 1, anon_sym_LPAREN2, STATE(436), 1, sym_string_literal, STATE(563), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(591), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17008] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1662), 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(1660), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [17058] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(793), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17134] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1592), 1, anon_sym_PIPE_PIPE, ACTIONS(1594), 1, anon_sym_AMP_AMP, ACTIONS(1596), 1, anon_sym_PIPE, ACTIONS(1598), 1, anon_sym_CARET, ACTIONS(1600), 1, anon_sym_AMP, ACTIONS(1666), 1, anon_sym_EQ, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1588), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1602), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1604), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1606), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1608), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1590), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1664), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [17216] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(807), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17292] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(660), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1670), 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(1668), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [17418] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(759), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17494] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1674), 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(1672), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_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, [17554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1678), 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(1676), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [17604] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 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(1680), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [17654] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1144), 1, sym_identifier, STATE(436), 1, sym_string_literal, STATE(825), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17730] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(761), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17806] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1158), 1, sym_identifier, ACTIONS(1160), 1, anon_sym_LPAREN2, ACTIONS(1170), 1, anon_sym_sizeof, STATE(436), 1, sym_string_literal, STATE(823), 1, sym__expression, ACTIONS(1162), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1164), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1166), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(1168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, sym_null, ACTIONS(85), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, STATE(643), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, STATE(549), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, sym_cast_expression, sym_sizeof_expression, sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, [17882] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1688), 1, anon_sym_LBRACK_LBRACK, STATE(613), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(1684), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, anon_sym_switch, anon_sym_case, anon_sym_default, anon_sym_while, anon_sym_do, anon_sym_for, anon_sym_return, anon_sym_break, anon_sym_continue, anon_sym_goto, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, ACTIONS(1686), 20, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [17935] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1242), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [17988] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1186), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1188), 1, anon_sym_RPAREN, ACTIONS(1198), 1, sym_identifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(935), 1, sym__declaration_specifiers, STATE(1173), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [18070] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1266), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1242), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [18123] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1150), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, anon_sym_switch, anon_sym_case, anon_sym_default, anon_sym_while, anon_sym_do, anon_sym_for, anon_sym_return, anon_sym_break, anon_sym_continue, anon_sym_goto, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, ACTIONS(1152), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [18170] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1268), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1242), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [18223] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1257), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1242), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [18276] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1186), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1198), 1, sym_identifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(935), 1, sym__declaration_specifiers, STATE(1229), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [18355] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1255), 1, anon_sym_EQ, ACTIONS(1264), 1, anon_sym_COLON, ACTIONS(1259), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1242), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [18408] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1154), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, anon_sym_switch, anon_sym_case, anon_sym_default, anon_sym_while, anon_sym_do, anon_sym_for, anon_sym_return, anon_sym_break, anon_sym_continue, anon_sym_goto, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, ACTIONS(1156), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [18455] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, ACTIONS(1574), 16, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [18521] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1666), 1, anon_sym_EQ, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1703), 1, anon_sym_PIPE_PIPE, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE, ACTIONS(1709), 1, anon_sym_CARET, ACTIONS(1711), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1664), 12, 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, [18599] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1536), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, anon_sym_switch, anon_sym_case, anon_sym_default, anon_sym_while, anon_sym_do, anon_sym_for, anon_sym_return, anon_sym_break, anon_sym_continue, anon_sym_goto, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, ACTIONS(1534), 20, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [18645] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, ACTIONS(1574), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [18713] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1711), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1578), 3, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [18783] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1709), 1, anon_sym_CARET, ACTIONS(1711), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1578), 2, anon_sym_PIPE, anon_sym_EQ, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [18855] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1578), 1, anon_sym_EQ, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1707), 1, anon_sym_PIPE, ACTIONS(1709), 1, anon_sym_CARET, ACTIONS(1711), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [18929] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(1574), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [18989] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(1578), 1, anon_sym_EQ, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE, ACTIONS(1709), 1, anon_sym_CARET, ACTIONS(1711), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1574), 13, anon_sym_PIPE_PIPE, 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, [19065] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1620), 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(1618), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19121] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1610), 1, anon_sym_EQ, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1703), 1, anon_sym_PIPE_PIPE, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE, ACTIONS(1709), 1, anon_sym_CARET, ACTIONS(1711), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1697), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1699), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1586), 11, anon_sym_RBRACK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19201] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1674), 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(1672), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19257] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, ACTIONS(1574), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19315] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1578), 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(1574), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19371] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1578), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_EQ, ACTIONS(1574), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19433] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1693), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1701), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(1640), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_EQ, ACTIONS(1638), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19495] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1632), 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(1630), 20, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, [19549] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1628), 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(1626), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [19605] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1648), 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(1646), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [19650] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1566), 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(1564), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [19695] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1717), 1, anon_sym_EQ, ACTIONS(1719), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, ACTIONS(1248), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1242), 14, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [19744] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1572), 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(1570), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, [19789] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1045), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [19861] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1728), 1, anon_sym___attribute__, ACTIONS(1731), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1734), 1, anon_sym___declspec, ACTIONS(1737), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1725), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, ACTIONS(1723), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_COLON, STATE(646), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, ACTIONS(1721), 11, anon_sym___based, anon_sym_LBRACK, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [19917] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1020), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [19989] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1030), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [20061] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, STATE(696), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1032), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(650), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [20133] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1198), 1, sym_identifier, STATE(716), 1, sym__type_specifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, STATE(646), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [20202] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1190), 1, anon_sym_LPAREN2, ACTIONS(1192), 1, anon_sym_STAR, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(1748), 1, anon_sym_LBRACK, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1034), 1, sym__declarator, STATE(1115), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(1403), 1, sym_ms_based_modifier, ACTIONS(1742), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(836), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(843), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [20276] = 5, ACTIONS(3), 1, sym_comment, STATE(652), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1754), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1750), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, ACTIONS(1752), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_RBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [20320] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1640), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1638), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20377] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1664), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20448] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1574), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20503] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1574), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20560] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1578), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1574), 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_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20621] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1578), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1574), 9, 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_COLON, anon_sym_QMARK, [20684] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1578), 1, anon_sym_PIPE, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1773), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1574), 9, 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_COLON, anon_sym_QMARK, [20749] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1578), 1, anon_sym_PIPE, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1574), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20816] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1574), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20883] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1574), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [20952] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1578), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1574), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, [21005] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1586), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, [21078] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1785), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, ACTIONS(1783), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1789), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1787), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21155] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1791), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_sizeof, sym_true, sym_false, sym_null, sym_identifier, ACTIONS(1793), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP, anon_sym_RBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [21193] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1795), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1801), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1799), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21267] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1046), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1044), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21304] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1082), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1080), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21341] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1074), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1072), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1104), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21415] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1110), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1108), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21452] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1124), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21489] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1793), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(1791), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1805), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1803), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1807), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1811), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21637] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1817), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1815), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1156), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(1154), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21711] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1821), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1819), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21748] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1825), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1823), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21785] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1152), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(1150), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21822] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1829), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1827), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21859] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1833), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1831), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21896] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1837), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(1835), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [21933] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1839), 1, anon_sym_COMMA, ACTIONS(1841), 1, anon_sym_RBRACE, STATE(600), 1, sym_argument_list, STATE(1213), 1, aux_sym_initializer_list_repeat1, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22008] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, STATE(1206), 1, aux_sym_argument_list_repeat1, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22083] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1847), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [22120] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1853), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1851), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [22157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1857), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1855), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [22194] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1861), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1859), 28, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [22231] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1863), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, STATE(1155), 1, aux_sym_argument_list_repeat1, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22306] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1867), 2, anon_sym_RPAREN, anon_sym_SEMI, [22379] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1869), 3, anon_sym___based, anon_sym_LBRACK, sym_identifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, ACTIONS(1871), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_COLON, STATE(723), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [22427] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1873), 2, anon_sym_COMMA, anon_sym_RBRACE, [22497] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1875), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22569] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1877), 2, anon_sym_COMMA, anon_sym_SEMI, [22639] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1879), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22711] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1881), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22783] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1883), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22855] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1885), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22927] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1887), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [22999] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1889), 2, anon_sym_COMMA, anon_sym_RBRACE, [23069] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1891), 2, anon_sym_COMMA, anon_sym_RBRACE, [23139] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1893), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23211] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23283] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1897), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23355] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1899), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23427] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1901), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23499] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1446), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, ACTIONS(1448), 26, 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_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [23535] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1903), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23607] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1905), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23679] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1907), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23751] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1909), 3, anon_sym___based, anon_sym_LBRACK, sym_identifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, ACTIONS(1911), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_COLON, STATE(732), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [23799] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1913), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23871] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1915), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [23943] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1917), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24015] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1919), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24087] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1921), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24159] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1923), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24231] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1925), 3, anon_sym___based, anon_sym_LBRACK, sym_identifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, ACTIONS(1927), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_COLON, STATE(646), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [24279] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1929), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24351] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1931), 2, anon_sym_COMMA, anon_sym_RPAREN, [24421] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1933), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24493] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1935), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24565] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1937), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24637] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1436), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, ACTIONS(1438), 26, 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_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [24673] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1939), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24745] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1941), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24817] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1943), 3, anon_sym___based, anon_sym_LBRACK, sym_identifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, ACTIONS(1945), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_COLON, STATE(646), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [24865] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1947), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [24937] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1949), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25009] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1951), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25081] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1953), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25153] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1955), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25225] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1957), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25297] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1959), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25369] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1961), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25441] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1963), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25513] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1965), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25585] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1967), 1, anon_sym_RPAREN, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25657] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1865), 1, anon_sym_COMMA, ACTIONS(1969), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25729] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1508), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [25798] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [25867] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1997), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [25936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1817), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1815), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [25971] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1510), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [26040] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1046), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1044), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [26075] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1046), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1044), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [26110] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(1999), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [26179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1821), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1819), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [26214] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2001), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [26283] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2003), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [26352] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1082), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1080), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [26387] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2005), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [26456] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1074), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1072), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [26491] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, ACTIONS(2007), 1, anon_sym_RBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [26560] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1530), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [26629] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1664), 2, anon_sym_RBRACK, anon_sym_QMARK, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [26696] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2009), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [26765] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, ACTIONS(2011), 1, anon_sym_RBRACK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [26834] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1837), 1, anon_sym_LBRACK_LBRACK, STATE(444), 1, sym_string_literal, ACTIONS(2013), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1835), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [26873] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2015), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [26942] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1825), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1823), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [26977] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1829), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1827), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27012] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1558), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [27081] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1082), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1080), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27116] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1861), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1859), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27151] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1514), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [27220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1833), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1831), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27255] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1795), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27290] = 5, ACTIONS(3), 1, sym_comment, STATE(774), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(2021), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(2019), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2017), 15, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_primitive_type, sym_identifier, [27329] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2033), 1, sym_primitive_type, STATE(774), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(2031), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, ACTIONS(2027), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2029), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, [27372] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1548), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [27441] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1640), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1638), 9, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, [27494] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2035), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [27563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1853), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1851), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27598] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1847), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1074), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1072), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27668] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1857), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1855), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27703] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1801), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1799), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27738] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1801), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1799), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27773] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1586), 1, anon_sym_RBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [27842] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1847), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27877] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1853), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1851), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [27912] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1526), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [27981] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2037), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28050] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2039), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28119] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1516), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [28188] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1795), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [28223] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2041), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28292] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2043), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28361] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1578), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1574), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, [28410] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1833), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1831), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [28445] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1857), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1855), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [28480] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1829), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1827), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [28515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1104), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [28550] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1110), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1108), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [28585] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1837), 1, anon_sym_LBRACK_LBRACK, STATE(440), 1, sym_string_literal, ACTIONS(2013), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1835), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [28624] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2045), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28693] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2047), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28762] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2049), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28831] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1574), 3, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_QMARK, [28896] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2051), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [28965] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2053), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [29034] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1574), 4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, [29097] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1578), 1, anon_sym_PIPE, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1574), 4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, [29160] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1578), 1, anon_sym_PIPE, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1985), 1, anon_sym_AMP, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1574), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, [29221] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1825), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1823), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29256] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1578), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1574), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, [29315] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2055), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [29384] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1861), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1859), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29419] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1821), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1819), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29454] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1578), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1574), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, [29511] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1805), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1803), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29546] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1807), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29581] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1813), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1811), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1805), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1803), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29651] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2057), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [29720] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1574), 9, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, [29773] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1578), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1574), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, [29824] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1807), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29859] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2059), 1, anon_sym_COLON, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [29928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1104), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [29963] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1761), 1, anon_sym_SLASH, ACTIONS(1765), 1, anon_sym_PIPE_PIPE, ACTIONS(1767), 1, anon_sym_AMP_AMP, ACTIONS(1769), 1, anon_sym_PIPE, ACTIONS(1771), 1, anon_sym_CARET, ACTIONS(1773), 1, anon_sym_AMP, ACTIONS(1781), 1, anon_sym_QMARK, ACTIONS(2061), 1, anon_sym_SEMI, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1757), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1759), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1763), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1775), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1777), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1779), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, [30032] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1110), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1108), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [30067] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1124), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [30102] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1837), 1, anon_sym_LBRACK_LBRACK, STATE(442), 1, sym_string_literal, ACTIONS(2013), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1835), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [30141] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1520), 1, anon_sym_RBRACK, ACTIONS(1580), 1, anon_sym_LBRACK, ACTIONS(1691), 1, anon_sym_LPAREN2, ACTIONS(1975), 1, anon_sym_SLASH, ACTIONS(1977), 1, anon_sym_PIPE_PIPE, ACTIONS(1979), 1, anon_sym_AMP_AMP, ACTIONS(1981), 1, anon_sym_PIPE, ACTIONS(1983), 1, anon_sym_CARET, ACTIONS(1985), 1, anon_sym_AMP, ACTIONS(1995), 1, anon_sym_QMARK, STATE(600), 1, sym_argument_list, ACTIONS(1582), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1584), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1971), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1973), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(1987), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1989), 2, anon_sym_GT, anon_sym_LT, ACTIONS(1991), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(1993), 2, anon_sym_LT_LT, anon_sym_GT_GT, [30210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1126), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1124), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [30245] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1837), 1, anon_sym_LBRACK_LBRACK, STATE(441), 1, sym_string_literal, ACTIONS(2013), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, ACTIONS(1835), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [30284] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1813), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, ACTIONS(1811), 25, 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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [30319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1817), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1815), 26, aux_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_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [30354] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1190), 1, anon_sym_LPAREN2, ACTIONS(1192), 1, anon_sym_STAR, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(1748), 1, anon_sym_LBRACK, STATE(1037), 1, sym__declarator, STATE(1111), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(1403), 1, sym_ms_based_modifier, ACTIONS(2063), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [30412] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1034), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(843), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(987), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [30467] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1026), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(984), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [30522] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1051), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(841), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(989), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [30577] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1073), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(988), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [30632] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1052), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(985), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [30687] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1069), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(844), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(991), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [30742] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1037), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(983), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [30797] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1062), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(990), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [30852] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1062), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(840), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(990), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [30907] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1052), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(847), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(985), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [30962] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1053), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(986), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [31017] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, STATE(1037), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, ACTIONS(1746), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(838), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, STATE(983), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(1744), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [31072] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2081), 1, anon_sym_SEMI, ACTIONS(1869), 2, anon_sym___based, sym_identifier, ACTIONS(1871), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(723), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [31118] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2083), 1, anon_sym_SEMI, ACTIONS(1869), 2, anon_sym___based, sym_identifier, ACTIONS(1871), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(723), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [31164] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2085), 1, anon_sym_SEMI, ACTIONS(1869), 2, anon_sym___based, sym_identifier, ACTIONS(1871), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(723), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [31210] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2087), 1, anon_sym_SEMI, ACTIONS(1869), 2, anon_sym___based, sym_identifier, ACTIONS(1871), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(43), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, STATE(723), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, sym_ms_declspec_modifier, sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, [31256] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2093), 1, anon_sym_LBRACE, STATE(872), 1, sym_field_declaration_list, ACTIONS(2091), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2089), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [31291] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2099), 1, anon_sym_LBRACE, STATE(895), 1, sym_enumerator_list, ACTIONS(2097), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2095), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [31326] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(997), 1, sym__type_specifier, STATE(999), 1, aux_sym_sized_type_specifier_repeat1, STATE(1363), 1, sym_type_descriptor, STATE(860), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1148), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31377] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2093), 1, anon_sym_LBRACE, STATE(885), 1, sym_field_declaration_list, ACTIONS(2103), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2101), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [31412] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2093), 1, anon_sym_LBRACE, STATE(871), 1, sym_field_declaration_list, ACTIONS(2107), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2105), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [31447] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2093), 1, anon_sym_LBRACE, STATE(883), 1, sym_field_declaration_list, ACTIONS(2111), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2109), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [31482] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1024), 1, sym__type_specifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31530] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(994), 1, sym__type_specifier, STATE(999), 1, aux_sym_sized_type_specifier_repeat1, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1148), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31578] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1036), 1, sym__type_specifier, STATE(862), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31626] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1041), 1, sym__type_specifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31674] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1029), 1, sym__type_specifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31722] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1039), 1, sym__type_specifier, STATE(863), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31770] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1023), 1, sym__type_specifier, STATE(859), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31818] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1019), 1, sym__type_specifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31866] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2115), 1, anon_sym_LPAREN2, STATE(913), 1, sym_preproc_argument_list, ACTIONS(2117), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2113), 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, [31900] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, anon_sym_enum, ACTIONS(53), 1, anon_sym_struct, ACTIONS(55), 1, anon_sym_union, ACTIONS(1198), 1, sym_identifier, STATE(775), 1, aux_sym_sized_type_specifier_repeat1, STATE(1025), 1, sym__type_specifier, STATE(866), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, STATE(881), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, [31948] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2121), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2119), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [31977] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2125), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2123), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32006] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2129), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2127), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32035] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2133), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2131), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32064] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2137), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2135), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32093] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2141), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2139), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32122] = 5, ACTIONS(2113), 1, anon_sym_LF, ACTIONS(2143), 1, anon_sym_LPAREN2, ACTIONS(2145), 1, sym_comment, STATE(957), 1, sym_preproc_argument_list, ACTIONS(2117), 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, [32155] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2147), 1, anon_sym_LPAREN2, ACTIONS(1253), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(1240), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32186] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2152), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2150), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32215] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2156), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2154), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2160), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2158), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32273] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2164), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2162), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32302] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2168), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2166), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32331] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(2170), 1, anon_sym_COMMA, ACTIONS(2172), 1, anon_sym_RPAREN, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2180), 1, anon_sym_PIPE_PIPE, ACTIONS(2182), 1, anon_sym_AMP_AMP, ACTIONS(2184), 1, anon_sym_PIPE, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, STATE(1207), 1, aux_sym_preproc_argument_list_repeat1, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, [32386] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2200), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2198), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32415] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2204), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2202), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32444] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2208), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2206), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32473] = 5, ACTIONS(3), 1, sym_comment, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2210), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(1752), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, ACTIONS(1750), 10, anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [32506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2215), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2213), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2219), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2217), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32564] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2223), 1, anon_sym_RPAREN, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2233), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(882), 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, [32607] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(2170), 1, anon_sym_COMMA, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2180), 1, anon_sym_PIPE_PIPE, ACTIONS(2182), 1, anon_sym_AMP_AMP, ACTIONS(2184), 1, anon_sym_PIPE, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2237), 1, anon_sym_RPAREN, STATE(1183), 1, aux_sym_preproc_argument_list_repeat1, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, [32662] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2241), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2239), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32691] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2245), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2243), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2249), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2247), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32749] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2251), 1, anon_sym_RPAREN, ACTIONS(2253), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(890), 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, [32792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2257), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, ACTIONS(2255), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [32821] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2261), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2259), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, sym_primitive_type, anon_sym_enum, anon_sym_struct, anon_sym_union, sym_identifier, [32850] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2265), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2263), 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, [32878] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2267), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(946), 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, [32918] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2279), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(970), 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, [32958] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2283), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(971), 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, [32998] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2285), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(981), 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, [33038] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2287), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(955), 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, [33078] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2289), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(972), 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, [33118] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2291), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(958), 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, [33158] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2293), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(973), 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, [33198] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2180), 1, anon_sym_PIPE_PIPE, ACTIONS(2182), 1, anon_sym_AMP_AMP, ACTIONS(2184), 1, anon_sym_PIPE, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2295), 2, anon_sym_COMMA, anon_sym_RPAREN, [33248] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2297), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(978), 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, [33288] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2299), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(954), 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, [33328] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2301), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(961), 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, [33368] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2303), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(963), 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, [33408] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2305), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(965), 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, [33448] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2307), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(966), 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, [33488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2311), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2309), 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, [33516] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2315), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(2313), 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, [33556] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2319), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2317), 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, [33584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1562), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(1560), 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, [33612] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2321), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(959), 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, [33652] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2325), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2323), 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, [33680] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2327), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(938), 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, [33720] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2329), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(942), 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, [33760] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2331), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(943), 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, [33800] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2333), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(944), 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, [33840] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2335), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(945), 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, [33880] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2337), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(969), 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, [33920] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2339), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(982), 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, [33960] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2341), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(947), 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, [34000] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2343), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(914), 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, [34040] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2345), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(949), 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, [34080] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2347), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(951), 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, [34120] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2349), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(968), 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, [34160] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2351), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(977), 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, [34200] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2355), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2353), 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, [34228] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2359), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2357), 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, [34256] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2361), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(906), 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, [34296] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1190), 1, anon_sym_LPAREN2, ACTIONS(1192), 1, anon_sym_STAR, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(1748), 1, anon_sym_LBRACK, STATE(1087), 1, sym__declarator, STATE(1119), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(1403), 1, sym_ms_based_modifier, ACTIONS(2363), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [34344] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2365), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(956), 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, [34384] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2367), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(967), 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, [34424] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2315), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2313), 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, [34456] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2371), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2369), 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, [34484] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2373), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(960), 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, [34524] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, sym_identifier, ACTIONS(2271), 1, anon_sym_LPAREN2, ACTIONS(2273), 1, anon_sym_defined, ACTIONS(2375), 1, sym_number_literal, ACTIONS(2275), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2277), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2281), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(974), 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, [34564] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2315), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2313), 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, [34592] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2182), 1, anon_sym_AMP_AMP, ACTIONS(2184), 1, anon_sym_PIPE, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2313), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, [34640] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2184), 1, anon_sym_PIPE, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2313), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [34686] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2315), 1, anon_sym_PIPE, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2313), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [34732] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2315), 1, anon_sym_PIPE, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2313), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, [34776] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2315), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(2313), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, [34818] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2379), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2377), 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, [34846] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2315), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2313), 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, [34882] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LPAREN2, ACTIONS(2227), 1, anon_sym_defined, ACTIONS(2381), 1, sym_number_literal, ACTIONS(2229), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2231), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2235), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, STATE(918), 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, [34922] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2315), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, ACTIONS(2313), 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, [34956] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2317), 1, anon_sym_LF, ACTIONS(2319), 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, [34983] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2263), 1, anon_sym_LF, ACTIONS(2265), 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, [35010] = 6, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2315), 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, [35043] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2389), 1, anon_sym_LF, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35088] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2180), 1, anon_sym_PIPE_PIPE, ACTIONS(2182), 1, anon_sym_AMP_AMP, ACTIONS(2184), 1, anon_sym_PIPE, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2405), 1, anon_sym_RPAREN, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, [35137] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2309), 1, anon_sym_LF, ACTIONS(2311), 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, [35164] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2407), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35209] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2409), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35254] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2323), 1, anon_sym_LF, ACTIONS(2325), 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, [35281] = 7, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(2315), 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, [35316] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2357), 1, anon_sym_LF, ACTIONS(2359), 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, [35343] = 8, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, ACTIONS(2315), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, [35380] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2414), 1, anon_sym_LPAREN2, ACTIONS(2418), 1, anon_sym_LBRACK, ACTIONS(1253), 2, anon_sym_COMMA, anon_sym_STAR, ACTIONS(2411), 2, anon_sym_RPAREN, anon_sym_LBRACK_LBRACK, ACTIONS(1240), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [35413] = 9, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2315), 4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35452] = 10, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2315), 3, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35493] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2421), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35538] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2423), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35583] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2425), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35628] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2427), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35673] = 11, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2315), 2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35716] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2315), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35761] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2315), 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, [35788] = 4, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2315), 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, [35817] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2353), 1, anon_sym_LF, ACTIONS(2355), 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, [35844] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2377), 1, anon_sym_LF, ACTIONS(2379), 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, [35871] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2429), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [35916] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2313), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2315), 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, [35947] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(2369), 1, anon_sym_LF, ACTIONS(2371), 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, [35974] = 3, ACTIONS(1560), 1, anon_sym_LF, ACTIONS(2145), 1, sym_comment, ACTIONS(1562), 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, [36001] = 12, ACTIONS(2145), 1, sym_comment, ACTIONS(2391), 1, anon_sym_PIPE_PIPE, ACTIONS(2393), 1, anon_sym_AMP_AMP, ACTIONS(2395), 1, anon_sym_PIPE, ACTIONS(2397), 1, anon_sym_CARET, ACTIONS(2399), 1, anon_sym_AMP, ACTIONS(2431), 1, anon_sym_LF, ACTIONS(2383), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2387), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2401), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2385), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2403), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, [36046] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_SLASH, ACTIONS(2180), 1, anon_sym_PIPE_PIPE, ACTIONS(2182), 1, anon_sym_AMP_AMP, ACTIONS(2184), 1, anon_sym_PIPE, ACTIONS(2186), 1, anon_sym_CARET, ACTIONS(2188), 1, anon_sym_AMP, ACTIONS(2433), 1, anon_sym_RPAREN, ACTIONS(2174), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2176), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(2190), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(2192), 2, anon_sym_GT, anon_sym_LT, ACTIONS(2194), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(2196), 2, anon_sym_LT_LT, anon_sym_GT_GT, [36095] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1026), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [36134] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1035), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [36173] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1053), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [36212] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1049), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [36251] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1037), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [36290] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1066), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [36329] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1052), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [36368] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1073), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [36407] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1062), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [36446] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, anon_sym_LPAREN2, ACTIONS(1387), 1, anon_sym_STAR, ACTIONS(1748), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_RPAREN, STATE(1111), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2435), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, [36484] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, anon_sym_LPAREN2, ACTIONS(1387), 1, anon_sym_STAR, ACTIONS(1748), 1, anon_sym_LBRACK, ACTIONS(2437), 1, anon_sym_RPAREN, STATE(1128), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2435), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, [36522] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, anon_sym_LPAREN2, ACTIONS(1387), 1, anon_sym_STAR, ACTIONS(1748), 1, anon_sym_LBRACK, ACTIONS(2439), 1, anon_sym_RPAREN, STATE(1133), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(993), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2435), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, [36560] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, anon_sym_LPAREN2, ACTIONS(1387), 1, anon_sym_STAR, ACTIONS(1742), 1, anon_sym_RPAREN, ACTIONS(1748), 1, anon_sym_LBRACK, STATE(1115), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(992), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2435), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, [36598] = 7, ACTIONS(3), 1, sym_comment, STATE(1003), 1, sym_ms_unaligned_ptr_modifier, ACTIONS(2443), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(2448), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2445), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, ACTIONS(2441), 6, anon_sym___based, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [36630] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, anon_sym_LPAREN2, ACTIONS(1387), 1, anon_sym_STAR, ACTIONS(1748), 1, anon_sym_LBRACK, ACTIONS(2451), 1, anon_sym_RPAREN, STATE(1136), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(998), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2435), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, [36668] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, anon_sym_LPAREN2, ACTIONS(1387), 1, anon_sym_STAR, ACTIONS(1748), 1, anon_sym_LBRACK, ACTIONS(2453), 1, anon_sym_RPAREN, STATE(1134), 1, sym__abstract_declarator, STATE(1143), 1, sym_parameter_list, STATE(886), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2435), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, STATE(1141), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, [36706] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2033), 1, sym_primitive_type, ACTIONS(2455), 1, sym_identifier, STATE(774), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(2027), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, ACTIONS(2029), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, ACTIONS(2031), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, [36737] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, ACTIONS(2457), 1, anon_sym_SEMI, ACTIONS(2459), 1, anon_sym_COLON, STATE(1021), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, STATE(1342), 1, sym_bitfield_clause, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [36775] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2461), 1, anon_sym_SEMI, STATE(1018), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, STATE(1446), 1, sym_bitfield_clause, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [36813] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2463), 1, anon_sym_SEMI, STATE(1031), 1, sym__field_declarator, STATE(1329), 1, sym_bitfield_clause, STATE(1331), 1, sym_ms_based_modifier, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [36851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2467), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(2465), 11, 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_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [36872] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2471), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(2469), 11, 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_volatile, anon_sym_restrict, anon_sym__Atomic, sym_identifier, [36893] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1071), 1, sym__declarator, STATE(1232), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [36925] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2477), 1, anon_sym_SEMI, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, STATE(261), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1201), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [36963] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(319), 1, anon_sym_LBRACE, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, ACTIONS(2483), 1, anon_sym_SEMI, STATE(290), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1167), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [37001] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1014), 1, sym__declarator, STATE(1156), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37033] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1057), 1, sym__declarator, STATE(1199), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37065] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1007), 1, sym__declarator, STATE(1199), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37097] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1050), 1, sym__declarator, STATE(1197), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37129] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1046), 1, sym__declarator, STATE(1168), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37161] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1016), 1, sym__declarator, STATE(1168), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37193] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(373), 1, anon_sym_LBRACE, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, ACTIONS(2485), 1, anon_sym_SEMI, STATE(302), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1177), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [37231] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1006), 1, sym__declarator, STATE(1197), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37263] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(115), 1, anon_sym_LBRACE, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, ACTIONS(2487), 1, anon_sym_SEMI, STATE(113), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1180), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [37301] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1054), 1, sym__declarator, STATE(1156), 1, sym_init_declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37333] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2489), 1, anon_sym_COMMA, ACTIONS(2491), 1, anon_sym_SEMI, ACTIONS(2493), 1, anon_sym_LBRACK, STATE(1093), 1, sym_parameter_list, STATE(1112), 1, aux_sym_field_declaration_repeat1, STATE(1448), 1, sym_bitfield_clause, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [37368] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1061), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37397] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1084), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37426] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2489), 1, anon_sym_COMMA, ACTIONS(2493), 1, anon_sym_LBRACK, ACTIONS(2495), 1, anon_sym_SEMI, STATE(1093), 1, sym_parameter_list, STATE(1113), 1, aux_sym_field_declaration_repeat1, STATE(1334), 1, sym_bitfield_clause, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [37461] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1074), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [37490] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1063), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37519] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1065), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37548] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1076), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37577] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2497), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, [37604] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2501), 1, anon_sym___attribute__, ACTIONS(2504), 1, anon_sym_LBRACK, STATE(1027), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, ACTIONS(2499), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [37627] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1098), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37656] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1058), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37685] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1088), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37714] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2489), 1, anon_sym_COMMA, ACTIONS(2493), 1, anon_sym_LBRACK, ACTIONS(2506), 1, anon_sym_SEMI, STATE(1093), 1, sym_parameter_list, STATE(1118), 1, aux_sym_field_declaration_repeat1, STATE(1280), 1, sym_bitfield_clause, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [37749] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1085), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [37778] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1086), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37807] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2508), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, [37834] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2510), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, [37861] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1059), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37890] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2512), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, [37917] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2516), 1, anon_sym___attribute__, ACTIONS(2518), 1, anon_sym_LBRACK, STATE(1027), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, ACTIONS(2514), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [37940] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1070), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [37969] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2069), 1, sym_identifier, ACTIONS(2071), 1, anon_sym_LPAREN2, ACTIONS(2073), 1, anon_sym_STAR, STATE(1092), 1, sym__field_declarator, STATE(1331), 1, sym_ms_based_modifier, STATE(1096), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, [37998] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(2075), 1, sym_identifier, ACTIONS(2077), 1, anon_sym_LPAREN2, ACTIONS(2079), 1, anon_sym_STAR, STATE(1067), 1, sym__type_declarator, STATE(1385), 1, sym_ms_based_modifier, STATE(1109), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, [38027] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1684), 1, anon_sym_LBRACK, ACTIONS(2520), 1, anon_sym_LBRACK_LBRACK, STATE(1042), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(1686), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [38050] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1091), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [38079] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2516), 1, anon_sym___attribute__, ACTIONS(2525), 1, anon_sym_LBRACK, STATE(1038), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, ACTIONS(2523), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [38102] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 1, anon_sym___based, ACTIONS(1740), 1, sym_identifier, ACTIONS(2065), 1, anon_sym_LPAREN2, ACTIONS(2067), 1, anon_sym_STAR, STATE(1082), 1, sym__declarator, STATE(1403), 1, sym_ms_based_modifier, STATE(1080), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, [38131] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, ACTIONS(2487), 1, anon_sym_SEMI, STATE(1044), 1, sym_parameter_list, STATE(1180), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38163] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2529), 1, anon_sym_LBRACK, ACTIONS(2527), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [38181] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2533), 1, anon_sym_LBRACK, STATE(1042), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2531), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, [38203] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2493), 1, anon_sym_LBRACK, STATE(1093), 1, sym_parameter_list, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2535), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, [38229] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2477), 1, anon_sym_SEMI, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, STATE(1044), 1, sym_parameter_list, STATE(1201), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38261] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2493), 1, anon_sym_LBRACK, STATE(1093), 1, sym_parameter_list, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2537), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, [38287] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2493), 1, anon_sym_LBRACK, STATE(1093), 1, sym_parameter_list, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2539), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, [38313] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2493), 1, anon_sym_LBRACK, STATE(1093), 1, sym_parameter_list, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2541), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, [38339] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, ACTIONS(2485), 1, anon_sym_SEMI, STATE(1044), 1, sym_parameter_list, STATE(1177), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38371] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2545), 1, anon_sym_LBRACK, ACTIONS(2543), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [38389] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2549), 1, anon_sym_LBRACK, ACTIONS(2547), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, [38407] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, ACTIONS(2483), 1, anon_sym_SEMI, STATE(1044), 1, sym_parameter_list, STATE(1167), 1, aux_sym_declaration_repeat1, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38439] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2553), 1, anon_sym_SEMI, ACTIONS(2555), 1, anon_sym_LBRACK, STATE(1101), 1, sym_parameter_list, STATE(1211), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38468] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2557), 1, anon_sym_SEMI, STATE(1101), 1, sym_parameter_list, STATE(1179), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38497] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2559), 1, sym_identifier, ACTIONS(2563), 1, sym_system_lib_string, STATE(1391), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(2561), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [38518] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2565), 1, anon_sym_SEMI, STATE(1101), 1, sym_parameter_list, STATE(1195), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38547] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2555), 1, anon_sym_LBRACK, STATE(1101), 1, sym_parameter_list, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2567), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [38572] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2569), 1, anon_sym_SEMI, STATE(1101), 1, sym_parameter_list, STATE(1193), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38601] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2571), 1, sym_identifier, ACTIONS(2573), 1, sym_system_lib_string, STATE(1379), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(2561), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [38622] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2575), 1, anon_sym_SEMI, STATE(1101), 1, sym_parameter_list, STATE(1188), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38651] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2555), 1, anon_sym_LBRACK, STATE(1101), 1, sym_parameter_list, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2577), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [38676] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2579), 1, anon_sym_SEMI, STATE(1101), 1, sym_parameter_list, STATE(1189), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38705] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2581), 1, sym_identifier, ACTIONS(2583), 1, sym_system_lib_string, STATE(1287), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(2561), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [38726] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2555), 1, anon_sym_LBRACK, STATE(1101), 1, sym_parameter_list, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2585), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [38751] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2587), 1, anon_sym_SEMI, STATE(1101), 1, sym_parameter_list, STATE(1202), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38780] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2481), 1, anon_sym_EQ, STATE(1044), 1, sym_parameter_list, ACTIONS(2589), 2, anon_sym_COMMA, anon_sym_SEMI, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38807] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2593), 1, anon_sym_LBRACK, STATE(1042), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2591), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_COLON, [38828] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2555), 1, anon_sym_LBRACK, STATE(1101), 1, sym_parameter_list, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2595), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, [38853] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2493), 1, anon_sym_LBRACK, STATE(1093), 1, sym_parameter_list, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2597), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym_COLON, [38878] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2599), 1, sym_identifier, ACTIONS(2601), 1, sym_system_lib_string, STATE(1430), 2, sym_preproc_call_expression, sym_string_literal, ACTIONS(2561), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, [38899] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2603), 1, anon_sym_SEMI, STATE(1101), 1, sym_parameter_list, STATE(1186), 1, aux_sym_type_definition_repeat2, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [38928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2607), 1, anon_sym_LBRACK, ACTIONS(2605), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [38944] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2611), 1, anon_sym_LBRACK, STATE(1042), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2609), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, [38964] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2615), 1, anon_sym_LBRACK, ACTIONS(2613), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [38980] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2619), 1, anon_sym_LBRACK, ACTIONS(2617), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [38996] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2623), 1, anon_sym_LBRACK, ACTIONS(2621), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [39012] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(373), 1, anon_sym_LBRACE, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(289), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2627), 1, anon_sym_LBRACK, ACTIONS(2625), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [39054] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(115), 1, anon_sym_LBRACE, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(106), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39080] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(247), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39106] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2555), 1, anon_sym_LBRACK, STATE(1101), 1, sym_parameter_list, ACTIONS(2629), 2, anon_sym_COMMA, anon_sym_SEMI, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39130] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(1044), 1, sym_parameter_list, ACTIONS(2631), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39154] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(319), 1, anon_sym_LBRACE, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, STATE(299), 1, sym_compound_statement, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2635), 1, anon_sym_LBRACK, ACTIONS(2633), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, [39196] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2639), 1, anon_sym_LBRACK, ACTIONS(2637), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39211] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2479), 1, anon_sym_LBRACK, ACTIONS(2641), 1, anon_sym_RPAREN, STATE(1044), 1, sym_parameter_list, STATE(1048), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39234] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2493), 1, anon_sym_LBRACK, ACTIONS(2643), 1, anon_sym_RPAREN, STATE(1093), 1, sym_parameter_list, STATE(1072), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39257] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2647), 1, anon_sym_LBRACK, ACTIONS(2645), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2651), 1, anon_sym_LBRACK, ACTIONS(2649), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39287] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2655), 1, anon_sym_LBRACK, ACTIONS(2653), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39302] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2659), 1, anon_sym_LBRACK, ACTIONS(2657), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39317] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2663), 1, anon_sym_LBRACK, ACTIONS(2661), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39332] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2555), 1, anon_sym_LBRACK, ACTIONS(2665), 1, anon_sym_RPAREN, STATE(1101), 1, sym_parameter_list, STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [39355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2669), 1, anon_sym_LBRACK, ACTIONS(2667), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2673), 1, anon_sym_LBRACK, ACTIONS(2671), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, [39385] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2677), 1, anon_sym_LBRACK, ACTIONS(2675), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2681), 1, anon_sym_LBRACK, ACTIONS(2679), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39413] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2685), 1, anon_sym_LBRACK, ACTIONS(2683), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2689), 1, anon_sym_LBRACK, ACTIONS(2687), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39441] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1274), 1, anon_sym_LBRACK, ACTIONS(2691), 1, anon_sym_EQ, ACTIONS(2693), 1, anon_sym_DOT, STATE(1106), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, [39459] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2695), 1, anon_sym_LBRACK, ACTIONS(2698), 1, anon_sym_EQ, ACTIONS(2700), 1, anon_sym_DOT, STATE(1106), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, [39477] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2705), 1, anon_sym_LBRACK, ACTIONS(2703), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2709), 1, anon_sym_LBRACK, ACTIONS(2707), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39505] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2713), 1, anon_sym_LBRACK, ACTIONS(2711), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39519] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2717), 1, anon_sym_LBRACK, ACTIONS(2715), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, [39533] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, STATE(1137), 1, sym_parameter_list, ACTIONS(2719), 2, anon_sym_COMMA, anon_sym_RPAREN, [39550] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2489), 1, anon_sym_COMMA, ACTIONS(2723), 1, anon_sym_SEMI, STATE(1129), 1, aux_sym_field_declaration_repeat1, STATE(1421), 1, sym_bitfield_clause, [39569] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2489), 1, anon_sym_COMMA, ACTIONS(2725), 1, anon_sym_SEMI, STATE(1129), 1, aux_sym_field_declaration_repeat1, STATE(1323), 1, sym_bitfield_clause, [39588] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(2093), 1, anon_sym_LBRACE, ACTIONS(2727), 1, sym_identifier, STATE(879), 1, sym_field_declaration_list, STATE(1204), 1, sym_ms_declspec_modifier, [39607] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, STATE(1137), 1, sym_parameter_list, ACTIONS(2729), 2, anon_sym_COMMA, anon_sym_RPAREN, [39624] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___declspec, ACTIONS(2093), 1, anon_sym_LBRACE, ACTIONS(2731), 1, sym_identifier, STATE(878), 1, sym_field_declaration_list, STATE(1170), 1, sym_ms_declspec_modifier, [39643] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, ACTIONS(2735), 1, anon_sym_COLON_COLON, STATE(1245), 1, sym_argument_list, ACTIONS(2733), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [39660] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2459), 1, anon_sym_COLON, ACTIONS(2489), 1, anon_sym_COMMA, ACTIONS(2737), 1, anon_sym_SEMI, STATE(1129), 1, aux_sym_field_declaration_repeat1, STATE(1367), 1, sym_bitfield_clause, [39679] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, STATE(1137), 1, sym_parameter_list, ACTIONS(2631), 2, anon_sym_COMMA, anon_sym_RPAREN, [39696] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2739), 1, anon_sym_LF, ACTIONS(2741), 1, anon_sym_LPAREN, ACTIONS(2743), 1, sym_preproc_arg, STATE(1228), 1, sym_preproc_params, [39712] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2741), 1, anon_sym_LPAREN, ACTIONS(2745), 1, anon_sym_LF, ACTIONS(2747), 1, sym_preproc_arg, STATE(1240), 1, sym_preproc_params, [39728] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2749), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39738] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2751), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39748] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2741), 1, anon_sym_LPAREN, ACTIONS(2753), 1, anon_sym_LF, ACTIONS(2755), 1, sym_preproc_arg, STATE(1269), 1, sym_preproc_params, [39764] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2757), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39774] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2741), 1, anon_sym_LPAREN, ACTIONS(2759), 1, anon_sym_LF, ACTIONS(2761), 1, sym_preproc_arg, STATE(1266), 1, sym_preproc_params, [39790] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2763), 1, anon_sym_DQUOTE, ACTIONS(2765), 1, aux_sym_string_literal_token1, ACTIONS(2767), 1, sym_escape_sequence, STATE(1152), 1, aux_sym_string_literal_repeat1, [39806] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, ACTIONS(2769), 1, anon_sym_RPAREN, STATE(1137), 1, sym_parameter_list, [39822] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2771), 1, anon_sym_COMMA, STATE(1129), 1, aux_sym_field_declaration_repeat1, ACTIONS(2774), 2, anon_sym_SEMI, anon_sym_COLON, [39836] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2765), 1, aux_sym_string_literal_token1, ACTIONS(2767), 1, sym_escape_sequence, ACTIONS(2776), 1, anon_sym_DQUOTE, STATE(1152), 1, aux_sym_string_literal_repeat1, [39852] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, STATE(1250), 1, sym_argument_list, ACTIONS(2778), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [39866] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2780), 1, anon_sym_DQUOTE, ACTIONS(2782), 1, aux_sym_string_literal_token1, ACTIONS(2784), 1, sym_escape_sequence, STATE(1127), 1, aux_sym_string_literal_repeat1, [39882] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, ACTIONS(2786), 1, anon_sym_RPAREN, STATE(1137), 1, sym_parameter_list, [39898] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, ACTIONS(2788), 1, anon_sym_RPAREN, STATE(1137), 1, sym_parameter_list, [39914] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2790), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39924] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, ACTIONS(2792), 1, anon_sym_RPAREN, STATE(1137), 1, sym_parameter_list, [39940] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2794), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39950] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2741), 1, anon_sym_LPAREN, ACTIONS(2796), 1, anon_sym_LF, ACTIONS(2798), 1, sym_preproc_arg, STATE(1258), 1, sym_preproc_params, [39966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2800), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39976] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2802), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2804), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [39996] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2741), 1, anon_sym_LPAREN, ACTIONS(2806), 1, anon_sym_LF, ACTIONS(2808), 1, sym_preproc_arg, STATE(1254), 1, sym_preproc_params, [40012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2810), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [40022] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2812), 1, sym_identifier, ACTIONS(2814), 1, anon_sym_COMMA, ACTIONS(2816), 1, anon_sym_RBRACE, STATE(1162), 1, sym_enumerator, [40038] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2741), 1, anon_sym_LPAREN, ACTIONS(2818), 1, anon_sym_LF, ACTIONS(2820), 1, sym_preproc_arg, STATE(1263), 1, sym_preproc_params, [40054] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2822), 1, anon_sym_DQUOTE, ACTIONS(2824), 1, aux_sym_string_literal_token1, ACTIONS(2826), 1, sym_escape_sequence, STATE(1153), 1, aux_sym_string_literal_repeat1, [40070] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2828), 1, anon_sym_DQUOTE, ACTIONS(2830), 1, aux_sym_string_literal_token1, ACTIONS(2832), 1, sym_escape_sequence, STATE(1130), 1, aux_sym_string_literal_repeat1, [40086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2834), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [40096] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN2, ACTIONS(2721), 1, anon_sym_LBRACK, ACTIONS(2836), 1, anon_sym_RPAREN, STATE(1137), 1, sym_parameter_list, [40112] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2838), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [40122] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2840), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, [40132] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2842), 1, anon_sym_DQUOTE, ACTIONS(2844), 1, aux_sym_string_literal_token1, ACTIONS(2847), 1, sym_escape_sequence, STATE(1152), 1, aux_sym_string_literal_repeat1, [40148] = 5, ACTIONS(2145), 1, sym_comment, ACTIONS(2765), 1, aux_sym_string_literal_token1, ACTIONS(2767), 1, sym_escape_sequence, ACTIONS(2850), 1, anon_sym_DQUOTE, STATE(1152), 1, aux_sym_string_literal_repeat1, [40164] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2852), 1, anon_sym_COMMA, ACTIONS(2855), 1, anon_sym_RBRACE, STATE(1154), 1, aux_sym_enumerator_list_repeat1, [40177] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(2857), 1, anon_sym_RPAREN, STATE(1157), 1, aux_sym_argument_list_repeat1, [40190] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2859), 1, anon_sym_SEMI, STATE(1178), 1, aux_sym_declaration_repeat1, [40203] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1931), 1, anon_sym_RPAREN, ACTIONS(2861), 1, anon_sym_COMMA, STATE(1157), 1, aux_sym_argument_list_repeat1, [40216] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2866), 1, anon_sym_EQ, ACTIONS(2864), 2, anon_sym_COMMA, anon_sym_RBRACE, [40227] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 1, anon_sym_COMMA, ACTIONS(2870), 1, anon_sym_RBRACK_RBRACK, STATE(1176), 1, aux_sym_attribute_declaration_repeat1, [40240] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2295), 1, anon_sym_RPAREN, ACTIONS(2872), 1, anon_sym_COMMA, STATE(1160), 1, aux_sym_preproc_argument_list_repeat1, [40253] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2875), 1, anon_sym_COMMA, ACTIONS(2878), 1, anon_sym_RPAREN, STATE(1161), 1, aux_sym_preproc_params_repeat1, [40266] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2880), 1, anon_sym_COMMA, ACTIONS(2882), 1, anon_sym_RBRACE, STATE(1200), 1, aux_sym_enumerator_list_repeat1, [40279] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 1, anon_sym_COMMA, ACTIONS(2884), 1, anon_sym_RBRACK_RBRACK, STATE(1174), 1, aux_sym_attribute_declaration_repeat1, [40292] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2886), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40305] = 4, ACTIONS(2143), 1, anon_sym_LPAREN2, ACTIONS(2145), 1, sym_comment, ACTIONS(2888), 1, anon_sym_LF, STATE(957), 1, sym_preproc_argument_list, [40318] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2890), 1, anon_sym_COMMA, ACTIONS(2892), 1, anon_sym_RPAREN, STATE(1210), 1, aux_sym_preproc_params_repeat1, [40331] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2894), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40344] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2896), 1, anon_sym_SEMI, STATE(1181), 1, aux_sym_declaration_repeat1, [40357] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2898), 1, anon_sym_COMMA, ACTIONS(2901), 1, anon_sym_RPAREN, STATE(1169), 1, aux_sym_parameter_list_repeat1, [40370] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2093), 1, anon_sym_LBRACE, ACTIONS(2903), 1, sym_identifier, STATE(884), 1, sym_field_declaration_list, [40383] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2905), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, [40392] = 4, ACTIONS(2143), 1, anon_sym_LPAREN2, ACTIONS(2145), 1, sym_comment, ACTIONS(2907), 1, anon_sym_LF, STATE(957), 1, sym_preproc_argument_list, [40405] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2909), 1, anon_sym_COMMA, ACTIONS(2911), 1, anon_sym_RPAREN, STATE(1209), 1, aux_sym_parameter_list_repeat1, [40418] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 1, anon_sym_COMMA, ACTIONS(2913), 1, anon_sym_RBRACK_RBRACK, STATE(1196), 1, aux_sym_attribute_declaration_repeat1, [40431] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2915), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40444] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 1, anon_sym_COMMA, ACTIONS(2917), 1, anon_sym_RBRACK_RBRACK, STATE(1196), 1, aux_sym_attribute_declaration_repeat1, [40457] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2919), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40470] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2921), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40483] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2923), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40496] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2925), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40509] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2927), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40522] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2812), 1, sym_identifier, ACTIONS(2929), 1, anon_sym_RBRACE, STATE(1249), 1, sym_enumerator, [40535] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2170), 1, anon_sym_COMMA, ACTIONS(2931), 1, anon_sym_RPAREN, STATE(1160), 1, aux_sym_preproc_argument_list_repeat1, [40548] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1891), 1, anon_sym_RBRACE, ACTIONS(2933), 1, anon_sym_COMMA, STATE(1184), 1, aux_sym_initializer_list_repeat1, [40561] = 4, ACTIONS(2143), 1, anon_sym_LPAREN2, ACTIONS(2145), 1, sym_comment, ACTIONS(2936), 1, anon_sym_LF, STATE(957), 1, sym_preproc_argument_list, [40574] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2938), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40587] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2940), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, [40596] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2942), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40609] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2944), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40622] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2946), 1, anon_sym_COMMA, ACTIONS(2949), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40635] = 4, ACTIONS(2143), 1, anon_sym_LPAREN2, ACTIONS(2145), 1, sym_comment, ACTIONS(2951), 1, anon_sym_LF, STATE(957), 1, sym_preproc_argument_list, [40648] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 1, anon_sym_COMMA, ACTIONS(2953), 1, anon_sym_RBRACK_RBRACK, STATE(1212), 1, aux_sym_attribute_declaration_repeat1, [40661] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2955), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2959), 1, anon_sym_RPAREN, ACTIONS(2957), 2, anon_sym_DOT_DOT_DOT, sym_identifier, [40685] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2961), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40698] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2963), 1, anon_sym_COMMA, ACTIONS(2966), 1, anon_sym_RBRACK_RBRACK, STATE(1196), 1, aux_sym_attribute_declaration_repeat1, [40711] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2968), 1, anon_sym_SEMI, STATE(1164), 1, aux_sym_declaration_repeat1, [40724] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2812), 1, sym_identifier, ACTIONS(2970), 1, anon_sym_RBRACE, STATE(1249), 1, sym_enumerator, [40737] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2972), 1, anon_sym_SEMI, STATE(1175), 1, aux_sym_declaration_repeat1, [40750] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2970), 1, anon_sym_RBRACE, ACTIONS(2974), 1, anon_sym_COMMA, STATE(1154), 1, aux_sym_enumerator_list_repeat1, [40763] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_COMMA, ACTIONS(2976), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40776] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2978), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40789] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1839), 1, anon_sym_COMMA, ACTIONS(1841), 1, anon_sym_RBRACE, STATE(1213), 1, aux_sym_initializer_list_repeat1, [40802] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2093), 1, anon_sym_LBRACE, ACTIONS(2980), 1, sym_identifier, STATE(888), 1, sym_field_declaration_list, [40815] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2982), 1, anon_sym_COMMA, ACTIONS(2985), 1, anon_sym_SEMI, STATE(1205), 1, aux_sym_declaration_repeat1, [40828] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(2987), 1, anon_sym_RPAREN, STATE(1157), 1, aux_sym_argument_list_repeat1, [40841] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2170), 1, anon_sym_COMMA, ACTIONS(2989), 1, anon_sym_RPAREN, STATE(1160), 1, aux_sym_preproc_argument_list_repeat1, [40854] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2099), 1, anon_sym_LBRACE, ACTIONS(2991), 1, sym_identifier, STATE(877), 1, sym_enumerator_list, [40867] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2909), 1, anon_sym_COMMA, ACTIONS(2993), 1, anon_sym_RPAREN, STATE(1169), 1, aux_sym_parameter_list_repeat1, [40880] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2890), 1, anon_sym_COMMA, ACTIONS(2995), 1, anon_sym_RPAREN, STATE(1161), 1, aux_sym_preproc_params_repeat1, [40893] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2551), 1, anon_sym_COMMA, ACTIONS(2997), 1, anon_sym_SEMI, STATE(1190), 1, aux_sym_type_definition_repeat2, [40906] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2868), 1, anon_sym_COMMA, ACTIONS(2999), 1, anon_sym_RBRACK_RBRACK, STATE(1196), 1, aux_sym_attribute_declaration_repeat1, [40919] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 1, anon_sym_RBRACE, ACTIONS(3001), 1, anon_sym_COMMA, STATE(1184), 1, aux_sym_initializer_list_repeat1, [40932] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3003), 1, anon_sym_LF, ACTIONS(3005), 1, sym_preproc_arg, [40942] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3007), 2, anon_sym_LF, sym_preproc_arg, [40950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1891), 2, anon_sym_COMMA, anon_sym_RBRACE, [40958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1444), 1, sym_parenthesized_expression, [40968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2812), 1, sym_identifier, STATE(1249), 1, sym_enumerator, [40978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2966), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [40986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3011), 2, anon_sym_DOT_DOT_DOT, sym_identifier, [40994] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1877), 2, anon_sym_COMMA, anon_sym_SEMI, [41002] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3013), 1, anon_sym_LF, ACTIONS(3015), 1, sym_preproc_arg, [41012] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3017), 1, anon_sym_LF, ACTIONS(3019), 1, sym_preproc_arg, [41022] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(330), 1, sym_parenthesized_expression, [41032] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(323), 1, sym_parenthesized_expression, [41042] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1889), 2, anon_sym_COMMA, anon_sym_RBRACE, [41050] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3023), 2, anon_sym_COMMA, anon_sym_RPAREN, [41058] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3025), 1, anon_sym_LF, ACTIONS(3027), 1, sym_preproc_arg, [41068] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2901), 2, anon_sym_COMMA, anon_sym_RPAREN, [41076] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3029), 2, anon_sym_LF, sym_preproc_arg, [41084] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1867), 2, anon_sym_RPAREN, anon_sym_SEMI, [41092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2589), 2, anon_sym_COMMA, anon_sym_SEMI, [41100] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1328), 1, sym_parenthesized_expression, [41110] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3031), 2, anon_sym_LF, sym_preproc_arg, [41118] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(373), 1, anon_sym_LBRACE, STATE(156), 1, sym_compound_statement, [41128] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2878), 2, anon_sym_COMMA, anon_sym_RPAREN, [41136] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(115), 1, anon_sym_LBRACE, STATE(85), 1, sym_compound_statement, [41146] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(354), 1, sym_parenthesized_expression, [41156] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3033), 1, sym_identifier, STATE(1159), 1, sym_attribute, [41166] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3035), 1, anon_sym_LF, ACTIONS(3037), 1, sym_preproc_arg, [41176] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1237), 1, sym_parenthesized_expression, [41186] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(352), 1, sym_parenthesized_expression, [41196] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3039), 2, aux_sym_char_literal_token1, sym_escape_sequence, [41204] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3033), 1, sym_identifier, STATE(1219), 1, sym_attribute, [41214] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3041), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [41222] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1340), 1, sym_parenthesized_expression, [41232] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(334), 1, sym_parenthesized_expression, [41242] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(346), 1, sym_parenthesized_expression, [41252] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2855), 2, anon_sym_COMMA, anon_sym_RBRACE, [41260] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3043), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, [41268] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3045), 2, aux_sym_char_literal_token1, sym_escape_sequence, [41276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3047), 1, sym_identifier, ACTIONS(3049), 1, anon_sym_LPAREN2, [41286] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3051), 1, anon_sym_LF, ACTIONS(3053), 1, sym_preproc_arg, [41296] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3055), 1, anon_sym_LF, ACTIONS(3057), 1, sym_preproc_arg, [41306] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(319), 1, anon_sym_LBRACE, STATE(172), 1, sym_compound_statement, [41316] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1235), 1, sym_parenthesized_expression, [41326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, STATE(1361), 1, sym_argument_list, [41336] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3059), 1, anon_sym_LF, ACTIONS(3061), 1, sym_preproc_arg, [41346] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1306), 1, sym_parenthesized_expression, [41356] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(228), 1, sym_compound_statement, [41366] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3063), 1, anon_sym_LF, ACTIONS(3065), 1, sym_preproc_arg, [41376] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1576), 1, anon_sym_LPAREN2, STATE(1383), 1, sym_argument_list, [41386] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3067), 1, anon_sym_LF, ACTIONS(3069), 1, sym_preproc_arg, [41396] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3071), 1, anon_sym_LF, ACTIONS(3073), 1, sym_preproc_arg, [41406] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3075), 1, sym_identifier, ACTIONS(3077), 1, anon_sym_LPAREN2, [41416] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3079), 1, anon_sym_LF, ACTIONS(3081), 1, sym_preproc_arg, [41426] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3083), 1, anon_sym_LF, ACTIONS(3085), 1, sym_preproc_arg, [41436] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3087), 2, aux_sym_char_literal_token1, sym_escape_sequence, [41444] = 3, ACTIONS(2145), 1, sym_comment, ACTIONS(3089), 1, anon_sym_LF, ACTIONS(3091), 1, sym_preproc_arg, [41454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(322), 1, sym_parenthesized_expression, [41464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1260), 1, sym_parenthesized_expression, [41474] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_LPAREN2, STATE(320), 1, sym_parenthesized_expression, [41484] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3033), 1, sym_identifier, STATE(1192), 1, sym_attribute, [41494] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_LPAREN2, STATE(1255), 1, sym_parenthesized_expression, [41504] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3033), 1, sym_identifier, STATE(1163), 1, sym_attribute, [41514] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3093), 1, anon_sym_LF, [41521] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1941), 1, anon_sym_RPAREN, [41528] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1895), 1, anon_sym_RPAREN, [41535] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3095), 1, aux_sym_preproc_if_token2, [41542] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 1, anon_sym_SEMI, [41549] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1879), 1, anon_sym_SEMI, [41556] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1903), 1, anon_sym_RPAREN, [41563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3099), 1, sym_identifier, [41570] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1907), 1, anon_sym_RPAREN, [41577] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_RBRACE, [41584] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1915), 1, anon_sym_RPAREN, [41591] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(2888), 1, anon_sym_LF, [41598] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 1, anon_sym_SEMI, [41605] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1921), 1, anon_sym_RPAREN, [41612] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3103), 1, aux_sym_preproc_if_token2, [41619] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3105), 1, anon_sym_LF, [41626] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3107), 1, anon_sym_LF, [41633] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3109), 1, anon_sym_LF, [41640] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3111), 1, aux_sym_preproc_if_token2, [41647] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3113), 1, anon_sym_LF, [41654] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3115), 1, anon_sym_SEMI, [41661] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3117), 1, aux_sym_preproc_if_token2, [41668] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3119), 1, anon_sym_LF, [41675] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3121), 1, anon_sym_LF, [41682] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1953), 1, anon_sym_SEMI, [41689] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3123), 1, anon_sym_LF, [41696] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3125), 1, anon_sym_SEMI, [41703] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1955), 1, anon_sym_RPAREN, [41710] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3127), 1, anon_sym_LF, [41717] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3129), 1, anon_sym_LF, [41724] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3131), 1, anon_sym_SEMI, [41731] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3133), 1, anon_sym_LF, [41738] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3135), 1, anon_sym_COLON, [41745] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3137), 1, sym_identifier, [41752] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3139), 1, sym_identifier, [41759] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3141), 1, anon_sym_LF, [41766] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 1, aux_sym_preproc_if_token2, [41773] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3145), 1, anon_sym_LF, [41780] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1957), 1, anon_sym_RPAREN, [41787] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1883), 1, anon_sym_RPAREN, [41794] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3147), 1, sym_identifier, [41801] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3149), 1, aux_sym_preproc_if_token2, [41808] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1923), 1, anon_sym_RPAREN, [41815] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3151), 1, aux_sym_preproc_if_token2, [41822] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1947), 1, anon_sym_RPAREN, [41829] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1937), 1, anon_sym_RPAREN, [41836] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1967), 1, anon_sym_RPAREN, [41843] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3153), 1, anon_sym_SEMI, [41850] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3155), 1, aux_sym_preproc_if_token2, [41857] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3157), 1, aux_sym_preproc_if_token2, [41864] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3159), 1, aux_sym_preproc_if_token2, [41871] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3161), 1, aux_sym_preproc_if_token2, [41878] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3163), 1, anon_sym_SEMI, [41885] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3165), 1, anon_sym_SEMI, [41892] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3167), 1, aux_sym_preproc_if_token2, [41899] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3169), 1, anon_sym_STAR, [41906] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1917), 1, anon_sym_RPAREN, [41913] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3171), 1, aux_sym_preproc_if_token2, [41920] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3173), 1, anon_sym_SEMI, [41927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3175), 1, aux_sym_preproc_if_token2, [41934] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1905), 1, anon_sym_RPAREN, [41941] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3177), 1, aux_sym_preproc_if_token2, [41948] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1901), 1, anon_sym_RPAREN, [41955] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1897), 1, anon_sym_RPAREN, [41962] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3179), 1, anon_sym_SEMI, [41969] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3181), 1, sym_identifier, [41976] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3183), 1, anon_sym_SEMI, [41983] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3185), 1, aux_sym_preproc_if_token2, [41990] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3187), 1, sym_identifier, [41997] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3189), 1, aux_sym_preproc_if_token2, [42004] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3191), 1, aux_sym_preproc_if_token2, [42011] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3193), 1, anon_sym_RPAREN, [42018] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3195), 1, anon_sym_RPAREN, [42025] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3197), 1, aux_sym_preproc_if_token2, [42032] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1933), 1, anon_sym_RPAREN, [42039] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3199), 1, aux_sym_preproc_if_token2, [42046] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3201), 1, aux_sym_preproc_if_token2, [42053] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3203), 1, aux_sym_preproc_if_token2, [42060] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3205), 1, anon_sym_RPAREN, [42067] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3207), 1, anon_sym_LF, [42074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3209), 1, aux_sym_preproc_if_token2, [42081] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3211), 1, anon_sym_LF, [42088] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3213), 1, anon_sym_SQUOTE, [42095] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3215), 1, aux_sym_preproc_if_token2, [42102] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3217), 1, sym_identifier, [42109] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3219), 1, anon_sym_STAR, [42116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3221), 1, anon_sym_SEMI, [42123] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3223), 1, anon_sym_RPAREN, [42130] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1893), 1, anon_sym_SEMI, [42137] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3225), 1, anon_sym_RPAREN, [42144] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1939), 1, anon_sym_SEMI, [42151] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3227), 1, anon_sym_SEMI, [42158] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3229), 1, sym_identifier, [42165] = 2, ACTIONS(1446), 1, anon_sym_LF, ACTIONS(2145), 1, sym_comment, [42172] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3231), 1, sym_identifier, [42179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3233), 1, sym_identifier, [42186] = 2, ACTIONS(1436), 1, anon_sym_LF, ACTIONS(2145), 1, sym_comment, [42193] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2882), 1, anon_sym_RBRACE, [42200] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3235), 1, anon_sym_COLON, [42207] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3237), 1, anon_sym_RPAREN, [42214] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3239), 1, anon_sym_RPAREN, [42221] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3241), 1, sym_identifier, [42228] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3243), 1, anon_sym_LF, [42235] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(2907), 1, anon_sym_LF, [42242] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1961), 1, anon_sym_SEMI, [42249] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3245), 1, anon_sym_SEMI, [42256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3247), 1, sym_identifier, [42263] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3249), 1, anon_sym_RPAREN, [42270] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3251), 1, anon_sym_SEMI, [42277] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3253), 1, anon_sym_STAR, [42284] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3255), 1, sym_identifier, [42291] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3257), 1, anon_sym_SEMI, [42298] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3259), 1, anon_sym_SEMI, [42305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1875), 1, anon_sym_SEMI, [42312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3261), 1, anon_sym_COLON, [42319] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(2936), 1, anon_sym_LF, [42326] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3263), 1, aux_sym_preproc_if_token2, [42333] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3265), 1, sym_identifier, [42340] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3267), 1, anon_sym_LF, [42347] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3269), 1, anon_sym_LF, [42354] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3271), 1, sym_identifier, [42361] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3273), 1, sym_identifier, [42368] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3275), 1, anon_sym_RPAREN, [42375] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1899), 1, anon_sym_SEMI, [42382] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3277), 1, sym_identifier, [42389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3279), 1, sym_identifier, [42396] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3281), 1, anon_sym_SEMI, [42403] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3283), 1, anon_sym_STAR, [42410] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3285), 1, anon_sym_SQUOTE, [42417] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3287), 1, anon_sym_LF, [42424] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3289), 1, anon_sym_SQUOTE, [42431] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1949), 1, anon_sym_RPAREN, [42438] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3291), 1, anon_sym_SEMI, [42445] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1969), 1, anon_sym_SEMI, [42452] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3293), 1, anon_sym_while, [42459] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3295), 1, aux_sym_preproc_if_token2, [42466] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3297), 1, aux_sym_preproc_if_token2, [42473] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1965), 1, anon_sym_RPAREN, [42480] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3299), 1, sym_identifier, [42487] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3301), 1, sym_identifier, [42494] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3303), 1, sym_identifier, [42501] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1935), 1, anon_sym_RPAREN, [42508] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3305), 1, sym_identifier, [42515] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3307), 1, anon_sym_RPAREN, [42522] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1951), 1, anon_sym_RPAREN, [42529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3309), 1, anon_sym_SEMI, [42536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3311), 1, anon_sym_RPAREN, [42543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1913), 1, anon_sym_RPAREN, [42550] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3313), 1, anon_sym_LF, [42557] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3315), 1, anon_sym_RPAREN, [42564] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3317), 1, aux_sym_preproc_if_token2, [42571] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3319), 1, anon_sym_while, [42578] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3321), 1, aux_sym_preproc_if_token2, [42585] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1887), 1, anon_sym_RPAREN, [42592] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(2951), 1, anon_sym_LF, [42599] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1881), 1, anon_sym_SEMI, [42606] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1929), 1, anon_sym_SEMI, [42613] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3323), 1, ts_builtin_sym_end, [42620] = 2, ACTIONS(2145), 1, sym_comment, ACTIONS(3325), 1, anon_sym_LF, [42627] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3327), 1, aux_sym_preproc_if_token2, [42634] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3329), 1, sym_identifier, [42641] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3331), 1, anon_sym_SEMI, [42648] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3333), 1, anon_sym_while, [42655] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3335), 1, anon_sym_SEMI, [42662] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3337), 1, anon_sym_LPAREN2, [42669] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1963), 1, anon_sym_RPAREN, [42676] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1919), 1, anon_sym_SEMI, [42683] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3339), 1, anon_sym_COLON, [42690] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3341), 1, anon_sym_SEMI, [42697] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1885), 1, anon_sym_RPAREN, [42704] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3343), 1, anon_sym_SEMI, [42711] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3345), 1, anon_sym_while, [42718] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3347), 1, anon_sym_SEMI, [42725] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3349), 1, anon_sym_RPAREN, [42732] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1959), 1, anon_sym_SEMI, [42739] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, anon_sym_LPAREN2, [42746] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3353), 1, aux_sym_preproc_if_token2, [42753] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3355), 1, anon_sym_LPAREN2, [42760] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3357), 1, anon_sym_LPAREN2, [42767] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3359), 1, aux_sym_preproc_if_token2, [42774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3361), 1, anon_sym_LPAREN2, [42781] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3363), 1, sym_identifier, [42788] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3365), 1, anon_sym_LPAREN2, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(386)] = 0, [SMALL_STATE(387)] = 71, [SMALL_STATE(388)] = 142, [SMALL_STATE(389)] = 249, [SMALL_STATE(390)] = 321, [SMALL_STATE(391)] = 440, [SMALL_STATE(392)] = 548, [SMALL_STATE(393)] = 656, [SMALL_STATE(394)] = 764, [SMALL_STATE(395)] = 872, [SMALL_STATE(396)] = 980, [SMALL_STATE(397)] = 1088, [SMALL_STATE(398)] = 1196, [SMALL_STATE(399)] = 1304, [SMALL_STATE(400)] = 1412, [SMALL_STATE(401)] = 1520, [SMALL_STATE(402)] = 1628, [SMALL_STATE(403)] = 1736, [SMALL_STATE(404)] = 1844, [SMALL_STATE(405)] = 1952, [SMALL_STATE(406)] = 2027, [SMALL_STATE(407)] = 2104, [SMALL_STATE(408)] = 2179, [SMALL_STATE(409)] = 2254, [SMALL_STATE(410)] = 2329, [SMALL_STATE(411)] = 2406, [SMALL_STATE(412)] = 2483, [SMALL_STATE(413)] = 2560, [SMALL_STATE(414)] = 2660, [SMALL_STATE(415)] = 2732, [SMALL_STATE(416)] = 2832, [SMALL_STATE(417)] = 2929, [SMALL_STATE(418)] = 3026, [SMALL_STATE(419)] = 3124, [SMALL_STATE(420)] = 3222, [SMALL_STATE(421)] = 3320, [SMALL_STATE(422)] = 3414, [SMALL_STATE(423)] = 3512, [SMALL_STATE(424)] = 3610, [SMALL_STATE(425)] = 3708, [SMALL_STATE(426)] = 3799, [SMALL_STATE(427)] = 3902, [SMALL_STATE(428)] = 3993, [SMALL_STATE(429)] = 4084, [SMALL_STATE(430)] = 4175, [SMALL_STATE(431)] = 4266, [SMALL_STATE(432)] = 4327, [SMALL_STATE(433)] = 4418, [SMALL_STATE(434)] = 4509, [SMALL_STATE(435)] = 4600, [SMALL_STATE(436)] = 4661, [SMALL_STATE(437)] = 4722, [SMALL_STATE(438)] = 4813, [SMALL_STATE(439)] = 4904, [SMALL_STATE(440)] = 4959, [SMALL_STATE(441)] = 5050, [SMALL_STATE(442)] = 5141, [SMALL_STATE(443)] = 5232, [SMALL_STATE(444)] = 5287, [SMALL_STATE(445)] = 5378, [SMALL_STATE(446)] = 5460, [SMALL_STATE(447)] = 5542, [SMALL_STATE(448)] = 5624, [SMALL_STATE(449)] = 5706, [SMALL_STATE(450)] = 5788, [SMALL_STATE(451)] = 5870, [SMALL_STATE(452)] = 5952, [SMALL_STATE(453)] = 6034, [SMALL_STATE(454)] = 6116, [SMALL_STATE(455)] = 6198, [SMALL_STATE(456)] = 6280, [SMALL_STATE(457)] = 6362, [SMALL_STATE(458)] = 6444, [SMALL_STATE(459)] = 6526, [SMALL_STATE(460)] = 6608, [SMALL_STATE(461)] = 6690, [SMALL_STATE(462)] = 6772, [SMALL_STATE(463)] = 6854, [SMALL_STATE(464)] = 6936, [SMALL_STATE(465)] = 7018, [SMALL_STATE(466)] = 7100, [SMALL_STATE(467)] = 7182, [SMALL_STATE(468)] = 7264, [SMALL_STATE(469)] = 7346, [SMALL_STATE(470)] = 7428, [SMALL_STATE(471)] = 7510, [SMALL_STATE(472)] = 7592, [SMALL_STATE(473)] = 7674, [SMALL_STATE(474)] = 7756, [SMALL_STATE(475)] = 7838, [SMALL_STATE(476)] = 7920, [SMALL_STATE(477)] = 8002, [SMALL_STATE(478)] = 8084, [SMALL_STATE(479)] = 8166, [SMALL_STATE(480)] = 8245, [SMALL_STATE(481)] = 8324, [SMALL_STATE(482)] = 8403, [SMALL_STATE(483)] = 8482, [SMALL_STATE(484)] = 8561, [SMALL_STATE(485)] = 8640, [SMALL_STATE(486)] = 8719, [SMALL_STATE(487)] = 8798, [SMALL_STATE(488)] = 8877, [SMALL_STATE(489)] = 8956, [SMALL_STATE(490)] = 9035, [SMALL_STATE(491)] = 9114, [SMALL_STATE(492)] = 9193, [SMALL_STATE(493)] = 9272, [SMALL_STATE(494)] = 9351, [SMALL_STATE(495)] = 9402, [SMALL_STATE(496)] = 9481, [SMALL_STATE(497)] = 9560, [SMALL_STATE(498)] = 9639, [SMALL_STATE(499)] = 9718, [SMALL_STATE(500)] = 9797, [SMALL_STATE(501)] = 9876, [SMALL_STATE(502)] = 9955, [SMALL_STATE(503)] = 10034, [SMALL_STATE(504)] = 10113, [SMALL_STATE(505)] = 10192, [SMALL_STATE(506)] = 10271, [SMALL_STATE(507)] = 10350, [SMALL_STATE(508)] = 10426, [SMALL_STATE(509)] = 10502, [SMALL_STATE(510)] = 10578, [SMALL_STATE(511)] = 10654, [SMALL_STATE(512)] = 10730, [SMALL_STATE(513)] = 10806, [SMALL_STATE(514)] = 10882, [SMALL_STATE(515)] = 10958, [SMALL_STATE(516)] = 11034, [SMALL_STATE(517)] = 11084, [SMALL_STATE(518)] = 11160, [SMALL_STATE(519)] = 11236, [SMALL_STATE(520)] = 11312, [SMALL_STATE(521)] = 11388, [SMALL_STATE(522)] = 11438, [SMALL_STATE(523)] = 11514, [SMALL_STATE(524)] = 11590, [SMALL_STATE(525)] = 11666, [SMALL_STATE(526)] = 11742, [SMALL_STATE(527)] = 11818, [SMALL_STATE(528)] = 11894, [SMALL_STATE(529)] = 11970, [SMALL_STATE(530)] = 12046, [SMALL_STATE(531)] = 12122, [SMALL_STATE(532)] = 12172, [SMALL_STATE(533)] = 12232, [SMALL_STATE(534)] = 12308, [SMALL_STATE(535)] = 12392, [SMALL_STATE(536)] = 12468, [SMALL_STATE(537)] = 12544, [SMALL_STATE(538)] = 12594, [SMALL_STATE(539)] = 12654, [SMALL_STATE(540)] = 12704, [SMALL_STATE(541)] = 12780, [SMALL_STATE(542)] = 12856, [SMALL_STATE(543)] = 12932, [SMALL_STATE(544)] = 13008, [SMALL_STATE(545)] = 13084, [SMALL_STATE(546)] = 13160, [SMALL_STATE(547)] = 13236, [SMALL_STATE(548)] = 13312, [SMALL_STATE(549)] = 13388, [SMALL_STATE(550)] = 13438, [SMALL_STATE(551)] = 13498, [SMALL_STATE(552)] = 13556, [SMALL_STATE(553)] = 13632, [SMALL_STATE(554)] = 13708, [SMALL_STATE(555)] = 13784, [SMALL_STATE(556)] = 13860, [SMALL_STATE(557)] = 13936, [SMALL_STATE(558)] = 14012, [SMALL_STATE(559)] = 14088, [SMALL_STATE(560)] = 14150, [SMALL_STATE(561)] = 14226, [SMALL_STATE(562)] = 14302, [SMALL_STATE(563)] = 14378, [SMALL_STATE(564)] = 14444, [SMALL_STATE(565)] = 14520, [SMALL_STATE(566)] = 14570, [SMALL_STATE(567)] = 14646, [SMALL_STATE(568)] = 14696, [SMALL_STATE(569)] = 14772, [SMALL_STATE(570)] = 14848, [SMALL_STATE(571)] = 14924, [SMALL_STATE(572)] = 15000, [SMALL_STATE(573)] = 15076, [SMALL_STATE(574)] = 15152, [SMALL_STATE(575)] = 15228, [SMALL_STATE(576)] = 15292, [SMALL_STATE(577)] = 15358, [SMALL_STATE(578)] = 15434, [SMALL_STATE(579)] = 15510, [SMALL_STATE(580)] = 15580, [SMALL_STATE(581)] = 15656, [SMALL_STATE(582)] = 15728, [SMALL_STATE(583)] = 15804, [SMALL_STATE(584)] = 15880, [SMALL_STATE(585)] = 15930, [SMALL_STATE(586)] = 16004, [SMALL_STATE(587)] = 16080, [SMALL_STATE(588)] = 16156, [SMALL_STATE(589)] = 16234, [SMALL_STATE(590)] = 16314, [SMALL_STATE(591)] = 16390, [SMALL_STATE(592)] = 16440, [SMALL_STATE(593)] = 16502, [SMALL_STATE(594)] = 16578, [SMALL_STATE(595)] = 16654, [SMALL_STATE(596)] = 16730, [SMALL_STATE(597)] = 16780, [SMALL_STATE(598)] = 16856, [SMALL_STATE(599)] = 16932, [SMALL_STATE(600)] = 17008, [SMALL_STATE(601)] = 17058, [SMALL_STATE(602)] = 17134, [SMALL_STATE(603)] = 17216, [SMALL_STATE(604)] = 17292, [SMALL_STATE(605)] = 17368, [SMALL_STATE(606)] = 17418, [SMALL_STATE(607)] = 17494, [SMALL_STATE(608)] = 17554, [SMALL_STATE(609)] = 17604, [SMALL_STATE(610)] = 17654, [SMALL_STATE(611)] = 17730, [SMALL_STATE(612)] = 17806, [SMALL_STATE(613)] = 17882, [SMALL_STATE(614)] = 17935, [SMALL_STATE(615)] = 17988, [SMALL_STATE(616)] = 18070, [SMALL_STATE(617)] = 18123, [SMALL_STATE(618)] = 18170, [SMALL_STATE(619)] = 18223, [SMALL_STATE(620)] = 18276, [SMALL_STATE(621)] = 18355, [SMALL_STATE(622)] = 18408, [SMALL_STATE(623)] = 18455, [SMALL_STATE(624)] = 18521, [SMALL_STATE(625)] = 18599, [SMALL_STATE(626)] = 18645, [SMALL_STATE(627)] = 18713, [SMALL_STATE(628)] = 18783, [SMALL_STATE(629)] = 18855, [SMALL_STATE(630)] = 18929, [SMALL_STATE(631)] = 18989, [SMALL_STATE(632)] = 19065, [SMALL_STATE(633)] = 19121, [SMALL_STATE(634)] = 19201, [SMALL_STATE(635)] = 19257, [SMALL_STATE(636)] = 19315, [SMALL_STATE(637)] = 19371, [SMALL_STATE(638)] = 19433, [SMALL_STATE(639)] = 19495, [SMALL_STATE(640)] = 19549, [SMALL_STATE(641)] = 19605, [SMALL_STATE(642)] = 19650, [SMALL_STATE(643)] = 19695, [SMALL_STATE(644)] = 19744, [SMALL_STATE(645)] = 19789, [SMALL_STATE(646)] = 19861, [SMALL_STATE(647)] = 19917, [SMALL_STATE(648)] = 19989, [SMALL_STATE(649)] = 20061, [SMALL_STATE(650)] = 20133, [SMALL_STATE(651)] = 20202, [SMALL_STATE(652)] = 20276, [SMALL_STATE(653)] = 20320, [SMALL_STATE(654)] = 20377, [SMALL_STATE(655)] = 20448, [SMALL_STATE(656)] = 20503, [SMALL_STATE(657)] = 20560, [SMALL_STATE(658)] = 20621, [SMALL_STATE(659)] = 20684, [SMALL_STATE(660)] = 20749, [SMALL_STATE(661)] = 20816, [SMALL_STATE(662)] = 20883, [SMALL_STATE(663)] = 20952, [SMALL_STATE(664)] = 21005, [SMALL_STATE(665)] = 21078, [SMALL_STATE(666)] = 21117, [SMALL_STATE(667)] = 21155, [SMALL_STATE(668)] = 21193, [SMALL_STATE(669)] = 21230, [SMALL_STATE(670)] = 21267, [SMALL_STATE(671)] = 21304, [SMALL_STATE(672)] = 21341, [SMALL_STATE(673)] = 21378, [SMALL_STATE(674)] = 21415, [SMALL_STATE(675)] = 21452, [SMALL_STATE(676)] = 21489, [SMALL_STATE(677)] = 21526, [SMALL_STATE(678)] = 21563, [SMALL_STATE(679)] = 21600, [SMALL_STATE(680)] = 21637, [SMALL_STATE(681)] = 21674, [SMALL_STATE(682)] = 21711, [SMALL_STATE(683)] = 21748, [SMALL_STATE(684)] = 21785, [SMALL_STATE(685)] = 21822, [SMALL_STATE(686)] = 21859, [SMALL_STATE(687)] = 21896, [SMALL_STATE(688)] = 21933, [SMALL_STATE(689)] = 22008, [SMALL_STATE(690)] = 22083, [SMALL_STATE(691)] = 22120, [SMALL_STATE(692)] = 22157, [SMALL_STATE(693)] = 22194, [SMALL_STATE(694)] = 22231, [SMALL_STATE(695)] = 22306, [SMALL_STATE(696)] = 22379, [SMALL_STATE(697)] = 22427, [SMALL_STATE(698)] = 22497, [SMALL_STATE(699)] = 22569, [SMALL_STATE(700)] = 22639, [SMALL_STATE(701)] = 22711, [SMALL_STATE(702)] = 22783, [SMALL_STATE(703)] = 22855, [SMALL_STATE(704)] = 22927, [SMALL_STATE(705)] = 22999, [SMALL_STATE(706)] = 23069, [SMALL_STATE(707)] = 23139, [SMALL_STATE(708)] = 23211, [SMALL_STATE(709)] = 23283, [SMALL_STATE(710)] = 23355, [SMALL_STATE(711)] = 23427, [SMALL_STATE(712)] = 23499, [SMALL_STATE(713)] = 23535, [SMALL_STATE(714)] = 23607, [SMALL_STATE(715)] = 23679, [SMALL_STATE(716)] = 23751, [SMALL_STATE(717)] = 23799, [SMALL_STATE(718)] = 23871, [SMALL_STATE(719)] = 23943, [SMALL_STATE(720)] = 24015, [SMALL_STATE(721)] = 24087, [SMALL_STATE(722)] = 24159, [SMALL_STATE(723)] = 24231, [SMALL_STATE(724)] = 24279, [SMALL_STATE(725)] = 24351, [SMALL_STATE(726)] = 24421, [SMALL_STATE(727)] = 24493, [SMALL_STATE(728)] = 24565, [SMALL_STATE(729)] = 24637, [SMALL_STATE(730)] = 24673, [SMALL_STATE(731)] = 24745, [SMALL_STATE(732)] = 24817, [SMALL_STATE(733)] = 24865, [SMALL_STATE(734)] = 24937, [SMALL_STATE(735)] = 25009, [SMALL_STATE(736)] = 25081, [SMALL_STATE(737)] = 25153, [SMALL_STATE(738)] = 25225, [SMALL_STATE(739)] = 25297, [SMALL_STATE(740)] = 25369, [SMALL_STATE(741)] = 25441, [SMALL_STATE(742)] = 25513, [SMALL_STATE(743)] = 25585, [SMALL_STATE(744)] = 25657, [SMALL_STATE(745)] = 25729, [SMALL_STATE(746)] = 25798, [SMALL_STATE(747)] = 25867, [SMALL_STATE(748)] = 25936, [SMALL_STATE(749)] = 25971, [SMALL_STATE(750)] = 26040, [SMALL_STATE(751)] = 26075, [SMALL_STATE(752)] = 26110, [SMALL_STATE(753)] = 26179, [SMALL_STATE(754)] = 26214, [SMALL_STATE(755)] = 26283, [SMALL_STATE(756)] = 26352, [SMALL_STATE(757)] = 26387, [SMALL_STATE(758)] = 26456, [SMALL_STATE(759)] = 26491, [SMALL_STATE(760)] = 26560, [SMALL_STATE(761)] = 26629, [SMALL_STATE(762)] = 26696, [SMALL_STATE(763)] = 26765, [SMALL_STATE(764)] = 26834, [SMALL_STATE(765)] = 26873, [SMALL_STATE(766)] = 26942, [SMALL_STATE(767)] = 26977, [SMALL_STATE(768)] = 27012, [SMALL_STATE(769)] = 27081, [SMALL_STATE(770)] = 27116, [SMALL_STATE(771)] = 27151, [SMALL_STATE(772)] = 27220, [SMALL_STATE(773)] = 27255, [SMALL_STATE(774)] = 27290, [SMALL_STATE(775)] = 27329, [SMALL_STATE(776)] = 27372, [SMALL_STATE(777)] = 27441, [SMALL_STATE(778)] = 27494, [SMALL_STATE(779)] = 27563, [SMALL_STATE(780)] = 27598, [SMALL_STATE(781)] = 27633, [SMALL_STATE(782)] = 27668, [SMALL_STATE(783)] = 27703, [SMALL_STATE(784)] = 27738, [SMALL_STATE(785)] = 27773, [SMALL_STATE(786)] = 27842, [SMALL_STATE(787)] = 27877, [SMALL_STATE(788)] = 27912, [SMALL_STATE(789)] = 27981, [SMALL_STATE(790)] = 28050, [SMALL_STATE(791)] = 28119, [SMALL_STATE(792)] = 28188, [SMALL_STATE(793)] = 28223, [SMALL_STATE(794)] = 28292, [SMALL_STATE(795)] = 28361, [SMALL_STATE(796)] = 28410, [SMALL_STATE(797)] = 28445, [SMALL_STATE(798)] = 28480, [SMALL_STATE(799)] = 28515, [SMALL_STATE(800)] = 28550, [SMALL_STATE(801)] = 28585, [SMALL_STATE(802)] = 28624, [SMALL_STATE(803)] = 28693, [SMALL_STATE(804)] = 28762, [SMALL_STATE(805)] = 28831, [SMALL_STATE(806)] = 28896, [SMALL_STATE(807)] = 28965, [SMALL_STATE(808)] = 29034, [SMALL_STATE(809)] = 29097, [SMALL_STATE(810)] = 29160, [SMALL_STATE(811)] = 29221, [SMALL_STATE(812)] = 29256, [SMALL_STATE(813)] = 29315, [SMALL_STATE(814)] = 29384, [SMALL_STATE(815)] = 29419, [SMALL_STATE(816)] = 29454, [SMALL_STATE(817)] = 29511, [SMALL_STATE(818)] = 29546, [SMALL_STATE(819)] = 29581, [SMALL_STATE(820)] = 29616, [SMALL_STATE(821)] = 29651, [SMALL_STATE(822)] = 29720, [SMALL_STATE(823)] = 29773, [SMALL_STATE(824)] = 29824, [SMALL_STATE(825)] = 29859, [SMALL_STATE(826)] = 29928, [SMALL_STATE(827)] = 29963, [SMALL_STATE(828)] = 30032, [SMALL_STATE(829)] = 30067, [SMALL_STATE(830)] = 30102, [SMALL_STATE(831)] = 30141, [SMALL_STATE(832)] = 30210, [SMALL_STATE(833)] = 30245, [SMALL_STATE(834)] = 30284, [SMALL_STATE(835)] = 30319, [SMALL_STATE(836)] = 30354, [SMALL_STATE(837)] = 30412, [SMALL_STATE(838)] = 30467, [SMALL_STATE(839)] = 30522, [SMALL_STATE(840)] = 30577, [SMALL_STATE(841)] = 30632, [SMALL_STATE(842)] = 30687, [SMALL_STATE(843)] = 30742, [SMALL_STATE(844)] = 30797, [SMALL_STATE(845)] = 30852, [SMALL_STATE(846)] = 30907, [SMALL_STATE(847)] = 30962, [SMALL_STATE(848)] = 31017, [SMALL_STATE(849)] = 31072, [SMALL_STATE(850)] = 31118, [SMALL_STATE(851)] = 31164, [SMALL_STATE(852)] = 31210, [SMALL_STATE(853)] = 31256, [SMALL_STATE(854)] = 31291, [SMALL_STATE(855)] = 31326, [SMALL_STATE(856)] = 31377, [SMALL_STATE(857)] = 31412, [SMALL_STATE(858)] = 31447, [SMALL_STATE(859)] = 31482, [SMALL_STATE(860)] = 31530, [SMALL_STATE(861)] = 31578, [SMALL_STATE(862)] = 31626, [SMALL_STATE(863)] = 31674, [SMALL_STATE(864)] = 31722, [SMALL_STATE(865)] = 31770, [SMALL_STATE(866)] = 31818, [SMALL_STATE(867)] = 31866, [SMALL_STATE(868)] = 31900, [SMALL_STATE(869)] = 31948, [SMALL_STATE(870)] = 31977, [SMALL_STATE(871)] = 32006, [SMALL_STATE(872)] = 32035, [SMALL_STATE(873)] = 32064, [SMALL_STATE(874)] = 32093, [SMALL_STATE(875)] = 32122, [SMALL_STATE(876)] = 32155, [SMALL_STATE(877)] = 32186, [SMALL_STATE(878)] = 32215, [SMALL_STATE(879)] = 32244, [SMALL_STATE(880)] = 32273, [SMALL_STATE(881)] = 32302, [SMALL_STATE(882)] = 32331, [SMALL_STATE(883)] = 32386, [SMALL_STATE(884)] = 32415, [SMALL_STATE(885)] = 32444, [SMALL_STATE(886)] = 32473, [SMALL_STATE(887)] = 32506, [SMALL_STATE(888)] = 32535, [SMALL_STATE(889)] = 32564, [SMALL_STATE(890)] = 32607, [SMALL_STATE(891)] = 32662, [SMALL_STATE(892)] = 32691, [SMALL_STATE(893)] = 32720, [SMALL_STATE(894)] = 32749, [SMALL_STATE(895)] = 32792, [SMALL_STATE(896)] = 32821, [SMALL_STATE(897)] = 32850, [SMALL_STATE(898)] = 32878, [SMALL_STATE(899)] = 32918, [SMALL_STATE(900)] = 32958, [SMALL_STATE(901)] = 32998, [SMALL_STATE(902)] = 33038, [SMALL_STATE(903)] = 33078, [SMALL_STATE(904)] = 33118, [SMALL_STATE(905)] = 33158, [SMALL_STATE(906)] = 33198, [SMALL_STATE(907)] = 33248, [SMALL_STATE(908)] = 33288, [SMALL_STATE(909)] = 33328, [SMALL_STATE(910)] = 33368, [SMALL_STATE(911)] = 33408, [SMALL_STATE(912)] = 33448, [SMALL_STATE(913)] = 33488, [SMALL_STATE(914)] = 33516, [SMALL_STATE(915)] = 33556, [SMALL_STATE(916)] = 33584, [SMALL_STATE(917)] = 33612, [SMALL_STATE(918)] = 33652, [SMALL_STATE(919)] = 33680, [SMALL_STATE(920)] = 33720, [SMALL_STATE(921)] = 33760, [SMALL_STATE(922)] = 33800, [SMALL_STATE(923)] = 33840, [SMALL_STATE(924)] = 33880, [SMALL_STATE(925)] = 33920, [SMALL_STATE(926)] = 33960, [SMALL_STATE(927)] = 34000, [SMALL_STATE(928)] = 34040, [SMALL_STATE(929)] = 34080, [SMALL_STATE(930)] = 34120, [SMALL_STATE(931)] = 34160, [SMALL_STATE(932)] = 34200, [SMALL_STATE(933)] = 34228, [SMALL_STATE(934)] = 34256, [SMALL_STATE(935)] = 34296, [SMALL_STATE(936)] = 34344, [SMALL_STATE(937)] = 34384, [SMALL_STATE(938)] = 34424, [SMALL_STATE(939)] = 34456, [SMALL_STATE(940)] = 34484, [SMALL_STATE(941)] = 34524, [SMALL_STATE(942)] = 34564, [SMALL_STATE(943)] = 34592, [SMALL_STATE(944)] = 34640, [SMALL_STATE(945)] = 34686, [SMALL_STATE(946)] = 34732, [SMALL_STATE(947)] = 34776, [SMALL_STATE(948)] = 34818, [SMALL_STATE(949)] = 34846, [SMALL_STATE(950)] = 34882, [SMALL_STATE(951)] = 34922, [SMALL_STATE(952)] = 34956, [SMALL_STATE(953)] = 34983, [SMALL_STATE(954)] = 35010, [SMALL_STATE(955)] = 35043, [SMALL_STATE(956)] = 35088, [SMALL_STATE(957)] = 35137, [SMALL_STATE(958)] = 35164, [SMALL_STATE(959)] = 35209, [SMALL_STATE(960)] = 35254, [SMALL_STATE(961)] = 35281, [SMALL_STATE(962)] = 35316, [SMALL_STATE(963)] = 35343, [SMALL_STATE(964)] = 35380, [SMALL_STATE(965)] = 35413, [SMALL_STATE(966)] = 35452, [SMALL_STATE(967)] = 35493, [SMALL_STATE(968)] = 35538, [SMALL_STATE(969)] = 35583, [SMALL_STATE(970)] = 35628, [SMALL_STATE(971)] = 35673, [SMALL_STATE(972)] = 35716, [SMALL_STATE(973)] = 35761, [SMALL_STATE(974)] = 35788, [SMALL_STATE(975)] = 35817, [SMALL_STATE(976)] = 35844, [SMALL_STATE(977)] = 35871, [SMALL_STATE(978)] = 35916, [SMALL_STATE(979)] = 35947, [SMALL_STATE(980)] = 35974, [SMALL_STATE(981)] = 36001, [SMALL_STATE(982)] = 36046, [SMALL_STATE(983)] = 36095, [SMALL_STATE(984)] = 36134, [SMALL_STATE(985)] = 36173, [SMALL_STATE(986)] = 36212, [SMALL_STATE(987)] = 36251, [SMALL_STATE(988)] = 36290, [SMALL_STATE(989)] = 36329, [SMALL_STATE(990)] = 36368, [SMALL_STATE(991)] = 36407, [SMALL_STATE(992)] = 36446, [SMALL_STATE(993)] = 36484, [SMALL_STATE(994)] = 36522, [SMALL_STATE(995)] = 36560, [SMALL_STATE(996)] = 36598, [SMALL_STATE(997)] = 36630, [SMALL_STATE(998)] = 36668, [SMALL_STATE(999)] = 36706, [SMALL_STATE(1000)] = 36737, [SMALL_STATE(1001)] = 36775, [SMALL_STATE(1002)] = 36813, [SMALL_STATE(1003)] = 36851, [SMALL_STATE(1004)] = 36872, [SMALL_STATE(1005)] = 36893, [SMALL_STATE(1006)] = 36925, [SMALL_STATE(1007)] = 36963, [SMALL_STATE(1008)] = 37001, [SMALL_STATE(1009)] = 37033, [SMALL_STATE(1010)] = 37065, [SMALL_STATE(1011)] = 37097, [SMALL_STATE(1012)] = 37129, [SMALL_STATE(1013)] = 37161, [SMALL_STATE(1014)] = 37193, [SMALL_STATE(1015)] = 37231, [SMALL_STATE(1016)] = 37263, [SMALL_STATE(1017)] = 37301, [SMALL_STATE(1018)] = 37333, [SMALL_STATE(1019)] = 37368, [SMALL_STATE(1020)] = 37397, [SMALL_STATE(1021)] = 37426, [SMALL_STATE(1022)] = 37461, [SMALL_STATE(1023)] = 37490, [SMALL_STATE(1024)] = 37519, [SMALL_STATE(1025)] = 37548, [SMALL_STATE(1026)] = 37577, [SMALL_STATE(1027)] = 37604, [SMALL_STATE(1028)] = 37627, [SMALL_STATE(1029)] = 37656, [SMALL_STATE(1030)] = 37685, [SMALL_STATE(1031)] = 37714, [SMALL_STATE(1032)] = 37749, [SMALL_STATE(1033)] = 37778, [SMALL_STATE(1034)] = 37807, [SMALL_STATE(1035)] = 37834, [SMALL_STATE(1036)] = 37861, [SMALL_STATE(1037)] = 37890, [SMALL_STATE(1038)] = 37917, [SMALL_STATE(1039)] = 37940, [SMALL_STATE(1040)] = 37969, [SMALL_STATE(1041)] = 37998, [SMALL_STATE(1042)] = 38027, [SMALL_STATE(1043)] = 38050, [SMALL_STATE(1044)] = 38079, [SMALL_STATE(1045)] = 38102, [SMALL_STATE(1046)] = 38131, [SMALL_STATE(1047)] = 38163, [SMALL_STATE(1048)] = 38181, [SMALL_STATE(1049)] = 38203, [SMALL_STATE(1050)] = 38229, [SMALL_STATE(1051)] = 38261, [SMALL_STATE(1052)] = 38287, [SMALL_STATE(1053)] = 38313, [SMALL_STATE(1054)] = 38339, [SMALL_STATE(1055)] = 38371, [SMALL_STATE(1056)] = 38389, [SMALL_STATE(1057)] = 38407, [SMALL_STATE(1058)] = 38439, [SMALL_STATE(1059)] = 38468, [SMALL_STATE(1060)] = 38497, [SMALL_STATE(1061)] = 38518, [SMALL_STATE(1062)] = 38547, [SMALL_STATE(1063)] = 38572, [SMALL_STATE(1064)] = 38601, [SMALL_STATE(1065)] = 38622, [SMALL_STATE(1066)] = 38651, [SMALL_STATE(1067)] = 38676, [SMALL_STATE(1068)] = 38705, [SMALL_STATE(1069)] = 38726, [SMALL_STATE(1070)] = 38751, [SMALL_STATE(1071)] = 38780, [SMALL_STATE(1072)] = 38807, [SMALL_STATE(1073)] = 38828, [SMALL_STATE(1074)] = 38853, [SMALL_STATE(1075)] = 38878, [SMALL_STATE(1076)] = 38899, [SMALL_STATE(1077)] = 38928, [SMALL_STATE(1078)] = 38944, [SMALL_STATE(1079)] = 38964, [SMALL_STATE(1080)] = 38980, [SMALL_STATE(1081)] = 38996, [SMALL_STATE(1082)] = 39012, [SMALL_STATE(1083)] = 39038, [SMALL_STATE(1084)] = 39054, [SMALL_STATE(1085)] = 39080, [SMALL_STATE(1086)] = 39106, [SMALL_STATE(1087)] = 39130, [SMALL_STATE(1088)] = 39154, [SMALL_STATE(1089)] = 39180, [SMALL_STATE(1090)] = 39196, [SMALL_STATE(1091)] = 39211, [SMALL_STATE(1092)] = 39234, [SMALL_STATE(1093)] = 39257, [SMALL_STATE(1094)] = 39272, [SMALL_STATE(1095)] = 39287, [SMALL_STATE(1096)] = 39302, [SMALL_STATE(1097)] = 39317, [SMALL_STATE(1098)] = 39332, [SMALL_STATE(1099)] = 39355, [SMALL_STATE(1100)] = 39370, [SMALL_STATE(1101)] = 39385, [SMALL_STATE(1102)] = 39399, [SMALL_STATE(1103)] = 39413, [SMALL_STATE(1104)] = 39427, [SMALL_STATE(1105)] = 39441, [SMALL_STATE(1106)] = 39459, [SMALL_STATE(1107)] = 39477, [SMALL_STATE(1108)] = 39491, [SMALL_STATE(1109)] = 39505, [SMALL_STATE(1110)] = 39519, [SMALL_STATE(1111)] = 39533, [SMALL_STATE(1112)] = 39550, [SMALL_STATE(1113)] = 39569, [SMALL_STATE(1114)] = 39588, [SMALL_STATE(1115)] = 39607, [SMALL_STATE(1116)] = 39624, [SMALL_STATE(1117)] = 39643, [SMALL_STATE(1118)] = 39660, [SMALL_STATE(1119)] = 39679, [SMALL_STATE(1120)] = 39696, [SMALL_STATE(1121)] = 39712, [SMALL_STATE(1122)] = 39728, [SMALL_STATE(1123)] = 39738, [SMALL_STATE(1124)] = 39748, [SMALL_STATE(1125)] = 39764, [SMALL_STATE(1126)] = 39774, [SMALL_STATE(1127)] = 39790, [SMALL_STATE(1128)] = 39806, [SMALL_STATE(1129)] = 39822, [SMALL_STATE(1130)] = 39836, [SMALL_STATE(1131)] = 39852, [SMALL_STATE(1132)] = 39866, [SMALL_STATE(1133)] = 39882, [SMALL_STATE(1134)] = 39898, [SMALL_STATE(1135)] = 39914, [SMALL_STATE(1136)] = 39924, [SMALL_STATE(1137)] = 39940, [SMALL_STATE(1138)] = 39950, [SMALL_STATE(1139)] = 39966, [SMALL_STATE(1140)] = 39976, [SMALL_STATE(1141)] = 39986, [SMALL_STATE(1142)] = 39996, [SMALL_STATE(1143)] = 40012, [SMALL_STATE(1144)] = 40022, [SMALL_STATE(1145)] = 40038, [SMALL_STATE(1146)] = 40054, [SMALL_STATE(1147)] = 40070, [SMALL_STATE(1148)] = 40086, [SMALL_STATE(1149)] = 40096, [SMALL_STATE(1150)] = 40112, [SMALL_STATE(1151)] = 40122, [SMALL_STATE(1152)] = 40132, [SMALL_STATE(1153)] = 40148, [SMALL_STATE(1154)] = 40164, [SMALL_STATE(1155)] = 40177, [SMALL_STATE(1156)] = 40190, [SMALL_STATE(1157)] = 40203, [SMALL_STATE(1158)] = 40216, [SMALL_STATE(1159)] = 40227, [SMALL_STATE(1160)] = 40240, [SMALL_STATE(1161)] = 40253, [SMALL_STATE(1162)] = 40266, [SMALL_STATE(1163)] = 40279, [SMALL_STATE(1164)] = 40292, [SMALL_STATE(1165)] = 40305, [SMALL_STATE(1166)] = 40318, [SMALL_STATE(1167)] = 40331, [SMALL_STATE(1168)] = 40344, [SMALL_STATE(1169)] = 40357, [SMALL_STATE(1170)] = 40370, [SMALL_STATE(1171)] = 40383, [SMALL_STATE(1172)] = 40392, [SMALL_STATE(1173)] = 40405, [SMALL_STATE(1174)] = 40418, [SMALL_STATE(1175)] = 40431, [SMALL_STATE(1176)] = 40444, [SMALL_STATE(1177)] = 40457, [SMALL_STATE(1178)] = 40470, [SMALL_STATE(1179)] = 40483, [SMALL_STATE(1180)] = 40496, [SMALL_STATE(1181)] = 40509, [SMALL_STATE(1182)] = 40522, [SMALL_STATE(1183)] = 40535, [SMALL_STATE(1184)] = 40548, [SMALL_STATE(1185)] = 40561, [SMALL_STATE(1186)] = 40574, [SMALL_STATE(1187)] = 40587, [SMALL_STATE(1188)] = 40596, [SMALL_STATE(1189)] = 40609, [SMALL_STATE(1190)] = 40622, [SMALL_STATE(1191)] = 40635, [SMALL_STATE(1192)] = 40648, [SMALL_STATE(1193)] = 40661, [SMALL_STATE(1194)] = 40674, [SMALL_STATE(1195)] = 40685, [SMALL_STATE(1196)] = 40698, [SMALL_STATE(1197)] = 40711, [SMALL_STATE(1198)] = 40724, [SMALL_STATE(1199)] = 40737, [SMALL_STATE(1200)] = 40750, [SMALL_STATE(1201)] = 40763, [SMALL_STATE(1202)] = 40776, [SMALL_STATE(1203)] = 40789, [SMALL_STATE(1204)] = 40802, [SMALL_STATE(1205)] = 40815, [SMALL_STATE(1206)] = 40828, [SMALL_STATE(1207)] = 40841, [SMALL_STATE(1208)] = 40854, [SMALL_STATE(1209)] = 40867, [SMALL_STATE(1210)] = 40880, [SMALL_STATE(1211)] = 40893, [SMALL_STATE(1212)] = 40906, [SMALL_STATE(1213)] = 40919, [SMALL_STATE(1214)] = 40932, [SMALL_STATE(1215)] = 40942, [SMALL_STATE(1216)] = 40950, [SMALL_STATE(1217)] = 40958, [SMALL_STATE(1218)] = 40968, [SMALL_STATE(1219)] = 40978, [SMALL_STATE(1220)] = 40986, [SMALL_STATE(1221)] = 40994, [SMALL_STATE(1222)] = 41002, [SMALL_STATE(1223)] = 41012, [SMALL_STATE(1224)] = 41022, [SMALL_STATE(1225)] = 41032, [SMALL_STATE(1226)] = 41042, [SMALL_STATE(1227)] = 41050, [SMALL_STATE(1228)] = 41058, [SMALL_STATE(1229)] = 41068, [SMALL_STATE(1230)] = 41076, [SMALL_STATE(1231)] = 41084, [SMALL_STATE(1232)] = 41092, [SMALL_STATE(1233)] = 41100, [SMALL_STATE(1234)] = 41110, [SMALL_STATE(1235)] = 41118, [SMALL_STATE(1236)] = 41128, [SMALL_STATE(1237)] = 41136, [SMALL_STATE(1238)] = 41146, [SMALL_STATE(1239)] = 41156, [SMALL_STATE(1240)] = 41166, [SMALL_STATE(1241)] = 41176, [SMALL_STATE(1242)] = 41186, [SMALL_STATE(1243)] = 41196, [SMALL_STATE(1244)] = 41204, [SMALL_STATE(1245)] = 41214, [SMALL_STATE(1246)] = 41222, [SMALL_STATE(1247)] = 41232, [SMALL_STATE(1248)] = 41242, [SMALL_STATE(1249)] = 41252, [SMALL_STATE(1250)] = 41260, [SMALL_STATE(1251)] = 41268, [SMALL_STATE(1252)] = 41276, [SMALL_STATE(1253)] = 41286, [SMALL_STATE(1254)] = 41296, [SMALL_STATE(1255)] = 41306, [SMALL_STATE(1256)] = 41316, [SMALL_STATE(1257)] = 41326, [SMALL_STATE(1258)] = 41336, [SMALL_STATE(1259)] = 41346, [SMALL_STATE(1260)] = 41356, [SMALL_STATE(1261)] = 41366, [SMALL_STATE(1262)] = 41376, [SMALL_STATE(1263)] = 41386, [SMALL_STATE(1264)] = 41396, [SMALL_STATE(1265)] = 41406, [SMALL_STATE(1266)] = 41416, [SMALL_STATE(1267)] = 41426, [SMALL_STATE(1268)] = 41436, [SMALL_STATE(1269)] = 41444, [SMALL_STATE(1270)] = 41454, [SMALL_STATE(1271)] = 41464, [SMALL_STATE(1272)] = 41474, [SMALL_STATE(1273)] = 41484, [SMALL_STATE(1274)] = 41494, [SMALL_STATE(1275)] = 41504, [SMALL_STATE(1276)] = 41514, [SMALL_STATE(1277)] = 41521, [SMALL_STATE(1278)] = 41528, [SMALL_STATE(1279)] = 41535, [SMALL_STATE(1280)] = 41542, [SMALL_STATE(1281)] = 41549, [SMALL_STATE(1282)] = 41556, [SMALL_STATE(1283)] = 41563, [SMALL_STATE(1284)] = 41570, [SMALL_STATE(1285)] = 41577, [SMALL_STATE(1286)] = 41584, [SMALL_STATE(1287)] = 41591, [SMALL_STATE(1288)] = 41598, [SMALL_STATE(1289)] = 41605, [SMALL_STATE(1290)] = 41612, [SMALL_STATE(1291)] = 41619, [SMALL_STATE(1292)] = 41626, [SMALL_STATE(1293)] = 41633, [SMALL_STATE(1294)] = 41640, [SMALL_STATE(1295)] = 41647, [SMALL_STATE(1296)] = 41654, [SMALL_STATE(1297)] = 41661, [SMALL_STATE(1298)] = 41668, [SMALL_STATE(1299)] = 41675, [SMALL_STATE(1300)] = 41682, [SMALL_STATE(1301)] = 41689, [SMALL_STATE(1302)] = 41696, [SMALL_STATE(1303)] = 41703, [SMALL_STATE(1304)] = 41710, [SMALL_STATE(1305)] = 41717, [SMALL_STATE(1306)] = 41724, [SMALL_STATE(1307)] = 41731, [SMALL_STATE(1308)] = 41738, [SMALL_STATE(1309)] = 41745, [SMALL_STATE(1310)] = 41752, [SMALL_STATE(1311)] = 41759, [SMALL_STATE(1312)] = 41766, [SMALL_STATE(1313)] = 41773, [SMALL_STATE(1314)] = 41780, [SMALL_STATE(1315)] = 41787, [SMALL_STATE(1316)] = 41794, [SMALL_STATE(1317)] = 41801, [SMALL_STATE(1318)] = 41808, [SMALL_STATE(1319)] = 41815, [SMALL_STATE(1320)] = 41822, [SMALL_STATE(1321)] = 41829, [SMALL_STATE(1322)] = 41836, [SMALL_STATE(1323)] = 41843, [SMALL_STATE(1324)] = 41850, [SMALL_STATE(1325)] = 41857, [SMALL_STATE(1326)] = 41864, [SMALL_STATE(1327)] = 41871, [SMALL_STATE(1328)] = 41878, [SMALL_STATE(1329)] = 41885, [SMALL_STATE(1330)] = 41892, [SMALL_STATE(1331)] = 41899, [SMALL_STATE(1332)] = 41906, [SMALL_STATE(1333)] = 41913, [SMALL_STATE(1334)] = 41920, [SMALL_STATE(1335)] = 41927, [SMALL_STATE(1336)] = 41934, [SMALL_STATE(1337)] = 41941, [SMALL_STATE(1338)] = 41948, [SMALL_STATE(1339)] = 41955, [SMALL_STATE(1340)] = 41962, [SMALL_STATE(1341)] = 41969, [SMALL_STATE(1342)] = 41976, [SMALL_STATE(1343)] = 41983, [SMALL_STATE(1344)] = 41990, [SMALL_STATE(1345)] = 41997, [SMALL_STATE(1346)] = 42004, [SMALL_STATE(1347)] = 42011, [SMALL_STATE(1348)] = 42018, [SMALL_STATE(1349)] = 42025, [SMALL_STATE(1350)] = 42032, [SMALL_STATE(1351)] = 42039, [SMALL_STATE(1352)] = 42046, [SMALL_STATE(1353)] = 42053, [SMALL_STATE(1354)] = 42060, [SMALL_STATE(1355)] = 42067, [SMALL_STATE(1356)] = 42074, [SMALL_STATE(1357)] = 42081, [SMALL_STATE(1358)] = 42088, [SMALL_STATE(1359)] = 42095, [SMALL_STATE(1360)] = 42102, [SMALL_STATE(1361)] = 42109, [SMALL_STATE(1362)] = 42116, [SMALL_STATE(1363)] = 42123, [SMALL_STATE(1364)] = 42130, [SMALL_STATE(1365)] = 42137, [SMALL_STATE(1366)] = 42144, [SMALL_STATE(1367)] = 42151, [SMALL_STATE(1368)] = 42158, [SMALL_STATE(1369)] = 42165, [SMALL_STATE(1370)] = 42172, [SMALL_STATE(1371)] = 42179, [SMALL_STATE(1372)] = 42186, [SMALL_STATE(1373)] = 42193, [SMALL_STATE(1374)] = 42200, [SMALL_STATE(1375)] = 42207, [SMALL_STATE(1376)] = 42214, [SMALL_STATE(1377)] = 42221, [SMALL_STATE(1378)] = 42228, [SMALL_STATE(1379)] = 42235, [SMALL_STATE(1380)] = 42242, [SMALL_STATE(1381)] = 42249, [SMALL_STATE(1382)] = 42256, [SMALL_STATE(1383)] = 42263, [SMALL_STATE(1384)] = 42270, [SMALL_STATE(1385)] = 42277, [SMALL_STATE(1386)] = 42284, [SMALL_STATE(1387)] = 42291, [SMALL_STATE(1388)] = 42298, [SMALL_STATE(1389)] = 42305, [SMALL_STATE(1390)] = 42312, [SMALL_STATE(1391)] = 42319, [SMALL_STATE(1392)] = 42326, [SMALL_STATE(1393)] = 42333, [SMALL_STATE(1394)] = 42340, [SMALL_STATE(1395)] = 42347, [SMALL_STATE(1396)] = 42354, [SMALL_STATE(1397)] = 42361, [SMALL_STATE(1398)] = 42368, [SMALL_STATE(1399)] = 42375, [SMALL_STATE(1400)] = 42382, [SMALL_STATE(1401)] = 42389, [SMALL_STATE(1402)] = 42396, [SMALL_STATE(1403)] = 42403, [SMALL_STATE(1404)] = 42410, [SMALL_STATE(1405)] = 42417, [SMALL_STATE(1406)] = 42424, [SMALL_STATE(1407)] = 42431, [SMALL_STATE(1408)] = 42438, [SMALL_STATE(1409)] = 42445, [SMALL_STATE(1410)] = 42452, [SMALL_STATE(1411)] = 42459, [SMALL_STATE(1412)] = 42466, [SMALL_STATE(1413)] = 42473, [SMALL_STATE(1414)] = 42480, [SMALL_STATE(1415)] = 42487, [SMALL_STATE(1416)] = 42494, [SMALL_STATE(1417)] = 42501, [SMALL_STATE(1418)] = 42508, [SMALL_STATE(1419)] = 42515, [SMALL_STATE(1420)] = 42522, [SMALL_STATE(1421)] = 42529, [SMALL_STATE(1422)] = 42536, [SMALL_STATE(1423)] = 42543, [SMALL_STATE(1424)] = 42550, [SMALL_STATE(1425)] = 42557, [SMALL_STATE(1426)] = 42564, [SMALL_STATE(1427)] = 42571, [SMALL_STATE(1428)] = 42578, [SMALL_STATE(1429)] = 42585, [SMALL_STATE(1430)] = 42592, [SMALL_STATE(1431)] = 42599, [SMALL_STATE(1432)] = 42606, [SMALL_STATE(1433)] = 42613, [SMALL_STATE(1434)] = 42620, [SMALL_STATE(1435)] = 42627, [SMALL_STATE(1436)] = 42634, [SMALL_STATE(1437)] = 42641, [SMALL_STATE(1438)] = 42648, [SMALL_STATE(1439)] = 42655, [SMALL_STATE(1440)] = 42662, [SMALL_STATE(1441)] = 42669, [SMALL_STATE(1442)] = 42676, [SMALL_STATE(1443)] = 42683, [SMALL_STATE(1444)] = 42690, [SMALL_STATE(1445)] = 42697, [SMALL_STATE(1446)] = 42704, [SMALL_STATE(1447)] = 42711, [SMALL_STATE(1448)] = 42718, [SMALL_STATE(1449)] = 42725, [SMALL_STATE(1450)] = 42732, [SMALL_STATE(1451)] = 42739, [SMALL_STATE(1452)] = 42746, [SMALL_STATE(1453)] = 42753, [SMALL_STATE(1454)] = 42760, [SMALL_STATE(1455)] = 42767, [SMALL_STATE(1456)] = 42774, [SMALL_STATE(1457)] = 42781, [SMALL_STATE(1458)] = 42788, }; 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(406), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), [99] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 35), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), [147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 35), [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(411), [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1064), [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1370), [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(930), [185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1371), [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1214), [193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(382), [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(586), [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(586), [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(578), [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(74), [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(868), [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(833), [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1454), [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1275), [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1451), [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(896), [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(24), [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(687), [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(676), [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(775), [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(881), [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1208), [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1116), [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1114), [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1248), [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1241), [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(594), [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1390), [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1247), [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(316), [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1456), [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(453), [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1388), [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1387), [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1377), [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(524), [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(522), [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(549), [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1268), [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1132), [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(549), [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), [361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(412), [418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1060), [421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1309), [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(924), [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1310), [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1253), [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(159), [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(864), [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(801), [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(31), [445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1238), [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1274), [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(528), [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1374), [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1242), [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(333), [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1453), [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(450), [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1381), [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1384), [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1316), [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(410), [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1068), [488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1414), [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(937), [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1397), [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1261), [500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(141), [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(861), [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(764), [509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(29), [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1224), [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1256), [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(523), [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1308), [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1225), [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(313), [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1458), [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(467), [536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1288), [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1296), [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1401), [545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), [547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(406), [552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1075), [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1400), [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(899), [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1457), [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1223), [567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(136), [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(865), [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(830), [576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(25), [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1272), [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1271), [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(508), [588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1443), [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1270), [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(306), [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1440), [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(449), [603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1439), [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1437), [609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1436), [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), [616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 8), [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), [620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), [622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 8), [624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(407), [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(382), [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(586), [635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(586), [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(578), [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(74), [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(868), [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(687), [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1454), [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1275), [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1451), [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(24), [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(676), [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(775), [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(881), [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1208), [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1116), [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1114), [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1248), [683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1241), [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1247), [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(316), [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1456), [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(453), [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1388), [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1387), [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1377), [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(524), [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(522), [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(549), [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1268), [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1132), [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(549), [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), [727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), [731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(405), [736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(136), [739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(865), [742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(25), [745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1272), [748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1271), [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1270), [754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(306), [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1440), [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(449), [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1439), [766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1437), [769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1436), [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 8), [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), [776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(409), [781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(141), [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(861), [787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(29), [790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1224), [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1256), [796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1225), [799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(313), [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1458), [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(467), [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1288), [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1296), [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1401), [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(408), [820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(159), [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(864), [826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(31), [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1238), [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1274), [835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1242), [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(333), [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1453), [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(450), [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1381), [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1384), [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1316), [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 8), [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 44), [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 44), [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 28), [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 28), [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 80), [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 80), [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 23), [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 23), [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 24), [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 24), [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 22), [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 22), [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), [928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 40), [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 40), [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 70), [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 70), [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_non_case_statement, 2), [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_non_case_statement, 2), [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 78), [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 78), [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 49), [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 49), [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 79), [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 79), [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 23), [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 23), [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 81), [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 81), [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 58), [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 58), [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 59), [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 59), [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 61), [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 61), [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 62), [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 62), [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 69), [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 69), [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 70), [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 70), [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 74), [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 74), [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 75), [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 75), [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 82), [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 82), [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 76), [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 76), [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 77), [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 77), [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 51), [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 51), [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 66), [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 66), [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 53), [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 53), [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 54), [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 54), [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 35), [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 35), [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 35), [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 35), [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 55), [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 55), [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 29), [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 29), [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 33), [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 33), [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 15), [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 15), [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 14), [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 14), [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 13), [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 13), [1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), [1181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 35), [1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 35), [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), [1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), [1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), [1244] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), SHIFT(855), [1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [1276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(876), [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1415), [1284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(931), [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1344), [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1264), [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(687), [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1454), [1301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1273), [1304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1451), [1307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(676), [1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(775), [1313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(881), [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1208), [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1116), [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1114), [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), [1351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1416), [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(904), [1357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1386), [1360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1267), [1363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1396), [1366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(917), [1369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1368), [1372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1222), [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), [1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1132), [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 25), [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 25), [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 65), [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 65), [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 32), [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 32), [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 52), [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 52), [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 9), [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 9), [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 39), [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 39), [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1239), [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(687), [1728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1454), [1731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1273), [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1451), [1737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(676), [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), [1754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(667), [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), [1783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), [1785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), [1787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), [1791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), [1793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), [1795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 49), [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 49), [1799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 55), [1801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 55), [1803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 37), [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 37), [1807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 28), [1809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 28), [1811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), [1815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 37), [1817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 37), [1819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 28), [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 28), [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), [1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 54), [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 54), [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 49), [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 49), [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 66), [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 66), [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 31), [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 60), [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 48), [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), [1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 73), [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(774), [2024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(891), [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 6), [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 6), [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 20), [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 20), [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 45), [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 45), [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 43), [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 43), [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 43), [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 43), [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [2147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(855), [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), [2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), [2198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), [2200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), [2202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), [2204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), [2206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 19), [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 19), [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(676), [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 21), [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 21), [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), [2239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), [2243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), [2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), [2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), [2259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), [2311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), [2315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), [2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), [2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), [2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), [2359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 37), [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), [2379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), [2411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), [2414] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(855), [2418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 11), [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 11), [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [2445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1003), [2448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1004), [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 63), [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), [2501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(1454), [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 71), [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 46), [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 30), [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), [2518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 30), [2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1275), [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 30), [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 30), [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 71), [2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 27), [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 46), [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 63), [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 46), [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 71), [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 27), [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 27), [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 63), [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 27), [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 72), [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 72), [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 64), [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 64), [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 47), [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 47), [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 27), [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 28), [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 47), [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 47), [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 42), [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 42), [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 72), [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 72), [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 47), [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 47), [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), [2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 64), [2663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 64), [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 47), [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 47), [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 72), [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 72), [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 47), [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 47), [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 64), [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 64), [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), [2695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(606), [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), [2700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1283), [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 47), [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 47), [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 46), [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 5), [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 56), [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 47), [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 57), [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(1022), [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 50), [2776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 41), [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), [2784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 40), [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 38), [2790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 72), [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 16), [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 30), [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), [2798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 47), [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), [2808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 17), [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 64), [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 67), [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), [2844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1152), [2847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1152), [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), [2852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1218), [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [2861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(570), [2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 5), [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(934), [2875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1220), [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(620), [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 68), [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), [2933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(421), [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [2946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 50), SHIFT_REPEAT(1033), [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 50), [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [2963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1244), [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), [2982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(1005), [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 50), [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [3003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), [3005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), [3019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), [3035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), [3037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 5), [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 41), [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), [3069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 54), [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 66), [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 54), [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 66), [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), [3323] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), }; #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_c(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, }; return &language; } #ifdef __cplusplus } #endif